Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
MCMS
Commits
6a75563e
Commit
6a75563e
authored
Sep 14, 2020
by
wujj
Browse files
Merge remote-tracking branch 'origin/master'
parents
011ef90a
db6ea623
Changes
4
Hide whitespace changes
Inline
Side-by-side
assembly-upgrade.xml
deleted
100644 → 0
View file @
011ef90a
<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>
pom-bin.xml
View file @
6a75563e
...
...
@@ -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>
...
...
pom-war.xml
View file @
6a75563e
...
...
@@ -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>
...
...
pom.xml
View file @
6a75563e
...
...
@@ -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>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment