feat: 修改pom名称

This commit is contained in:
bunny 2025-04-18 22:11:19 +08:00
parent e42c6077fa
commit 0713f0abfa
4 changed files with 7 additions and 7 deletions

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.bunny</groupId> <groupId>cn.bunny</groupId>
<artifactId>auth-server-java</artifactId> <artifactId>auth-server</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.bunny</groupId> <groupId>cn.bunny</groupId>
<artifactId>auth-server-java</artifactId> <artifactId>auth-server</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>

View File

@ -5,15 +5,15 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.4.3</version> <version>3.4.4</version>
<relativePath/> <!-- lookup parent from repository --> <relativePath/> <!-- lookup parent from repository -->
</parent> </parent>
<groupId>cn.bunny</groupId> <groupId>cn.bunny</groupId>
<artifactId>auth-server-java</artifactId> <artifactId>auth-server</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>bunny-template</name> <name>auth-admin</name>
<description>bunny-template</description> <description>auth-admin</description>
<modules> <modules>
<module>generator-code</module> <module>generator-code</module>

View File

@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<parent> <parent>
<groupId>cn.bunny</groupId> <groupId>cn.bunny</groupId>
<artifactId>auth-server-java</artifactId> <artifactId>auth-server</artifactId>
<version>0.0.1-SNAPSHOT</version> <version>0.0.1-SNAPSHOT</version>
</parent> </parent>