summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSteven Wright <sw3588@att.com>2018-04-05 15:32:22 +0000
committerGerrit Code Review <gerrit@onap.org>2018-04-05 15:32:22 +0000
commit63a8aaed281fa3778211e2bb15106fe6902e1226 (patch)
treec9bdaf332120fac1b43d7778a8a3738bf94db8f8
parentcd28e272b9ea1976b9ad1dfd49114a8093ef0fa8 (diff)
parent67c45b9beff7328ad0bbbbe3e1c89618157cc54f (diff)
Merge "Update docker tag convention"
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index d1d743a..b3fee91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@
<sitePath>/content/sites/site/org/onap/vvp/${project.artifactId}/${project.version}</sitePath>
<!--maven-->
<timestamp>${maven.build.timestamp}</timestamp>
- <maven.build.timestamp.format>yyyy.MM.dd.HH.mm</maven.build.timestamp.format>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<!--docker-->
<docker.tag>${project.version}-${timestamp}</docker.tag>
<docker.latest.tag>${project.version}-latest</docker.latest.tag>