summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorFilip Krzywka <filip.krzywka@nokia.com>2018-11-19 16:17:05 +0100
committerFilip Krzywka <filip.krzywka@nokia.com>2018-11-22 13:04:42 +0000
commit3cebad109c47036c913964c853778f082dd1e875 (patch)
treec1deac9e853de907eaf7770d85f03b13a94f3f41 /pom.xml
parent7d802e8716b08f84839307bf6a184d4c145800ca (diff)
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 <filip.krzywka@nokia.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index f54e4c12..71a754cd 100644
--- 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>
@@ -453,7 +454,7 @@
<tags>
<tag>${project.version}-${maven.build.timestamp}Z</tag>
<tag>${project.version}</tag>
- <tag>latest</tag>
+ <tag>${docker-image.latest}</tag>
</tags>
</build>
</image>