summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLAPTOP-CUUVN8AS\wk <[email protected]>2020-12-04 10:12:04 +0800
committerLAPTOP-CUUVN8AS\wk <[email protected]>2020-12-04 10:12:04 +0800
commit748e36cffb446568b0089b455f2eceda3c883a52 (patch)
treee07b604d83b4e7aeca7f580cbc2484e156b37dfb /pom.xml
parent11425f1b9eea2bf47120c31fa1accdcb68335a42 (diff)
更改zk中uuid生成策略
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index c416493..8a5a186 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.mesa</groupId>
<artifactId>galaxy-report-service</artifactId>
- <version>20.10.20</version>
+ <version>20.12.03</version>
<name>galaxy-report-service</name>
<description>Demo project for Spring Boot</description>
@@ -219,7 +219,7 @@
<forceTags>true</forceTags>
<imageTags>
- <imageTag>20.10.20</imageTag>
+ <imageTag>20.12.03</imageTag>
</imageTags>
<!--远程docker构建,供dockerfile使用-->
<dockerHost>http://192.168.40.153:2375</dockerHost>