Merge pull request #6 from CodeCraftersCN/upgrade/v1.0.0-RC
Upgrade to v1.0.0-RC
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>devkit-core</artifactId>
|
<artifactId>devkit-core</artifactId>
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>devkit-utils</artifactId>
|
<artifactId>devkit-utils</artifactId>
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>guid</artifactId>
|
<artifactId>guid</artifactId>
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
|
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
<inceptionYear>2023</inceptionYear>
|
<inceptionYear>2023</inceptionYear>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>zihluwong</id>
|
<id>zihluwang</id>
|
||||||
<name>Zihlu Wang</name>
|
<name>Zihlu Wang</name>
|
||||||
<email>zihlu.wang@codecrafters.org.cn</email>
|
<email>zihlu.wang@codecrafters.org.cn</email>
|
||||||
<organization>CodeCraftersCN</organization>
|
<organization>CodeCraftersCN</organization>
|
||||||
@@ -76,7 +76,8 @@
|
|||||||
<auth0-jwt.version>4.4.0</auth0-jwt.version>
|
<auth0-jwt.version>4.4.0</auth0-jwt.version>
|
||||||
<jjwt-jwt.version>0.11.5</jjwt-jwt.version>
|
<jjwt-jwt.version>0.11.5</jjwt-jwt.version>
|
||||||
|
|
||||||
<spring.version>x.x.x</spring.version>
|
<!-- Spring Dependency Versions -->
|
||||||
|
<spring.version>6.0.9</spring.version>
|
||||||
<spring-boot.version>3.1.0</spring-boot.version>
|
<spring-boot.version>3.1.0</spring-boot.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>simple-jwt-authzero</artifactId>
|
<artifactId>simple-jwt-authzero</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>simple-jwt-facade</artifactId>
|
<artifactId>simple-jwt-facade</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>simple-jwt-jjwt</artifactId>
|
<artifactId>simple-jwt-jjwt</artifactId>
|
||||||
|
|||||||
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>simple-jwt-spring-boot-starter</artifactId>
|
<artifactId>simple-jwt-spring-boot-starter</artifactId>
|
||||||
|
|||||||
+1
-1
@@ -23,7 +23,7 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0-beta</version>
|
<version>1.0.0-RC</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<artifactId>webcal</artifactId>
|
<artifactId>webcal</artifactId>
|
||||||
|
|||||||
Reference in New Issue
Block a user