diff options
-rwxr-xr-x | dmaap-listener/pom.xml | 2 | ||||
-rwxr-xr-x | ueb-listener/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml index 9c0ced010..b7c1a2fb9 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 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> |