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
wwwanlingxiao
mall
Commits
aca49193
Commit
aca49193
authored
Nov 26, 2019
by
macro
Browse files
docker-maven-plugin版本号提取
parent
386562fe
Changes
3
Hide whitespace changes
Inline
Side-by-side
mall-admin/pom.xml
View file @
aca49193
...
...
@@ -50,7 +50,7 @@
<!--<plugin>-->
<!--<groupId>com.spotify</groupId>-->
<!--<artifactId>docker-maven-plugin</artifactId>-->
<!--<version>
1.1.0
</version>-->
<!--<version>
${docker.maven.plugin.version}
</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>build-image</id>-->
...
...
mall-portal/pom.xml
View file @
aca49193
...
...
@@ -59,7 +59,7 @@
<!--<plugin>-->
<!--<groupId>com.spotify</groupId>-->
<!--<artifactId>docker-maven-plugin</artifactId>-->
<!--<version>
1.1.0
</version>-->
<!--<version>
${docker.maven.plugin.version}
</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>build-image</id>-->
...
...
mall-search/pom.xml
View file @
aca49193
...
...
@@ -44,7 +44,7 @@
<!--<plugin>-->
<!--<groupId>com.spotify</groupId>-->
<!--<artifactId>docker-maven-plugin</artifactId>-->
<!--<version>
1.1.0
</version>-->
<!--<version>
${docker.maven.plugin.version}
</version>-->
<!--<executions>-->
<!--<execution>-->
<!--<id>build-image</id>-->
...
...
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