feat: update project info
Updated the parent to org.sonatype.oss:oss-parent:9. Updated the project inception year to 2023. Updated the organization to "CodeCrafters".
This commit is contained in:
@@ -7,12 +7,13 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>org.sonatype.oss</groupId>
|
<groupId>org.sonatype.oss</groupId>
|
||||||
<artifactId>oss-parent</artifactId>
|
<artifactId>oss-parent</artifactId>
|
||||||
<version>7</version>
|
<version>9</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<groupId>cn.org.codecrafters</groupId>
|
<groupId>cn.org.codecrafters</groupId>
|
||||||
<artifactId>jdevkit</artifactId>
|
<artifactId>jdevkit</artifactId>
|
||||||
<version>1.0.0</version>
|
<version>1.0.0</version>
|
||||||
|
<inceptionYear>2023</inceptionYear>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
@@ -24,6 +25,11 @@
|
|||||||
<module>simple-jwt-spring-boot-starter</module>
|
<module>simple-jwt-spring-boot-starter</module>
|
||||||
</modules>
|
</modules>
|
||||||
|
|
||||||
|
<organization>
|
||||||
|
<name>CodeCrafters</name>
|
||||||
|
<url>https://codecrafters.org.cn</url>
|
||||||
|
</organization>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
<developer>
|
<developer>
|
||||||
<id>zihluwong</id>
|
<id>zihluwong</id>
|
||||||
|
|||||||
Reference in New Issue
Block a user