diff options
author | JulienBe <jb379x@att.com> | 2017-03-08 02:19:21 -0800 |
---|---|---|
committer | JulienBe <jb379x@att.com> | 2017-03-08 05:32:47 -0800 |
commit | c3f8ddfdd3b34551bf4f7424163fc0fd1a94e468 (patch) | |
tree | eda29d9fa3c6ebbd82b85f44009d2f1fd50d73d8 /pom.xml | |
parent | 9c83a7fc42c615140a61a339c2647b2e8eac9956 (diff) |
Adding tagging to our staging images
Tags will look like :
version-STAGING-commitId
If no 'mso.git.commit' passed, last part will be blank
Change-Id: I4ba4dc1c6f292e8f1f4d2d0470678712546796e4
Signed-off-by: JulienBe <jb379x@att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -42,6 +42,7 @@ <nexusproxy>https://nexus.openecomp.org</nexusproxy> <snapshotNexusPath>/content/repositories/snapshots/</snapshotNexusPath> <releaseNexusPath>/content/repositories/releases/</releaseNexusPath> + <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format> </properties> <distributionManagement> <repository> |