chore(pom): 更新项目名称和版本配置

- 将 artifactId 从 com-gxwebsoft-server 更改为 server-api
- 将版本号从 1.5.2 调整为 1.0
- 更新项目名称为 server-api
This commit is contained in:
2025-11-20 10:48:32 +08:00
parent f418ce01cb
commit 64dd1ec640

View File

@@ -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>