feat:版本控制

This commit is contained in:
Xiang
2026-01-05 08:43:39 +08:00
parent 4ce29ec8f3
commit 5ab68d0e2f
3 changed files with 5 additions and 5 deletions

View File

@@ -6,7 +6,7 @@
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>xmc-web-starter</module>

View File

@@ -6,10 +6,10 @@
<parent>
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<packaging>pom</packaging>
<artifactId>xmc-auth-starter</artifactId>

View File

@@ -6,11 +6,11 @@
<parent>
<groupId>com.xiang.pom</groupId>
<artifactId>xmc-parent</artifactId>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
</parent>
<packaging>pom</packaging>
<version>1.0-SNAPSHOT</version>
<version>1.0</version>
<artifactId>xmc-web-starter</artifactId>
<properties>