diff options
author | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:26:16 -0700 |
---|---|---|
committer | Jessica Wagantall <jwagantall@linuxfoundation.org> | 2018-04-04 18:26:16 -0700 |
commit | 598b5f7e276a2f6f4c48ba9af8fae4ca8c1bfdb4 (patch) | |
tree | deb6feae87c50a88d52b79dfd4e646558916b1e6 | |
parent | 460b47e44813cad79180eb9ac96dfac2e295a32a (diff) |
Update docker tag convention2.0.0-ONAPbeijing2.0.0-ONAP
Update docker tagging convention to use:
v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images)
v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images)
Change-Id: I89bb50003c34a9b611e045c692705f03e57bd333
Issue-ID: CIMAN-132
Signed-off-by: Jessica Wagantall <jwagantall@linuxfoundation.org>
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <ecomp.inceptionYear>2017</ecomp.inceptionYear> <ecomp.organizationName>AT&T Intellectual Property. All rights reserved.</ecomp.organizationName> - <maven.build.timestamp.format>yyyyMMdd'T'HHmmss</maven.build.timestamp.format> + <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format> <nexusproxy>https://nexus.onap.org</nexusproxy> <snapshots.path>content/repositories/snapshots/</snapshots.path> <releases.path>content/repositories/releases/</releases.path> |