소스 검색

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

reghao 2 달 전
부모
커밋
188709c475
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  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>