diff options
author | Steven Wright <sw3588@att.com> | 2018-04-06 13:13:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-06 13:13:54 +0000 |
commit | d4b56186e5cefaecaf535965c0e28236be5b6820 (patch) | |
tree | 913c4b22e59d2394691c0f9471ead7c63e20b9e2 /pom.xml | |
parent | b95b45d124ccf80440cac28b17a5c0755fdb9838 (diff) | |
parent | 1e5cf8bf2d1da7d841bab4577adc329abbee25e8 (diff) |
Merge "Update docker tag convention"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -19,7 +19,7 @@ <sitePath>/content/sites/site/org/openecomp/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> |