aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhangab <zhanganbing@chinamobile.com>2018-05-08 09:26:35 +0800
committerzhangab <zhanganbing@chinamobile.com>2018-05-08 09:26:41 +0800
commit177922f9e1ef97ed510a6e7d7880b9a908f7637f (patch)
treee2589117fb2b72b9d20e83b0019b90be6a0825b4
parent7581fd59efd1c02e57112476acb6e2feabc503d0 (diff)
fix docker image tag for usecase-ui-server
Change-Id: I46292ed61362c3297d007221436a1c4178f865c5 Issue-ID: USECASEUI-111 Signed-off-by: zhangab <zhanganbing@chinamobile.com>
-rw-r--r--standalone/pom.xml7
1 files changed, 4 insertions, 3 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index 498068cc..5c8e50b5 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -33,6 +33,7 @@
<linux64outputdir>target/assembly/${linux64id}</linux64outputdir>
<win64outputdir>target/assembly/${win64id}</win64outputdir>
<version.output>target/version</version.output>
+ <usecaseui.version>1.1.1</usecaseui.version>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
</properties>
@@ -207,9 +208,9 @@
<dockerFileDir>${basedir}/target/version/</dockerFileDir>
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
- <tag>${project.version}-latest</tag>
- <tag>${project.version}.split('-').[0]-STAGING-latest</tag>
- <tag>${project.version}.split('-').[0]-STAGING-${maven.build.timestamp}</tag>
+ <tag>${usecaseui.version}-SNAPSHOT-latest</tag>
+ <tag>${usecaseui.version]-STAGING-latest</tag>
+ <tag>${usecaseui.version]-STAGING-${maven.build.timestamp}</tag>
</tags>
</build>
</image>