From 3cebad109c47036c913964c853778f082dd1e875 Mon Sep 17 00:00:00 2001 From: Filip Krzywka Date: Mon, 19 Nov 2018 16:17:05 +0100 Subject: Fix tagging for CSITs - latest tag should not be used to prevent confusion with casablanca, instead 1.1-SNAPSHOT should when referring to latests (Dublin) build - this allows for less frequent changes in CSIT repository after code freeze (when changes need to update service version) Change-Id: I4c94a5a2e90d0c77d51110ed97c9e28c30130f10 Issue-ID: DCAEGEN2-983 Signed-off-by: Filip Krzywka --- pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index f54e4c12..71a754cd 100644 --- a/pom.xml +++ b/pom.xml @@ -89,6 +89,7 @@ ${onap.nexus.dockerregistry.daily} onap ${project.groupId}.${project.artifactId} + 1.1-SNAPSHOT @@ -453,7 +454,7 @@ ${project.version}-${maven.build.timestamp}Z ${project.version} - latest + ${docker-image.latest} -- cgit 1.2.3-korg