aboutsummaryrefslogtreecommitdiffstats
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
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>
-rwxr-xr-xdmaap-listener/pom.xml2
-rwxr-xr-xueb-listener/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index 9c0ced01..b7c1a2fb 100755
--- a/dmaap-listener/pom.xml
+++ b/dmaap-listener/pom.xml
@@ -25,7 +25,7 @@
<dmaap.listener.base>/opt/app/dmaap-listener</dmaap.listener.base>
<dmaap.listener.version>1.1.0-SNAPSHOT</dmaap.listener.version>
- <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>
diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml
index b8ec986c..3ec9f2a4 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>