summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index e3285437..c10a164e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -89,8 +89,8 @@
<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.0-SNAPSHOT</docker-image.latest>
<docker.http_proxy/>
-
</properties>
<build>
@@ -453,7 +453,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>