From b4b8bc4aad8ee127344277c800d5a2de88237555 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 4 Apr 2018 18:28:53 -0700 Subject: [PATCH] Update docker tag convention Update docker tagging convention to use: v0.17.0-SNAPSHOT-YYYYMMDDTHHMMSSZ (for dev images) v0.17.0-STAGING-YYYYMMDDTHHMMSSZ (for staging images) Change-Id: Ief04f3efcd54c896ec71ddef053474dff882c488 Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall --- cdt/pom.xml | 2 +- installation/appc/pom.xml | 2 +- installation/pom.xml | 2 +- platform-logic/pom.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cdt/pom.xml b/cdt/pom.xml index 9b827a0..0c541fb 100644 --- a/cdt/pom.xml +++ b/cdt/pom.xml @@ -46,7 +46,7 @@ limitations under the License. 1.0.0 - yyyyMMdd'T'HHmmss + yyyyMMdd'T'HHmmss'Z' diff --git a/installation/appc/pom.xml b/installation/appc/pom.xml index 56789b9..fee078e 100644 --- a/installation/appc/pom.xml +++ b/installation/appc/pom.xml @@ -45,7 +45,7 @@ limitations under the License. 1.0.0 - yyyyMMdd'T'HHmmss + yyyyMMdd'T'HHmmss'Z' diff --git a/installation/pom.xml b/installation/pom.xml index b6a5fb0..d83590a 100644 --- a/installation/pom.xml +++ b/installation/pom.xml @@ -42,7 +42,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. installation - yyMMdd-HHmmss + yyyyMMdd'T'HHmmss'Z' ${maven.build.timestamp} UTF-8 UTF-8 diff --git a/platform-logic/pom.xml b/platform-logic/pom.xml index 5a84370..a22d2de 100644 --- a/platform-logic/pom.xml +++ b/platform-logic/pom.xml @@ -42,7 +42,7 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. platform-logic - yyMMdd-HHmmss + yyyyMMdd'T'HHmmss'Z' ${maven.build.timestamp} -- 2.16.6