summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorLAPTOP-CUUVN8AS\wk <[email protected]>2020-09-08 11:34:15 +0800
committerLAPTOP-CUUVN8AS\wk <[email protected]>2020-09-08 11:34:15 +0800
commit37f0bc3d31ccacce76ff0ac9ed9c77fa99cdf9fb (patch)
tree9338178d91b6de75e220f0ff28d86ce0945a4be9 /pom.xml
parent631c932206ec585d7058f2c54671492097809558 (diff)
改为单线程执行任务解决任务停止bug
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 84f53ff..084054c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
</parent>
<groupId>com.mesa</groupId>
<artifactId>galaxy-report-service</artifactId>
- <version>20.08.31</version>
+ <version>20.09.07</version>
<name>galaxy-report-service</name>
<description>Demo project for Spring Boot</description>
@@ -211,7 +211,7 @@
<forceTags>true</forceTags>
<imageTags>
- <imageTag>20.08.31</imageTag>
+ <imageTag>20.09.07</imageTag>
</imageTags>
<!--远程docker构建,供dockerfile使用-->
<dockerHost>http://192.168.40.153:2375</dockerHost>