From: Jessica Wagantall Date: Mon, 16 Apr 2018 17:21:26 +0000 (-0700) Subject: Fix snapshot tag X-Git-Tag: 2.0.0-ONAP~4^2~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=bfe5c407816713db3981f06cc569ef634f3530ab;p=vvp%2Fcms.git Fix snapshot tag Snapshot tag takes project.version into its name, which already contains the word "SNAPSHOT" in it. No need to add the word SNAPSHOT in the tag again. Change-Id: I1afa2e49fd274d22f00f320e351d2adeb22b4826 Issue-ID: VVP-55 Signed-off-by: Jessica Wagantall --- diff --git a/pom.xml b/pom.xml index 946874a..06a4b96 100644 --- a/pom.xml +++ b/pom.xml @@ -21,7 +21,7 @@ ${maven.build.timestamp} yyyyMMdd'T'HHmmss'Z' - ${project.version}-SNAPSHOT-${timestamp} + ${project.version}-${timestamp} ${project.version}-STAGING-${timestamp} ${project.version}-latest nexus3.onap.org:10001