aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLusheng Ji <lji@research.att.com>2018-04-02 23:02:26 -0400
committerLusheng Ji <lji@research.att.com>2018-04-02 23:02:32 -0400
commit4c7eea96930dc7ccb97546ea977ef6f7826b4d67 (patch)
tree540be902154583ed317fb083d127743e90ad9d84
parent850e24739bac285c72440be0d49685142ccf8e03 (diff)
Fix docker tag based on CIMAN-132
Issue-ID: DCAEGEN2-206 Change-Id: I1f8d2245d0ddbea2910cc109e5cb4294f44068f4 Signed-off-by: Lusheng Ji <lji@research.att.com>
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 5c161ce..9407294 100644
--- 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>