默认模板

This commit is contained in:
wujj 2020-09-09 18:44:39 +08:00
parent 0711d6be82
commit 22cc55e0b5
2 changed files with 6 additions and 9 deletions

View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mcms</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<name>ms-mcms</name>
<properties>
<java.version>1.8</java.version>
@ -20,7 +20,7 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId>
<version>1.0.25</version>
<version>1.0.26</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端MStore不在铭飞开源产品范围如果不需要使用MStore可以删除掉 -->
<dependency>

11
pom.xml
View File

@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mcms</artifactId>
<version>5.1-SNAPSHOT</version>
<version>5.1</version>
<name>ms-mcms</name>
<properties>
<java.version>1.8</java.version>
@ -20,14 +20,11 @@
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>ms-mpeople</artifactId>
<version>1.0.25</version>
<version>1.0.26</version>
</dependency>
<!-- 此部分是铭飞平台MStroe的客户端MStore不在铭飞开源产品范围如果不需要使用MStore可以删除掉 -->
<dependency>
<groupId>net.mingsoft</groupId>
<artifactId>store-client</artifactId>
<version>3.0</version>
</dependency>
</dependencies>
<build>
<finalName>ms-mcms</finalName>