docker-maven-plugin版本号提取

This commit is contained in:
macro
2019-12-12 21:04:26 +08:00
parent 37b0dc501e
commit 8f91a5427f
4 changed files with 4 additions and 3 deletions

View File

@@ -33,6 +33,7 @@
<properties>
<skipTests>true</skipTests>
<docker.host>http://192.168.6.132:2375</docker.host>
<docker.maven.plugin.version>1.1.0</docker.maven.plugin.version>
<java.version>1.8</java.version>
<spring-cloud.version>Greenwich.SR2</spring-cloud.version>
<pagehelper-starter.version>1.2.10</pagehelper-starter.version>