chore(pom): 更新项目名称和版本配置
- 将 artifactId 从 com-gxwebsoft-server 更改为 server-api - 将版本号从 1.5.2 调整为 1.0 - 更新项目名称为 server-api
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -4,10 +4,10 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
|
||||
<groupId>com.gxwebsoft</groupId>
|
||||
<artifactId>com-gxwebsoft-server</artifactId>
|
||||
<version>1.5.2</version>
|
||||
<artifactId>server-api</artifactId>
|
||||
<version>1.0</version>
|
||||
|
||||
<name>com-gxwebsoft-api</name>
|
||||
<name>server-api</name>
|
||||
<description>WebSoftApi project for Spring Boot</description>
|
||||
|
||||
<parent>
|
||||
|
||||
Reference in New Issue
Block a user