diff options
Diffstat (limited to 'dmaap-listener')
-rwxr-xr-x | dmaap-listener/pom.xml | 2 |
1 files changed, 1 insertions, 1 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> |