aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 946874a..06a4b96 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!--docker-->
- <docker.snapshot.tag>${project.version}-SNAPSHOT-${timestamp}</docker.snapshot.tag>
+ <docker.snapshot.tag>${project.version}-${timestamp}</docker.snapshot.tag>
<docker.staging.tag>${project.version}-STAGING-${timestamp}</docker.staging.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>
<docker.pull.registry>nexus3.onap.org:10001</docker.pull.registry>