Update docker tagging convention to use:
$VERSION-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
$VERSION-STAGING-YYYYMMDDTHHMMSSZ (for staging images)
Change-Id: I7bae3d147b405f357c88a65a850dc93a3a7bcffe
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
<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>
<license.goal.type>check</license.goal.type>
<jacoco.line.coverage.limit>0.55</jacoco.line.coverage.limit>