pom:revision 增加 jdk25 标识
parent
b588a2ebfc
commit
966dc7edbd
2
pom.xml
2
pom.xml
|
|
@ -36,7 +36,7 @@
|
|||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||
|
||||
<properties>
|
||||
<revision>2026.05-SNAPSHOT</revision>
|
||||
<revision>2026.05-jdk25-SNAPSHOT</revision>
|
||||
<!-- Maven 相关 -->
|
||||
<java.version>25</java.version>
|
||||
<maven.compiler.source>${java.version}</maven.compiler.source>
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@
|
|||
<url>https://github.com/YunaiV/ruoyi-vue-pro</url>
|
||||
|
||||
<properties>
|
||||
<revision>2026.05-SNAPSHOT</revision>
|
||||
<revision>2026.05-jdk25-SNAPSHOT</revision>
|
||||
<flatten-maven-plugin.version>1.7.2</flatten-maven-plugin.version>
|
||||
<!-- 统一依赖管理 -->
|
||||
<spring.boot.version>4.1.0</spring.boot.version>
|
||||
|
|
|
|||
Loading…
Reference in New Issue