diff options
author | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-06-20 11:30:48 +0100 |
---|---|---|
committer | Gerard Hickey <gerard.hickey@ericsson.com> | 2019-06-20 11:39:33 +0100 |
commit | 33d41c6e4e758834c4a61c1511b933b8ace9b10e (patch) | |
tree | a490bfd62f95b13ccfa787f6b560b3da6248cbf6 | |
parent | 9e3a95038799e97397ee6106da96d3ff8952575a (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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |