Merge "Update versions to resolve security issues"
diff --git a/dmaap-listener/pom.xml b/dmaap-listener/pom.xml
index 7515731..cd6b679 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 4cb1180..9c49a85 100755
--- a/ueb-listener/pom.xml
+++ b/ueb-listener/pom.xml
@@ -22,7 +22,7 @@
 		<fasterxml.jackson.version>2.9.4</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>