aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGerard Hickey <gerard.hickey@ericsson.com>2019-06-20 11:30:48 +0100
committerGerard Hickey <gerard.hickey@ericsson.com>2019-06-20 11:39:33 +0100
commit33d41c6e4e758834c4a61c1511b933b8ace9b10e (patch)
treea490bfd62f95b13ccfa787f6b560b3da6248cbf6
parent9e3a95038799e97397ee6106da96d3ff8952575a (diff)
JJB alignment across DCAE components - Servicechange-handler version appending additional snapshot
Issue-ID: DCAEGEN2-1578 Signed-off-by: Gerard Hickey <gerard.hickey@ericsson.com> Change-Id: I243bc5d32c5df1f30822ba416f6cf9a54c8f527e
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 61eafb6..bc6c00a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -217,7 +217,7 @@ 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}-SNAPSHOT-${maven.build.timestamp}Z</imageTag>
+ <imageTag>${project.version}-${maven.build.timestamp}Z</imageTag>
<imageTag>${project.version}</imageTag>
<imageTag>latest</imageTag>
</imageTags>