Update docker tag convention 53/40853/1
authorJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Apr 2018 00:26:54 +0000 (17:26 -0700)
committerJessica Wagantall <jwagantall@linuxfoundation.org>
Wed, 4 Apr 2018 00:26:54 +0000 (17:26 -0700)
Update docker tagging convention to use:
$VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
$VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images)

Change-Id: I015a2bfb19cb4370da8fde1fdb0bec9bf9238dce
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
aai-traversal/pom.xml

index db38bfa..5b009b5 100644 (file)
         <spring.test.version>4.3.6.RELEASE</spring.test.version>
 
         <!-- This will be used for the docker images as the default format of maven build has issues -->
-        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
 
         <antlr4.visitor>true</antlr4.visitor>
         <antlr4.listener>true</antlr4.listener>