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:
Zihlu Wang
2023-07-31 20:20:12 +08:00
parent 397405acca
commit fb4e3db86f
+7 -1
View File
@@ -7,12 +7,13 @@
<parent>
<groupId>org.sonatype.oss</groupId>
<artifactId>oss-parent</artifactId>
<version>7</version>
<version>9</version>
</parent>
<groupId>cn.org.codecrafters</groupId>
<artifactId>jdevkit</artifactId>
<version>1.0.0</version>
<inceptionYear>2023</inceptionYear>
<packaging>pom</packaging>
<modules>
@@ -24,6 +25,11 @@
<module>simple-jwt-spring-boot-starter</module>
</modules>
<organization>
<name>CodeCrafters</name>
<url>https://codecrafters.org.cn</url>
</organization>
<developers>
<developer>
<id>zihluwong</id>