Kaynağa Gözat

jdk 版本升级到 jdk21

reghao 1 ay önce
ebeveyn
işleme
3a0a8ff5d5
4 değiştirilmiş dosya ile 19 ekleme ve 19 silme
  1. 4 4
      jdk/pom.xml
  2. 3 3
      pom.xml
  3. 5 5
      tool/pom.xml
  4. 7 7
      web/pom.xml

+ 4 - 4
jdk/pom.xml

@@ -5,16 +5,16 @@
     <parent>
         <artifactId>jutil</artifactId>
         <groupId>cn.reghao.jutil</groupId>
-        <version>jdk17-SNAPSHOT</version>
+        <version>jdk21-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>jdk</artifactId>
-    <version>jdk17-SNAPSHOT</version>
+    <version>jdk21-SNAPSHOT</version>
 
     <properties>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
+        <maven.compiler.source>21</maven.compiler.source>
+        <maven.compiler.target>21</maven.compiler.target>
     </properties>
 
     <dependencies>

+ 3 - 3
pom.xml

@@ -7,7 +7,7 @@
     <groupId>cn.reghao.jutil</groupId>
     <artifactId>jutil</artifactId>
     <packaging>pom</packaging>
-    <version>jdk17-SNAPSHOT</version>
+    <version>jdk21-SNAPSHOT</version>
     <modules>
         <module>jdk</module>
         <module>tool</module>
@@ -15,8 +15,8 @@
     </modules>
 
     <properties>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
+        <maven.compiler.source>21</maven.compiler.source>
+        <maven.compiler.target>21</maven.compiler.target>
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
     </properties>

+ 5 - 5
tool/pom.xml

@@ -5,23 +5,23 @@
     <parent>
         <artifactId>jutil</artifactId>
         <groupId>cn.reghao.jutil</groupId>
-        <version>jdk17-SNAPSHOT</version>
+        <version>jdk21-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>tool</artifactId>
-    <version>jdk17-SNAPSHOT</version>
+    <version>jdk21-SNAPSHOT</version>
 
     <properties>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
+        <maven.compiler.source>21</maven.compiler.source>
+        <maven.compiler.target>21</maven.compiler.target>
     </properties>
 
     <dependencies>
         <dependency>
             <groupId>cn.reghao.jutil</groupId>
             <artifactId>jdk</artifactId>
-            <version>jdk17-SNAPSHOT</version>
+            <version>jdk21-SNAPSHOT</version>
         </dependency>
 
         <dependency>

+ 7 - 7
web/pom.xml

@@ -5,17 +5,17 @@
     <parent>
         <artifactId>jutil</artifactId>
         <groupId>cn.reghao.jutil</groupId>
-        <version>jdk17-SNAPSHOT</version>
+        <version>jdk21-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <artifactId>web</artifactId>
-    <version>jdk17-SNAPSHOT</version>
+    <version>jdk21-SNAPSHOT</version>
 
     <properties>
-        <maven.compiler.source>17</maven.compiler.source>
-        <maven.compiler.target>17</maven.compiler.target>
-        <springboot.version>3.2.1</springboot.version>
+        <maven.compiler.source>21</maven.compiler.source>
+        <maven.compiler.target>21</maven.compiler.target>
+        <springboot.version>3.4.3</springboot.version>
     </properties>
 
     <dependencyManagement>
@@ -34,7 +34,7 @@
         <dependency>
             <groupId>cn.reghao.jutil</groupId>
             <artifactId>jdk</artifactId>
-            <version>jdk17-SNAPSHOT</version>
+            <version>jdk21-SNAPSHOT</version>
         </dependency>
 
         <!-- tomcat:10.1.17 实现的 servlet 版本 -->
@@ -48,7 +48,7 @@
         <dependency>
             <groupId>org.springframework</groupId>
             <artifactId>spring-web</artifactId>
-            <version>6.1.2</version>
+            <version>6.2.3</version>
         </dependency>
     </dependencies>
 </project>