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

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

index a0b5b53..b5b391b 100644 (file)
@@ -36,7 +36,7 @@
         <win64outputdir>target/assembly/${win64id}</win64outputdir>
         <version.output>target/version</version.output>
                <aai.esr.server.project.version>${project.version}</aai.esr.server.project.version>
-               <maven.build.timestamp.format>yyMMdd-HHmmss</maven.build.timestamp.format>
+               <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
        </properties>
     <build>
         <plugins>