From b988cb672876b1c129c76d60d3ddf7d129ef4bc2 Mon Sep 17 00:00:00 2001 From: sebdet Date: Fri, 25 Sep 2020 15:48:10 +0200 Subject: Standardize docker tagging Standardize the docker tagging in all maven modules Issue-ID: SDC-3300 Signed-off-by: sebdet Change-Id: Id43cbd8efea119d4acf7280b75c30a0275ec3242 Signed-off-by: sebdet --- utils/webseal-simulator/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'utils/webseal-simulator') diff --git a/utils/webseal-simulator/pom.xml b/utils/webseal-simulator/pom.xml index 4b4e86bc67..2d027b74b0 100644 --- a/utils/webseal-simulator/pom.xml +++ b/utils/webseal-simulator/pom.xml @@ -18,8 +18,6 @@ yyyyMMdd'T'HHmmss'Z' https://nexus.onap.org UTF-8 - ${project.version}-${maven.build.timestamp} - ${project.version}-latest true @@ -224,10 +222,11 @@ try ${basedir}${file.separator}sdc-simulator - ${docker.tag} + latest ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-STAGING-latest + ${parsedVersion.majorVersion}.${parsedVersion.minorVersion}-${maven.build.timestamp} -- cgit 1.2.3-korg