Fix tagging for CSITs 28/73228/2
authorFilip Krzywka <filip.krzywka@nokia.com>
Mon, 19 Nov 2018 15:17:05 +0000 (16:17 +0100)
committerFilip Krzywka <filip.krzywka@nokia.com>
Thu, 22 Nov 2018 13:04:42 +0000 (13:04 +0000)
- 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 <filip.krzywka@nokia.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index f54e4c1..71a754c 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -89,6 +89,7 @@
         <docker-image.registry>${onap.nexus.dockerregistry.daily}</docker-image.registry>
         <docker-image.namespace>onap</docker-image.namespace>
         <docker-image.name>${project.groupId}.${project.artifactId}</docker-image.name>
+        <docker-image.latest>1.1-SNAPSHOT</docker-image.latest>
         <docker.http_proxy/>
 
     </properties>
                                             <tags>
                                                 <tag>${project.version}-${maven.build.timestamp}Z</tag>
                                                 <tag>${project.version}</tag>
-                                                <tag>latest</tag>
+                                                <tag>${docker-image.latest}</tag>
                                             </tags>
                                         </build>
                                     </image>