diff options
author | Steven Wright <sw3588@att.com> | 2018-04-05 15:32:22 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-05 15:32:22 +0000 |
commit | 63a8aaed281fa3778211e2bb15106fe6902e1226 (patch) | |
tree | c9bdaf332120fac1b43d7778a8a3738bf94db8f8 | |
parent | cd28e272b9ea1976b9ad1dfd49114a8093ef0fa8 (diff) | |
parent | 67c45b9beff7328ad0bbbbe3e1c89618157cc54f (diff) |
Merge "Update docker tag convention"
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |