Przeglądaj źródła

Merge remote-tracking branch 'origin/master'

wujj 5 lat temu
rodzic
commit
6a75563e15
4 zmienionych plików z 3 dodań i 24 usunięć
  1. 0 20
      assembly-upgrade.xml
  2. 1 2
      pom-bin.xml
  3. 1 1
      pom-war.xml
  4. 1 1
      pom.xml

+ 0 - 20
assembly-upgrade.xml

@@ -1,20 +0,0 @@
-<assembly xmlns="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-          xsi:schemaLocation="http://maven.apache.org/plugins/maven-assembly-plugin/assembly/1.1.3 http://maven.apache.org/xsd/assembly-1.1.3.xsd">
-    <id>upgrade</id>
-    <includeBaseDirectory>false</includeBaseDirectory>
-    <formats>
-        <format>zip</format>
-    </formats>
-    <fileSets>
-        <fileSet>
-            <directory>target${file.separator}classes</directory>
-            <outputDirectory>${file.separator}</outputDirectory>
-            <includes>
-                <include>**/upgrade/**</include>
-            </includes>
-            <excludes>
-                <exclude>**/upgrade/*.java</exclude>
-            </excludes>
-        </fileSet>
-    </fileSets>
-</assembly>

+ 1 - 2
pom-bin.xml

@@ -26,7 +26,7 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>3.0</version>
+            <version>5.1</version> 
         </dependency>
     </dependencies>
     <build>
@@ -53,7 +53,6 @@
                 </executions>
                 <!--打包生产-->
                 <configuration>
-                    <layout>ZIP</layout>
                     <fork>true</fork>
                 </configuration>
             </plugin>

+ 1 - 1
pom-war.xml

@@ -27,7 +27,7 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>5.0</version>
+            <version>5.1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>

+ 1 - 1
pom.xml

@@ -82,7 +82,7 @@
         <dependency>
             <groupId>net.mingsoft</groupId>
             <artifactId>store-client</artifactId>
-            <version>5.0</version>
+            <version>5.1</version>
         </dependency>
         <dependency>
             <groupId>org.springframework.boot</groupId>