From 0463fd273277e82ee349c67feab08be157c515ca Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Wed, 4 Apr 2018 18:26:23 -0700 Subject: 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: Ie874a49bb884e38ecd1371d8e24c1a34d37b3d2e Issue-ID: CIMAN-132 Signed-off-by: Jessica Wagantall --- pom.xml | 2 +- utils/webseal-simulator/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 348ffcc4e9..9c8ab1f5fb 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ /content/sites/site/org/openecomp/sdc/${project.version} 176c31dfe190a - yyyyMMdd'T'HHmm + yyyyMMdd'T'HHmmss'Z' 0.23.0 diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index f4585612b3..4aa6fa4d7b 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -15,7 +15,7 @@ 9.2.10.v20150310 - yyyyMMdd'T'HHmm + yyyyMMdd'T'HHmmss'Z' https://nexus.onap.org UTF-8 ${project.version}-${maven.build.timestamp} -- cgit 1.2.3-korg