Changing format of timestamp for docker 50/109450/1
authorRossC <ross.carter@est.tech>
Tue, 23 Jun 2020 10:19:54 +0000 (11:19 +0100)
committerRossC <ross.carter@est.tech>
Tue, 23 Jun 2020 10:19:59 +0000 (11:19 +0100)
Issue-ID: POLICY-2598
Change-Id: Ic72ec6ee112dc8a6b160702218480dcfafb3e811
Signed-off-by: RossC <ross.carter@est.tech>
policy-jdk/pom.xml
policy-jre/pom.xml

index 6bc8caa..ca19d5b 100644 (file)
@@ -41,6 +41,7 @@
         <docker.pull.registry>docker.io</docker.pull.registry>
         <docker.push.registry>docker.io</docker.push.registry>
         <docker.build.version>${project.version}</docker.build.version>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
     </properties>
 
     <profiles>
index 8620572..bbae4e7 100644 (file)
@@ -40,6 +40,7 @@
         <docker.skip.push>false</docker.skip.push>
         <docker.pull.registry>docker.io</docker.pull.registry>
         <docker.push.registry>docker.io</docker.push.registry>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmm</maven.build.timestamp.format>
     </properties>
 
     <profiles>