Browse Source

采用 https://github.com/reghao/jutil 项目中最新 commit 的前 8 位作为 <groupId>com.github.reghao.jutil</groupId> 的版本号

reghao 4 weeks ago
parent
commit
188709c475
2 changed files with 2 additions and 2 deletions
  1. 1 1
      mgr/pom.xml
  2. 1 1
      pom.xml

+ 1 - 1
mgr/pom.xml

@@ -40,7 +40,7 @@
         <dependency>
             <groupId>com.github.reghao.jutil</groupId>
             <artifactId>web</artifactId>
-            <version>jdk21-SNAPSHOT</version>
+            <version>65a0ede5</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>

+ 1 - 1
pom.xml

@@ -28,7 +28,7 @@
         <dependency>
             <groupId>com.github.reghao.jutil</groupId>
             <artifactId>jdk</artifactId>
-            <version>jdk21-SNAPSHOT</version>
+            <version>65a0ede5</version>
         </dependency>
 
         <dependency>