wujj před 5 roky
rodič
revize
22cc55e0b5
2 změnil soubory, kde provedl 6 přidání a 9 odebrání
  1. 2 2
      pom-bin.xml
  2. 4 7
      pom.xml

+ 2 - 2
pom-bin.xml

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

+ 4 - 7
pom.xml

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