summaryrefslogtreecommitdiffstats
path: root/ueb-listener
diff options
context:
space:
mode:
authorJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:26:08 -0700
committerJessica Wagantall <jwagantall@linuxfoundation.org>2018-04-04 18:26:08 -0700
commit0dfc4dc597a6274228a21921467c32c0b49321f3 (patch)
treeb03701375605ab804423be838a56078290e3f729 /ueb-listener
parent666ebf025412d99799a80f6e8a0e5272f0a2f76b (diff)
Update docker tag convention
Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: I4065d25d11e6767903947ebee8c690a0c9ecc804 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
Diffstat (limited to 'ueb-listener')
-rwxr-xr-xueb-listener/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index b8ec986c1..3ec9f2a4a 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -22,7 +22,7 @@
<fasterxml.jackson.version>2.9.0.pr1</fasterxml.jackson.version>
<skip.SWM>true</skip.SWM>
<ueb.listener.base>/opt/app/ueb-listener</ueb.listener.base>
- <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+ <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
<build.number>${maven.build.timestamp}</build.number>
<SWM_VERSION>${project.version}-${build.number}</SWM_VERSION>
</properties>