diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-03 17:21:40 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-03 17:21:40 -0700 |
commit | d9c337fb3307087751d5027b52ce231d17f24a66 (patch) | |
tree | c593b85e7e8a8fe82a42d60edfd8d9738e1f49ab /standalone | |
parent | b23815f098b752259f8a3a16ff925da60e2a0d85 (diff) |
Update docker tag convention
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>
Diffstat (limited to 'standalone')
-rw-r--r-- | standalone/pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/standalone/pom.xml b/standalone/pom.xml index a0b5b53..b5b391b 100644 --- a/standalone/pom.xml +++ b/standalone/pom.xml @@ -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> |