feat:版本控制
This commit is contained in:
2
pom.xml
2
pom.xml
@@ -6,7 +6,7 @@
|
|||||||
|
|
||||||
<groupId>com.xiang.pom</groupId>
|
<groupId>com.xiang.pom</groupId>
|
||||||
<artifactId>xmc-parent</artifactId>
|
<artifactId>xmc-parent</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<modules>
|
<modules>
|
||||||
<module>xmc-web-starter</module>
|
<module>xmc-web-starter</module>
|
||||||
|
|||||||
@@ -6,10 +6,10 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xiang.pom</groupId>
|
<groupId>com.xiang.pom</groupId>
|
||||||
<artifactId>xmc-parent</artifactId>
|
<artifactId>xmc-parent</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
|
|
||||||
<artifactId>xmc-auth-starter</artifactId>
|
<artifactId>xmc-auth-starter</artifactId>
|
||||||
|
|||||||
@@ -6,11 +6,11 @@
|
|||||||
<parent>
|
<parent>
|
||||||
<groupId>com.xiang.pom</groupId>
|
<groupId>com.xiang.pom</groupId>
|
||||||
<artifactId>xmc-parent</artifactId>
|
<artifactId>xmc-parent</artifactId>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<version>1.0-SNAPSHOT</version>
|
<version>1.0</version>
|
||||||
<artifactId>xmc-web-starter</artifactId>
|
<artifactId>xmc-web-starter</artifactId>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
|
|||||||
Reference in New Issue
Block a user