Fix docker tag based on CIMAN-132 25/40625/1
authorLusheng Ji <lji@research.att.com>
Tue, 3 Apr 2018 03:02:26 +0000 (23:02 -0400)
committerLusheng Ji <lji@research.att.com>
Tue, 3 Apr 2018 03:02:32 +0000 (23:02 -0400)
Issue-ID: DCAEGEN2-206
Change-Id: I1f8d2245d0ddbea2910cc109e5cb4294f44068f4
Signed-off-by: Lusheng Ji <lji@research.att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 5c161ce..9407294 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,8 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property.
                     <maintainer>Michael Hwang</maintainer>
                     <imageName>${onap.nexus.dockerregistry.daily}/onap/${project.groupId}.${project.artifactId}</imageName>
                     <imageTags>
-                        <imageTag>${project.version}-${maven.build.timestamp}</imageTag>
+                        <imageTag>${project.version}-SNAPSHOT-${maven.build.timestamp}Z</imageTag>
+                        <imageTag>${project.version}</imageTag>
                         <imageTag>latest</imageTag>
                     </imageTags>
                     <baseImage>java:8-jre</baseImage>