summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiZi <li.zi30@zte.com.cn>2018-04-24 22:09:12 -0400
committerLiZi <li.zi30@zte.com.cn>2018-04-24 22:09:21 -0400
commit801522fa8e8c14a92bc7078b7afa8ebc3c4be36b (patch)
tree79e5a43b5f3958370ecb3a4b5ca8e38ba0e3c9bc
parent7a7016597fc5acfb6cca29f560ae9366842bd217 (diff)
Fix the docker tag.v1.1.02.0.0-ONAP2.0.0-ONAP
Change-Id: Ibea68ba95a84dc491b0e3ee8d8e21b26cab1d5de Issue-ID: AAI-1095 Signed-off-by: LiZi <li.zi30@zte.com.cn>
-rw-r--r--standalone/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml
index b5b391b..f960369 100644
--- a/standalone/pom.xml
+++ b/standalone/pom.xml
@@ -236,7 +236,7 @@
<dockerFile>${basedir}/target/version/Dockerfile</dockerFile>
<tags>
<tag>${project.version}</tag>
- <tag>${project.version}-STAGING-${maven.build.timestamp}</tag>
+ <tag>${project.version}-${maven.build.timestamp}</tag>
<tag>${project.docker.latesttag.version}</tag>
</tags>
</build>