From 3f6f5b8eb76cbffd901917f69137045b5012cc1c Mon Sep 17 00:00:00 2001 From: "Rishi.Chail" Date: Mon, 15 Mar 2021 13:35:57 +0000 Subject: [PATCH] Add timestamp to docker snapshots Issue-ID: CPS-264 Signed-off-by: Rishi.Chail Change-Id: I25dc40e1f1d6f5fc2634625ae8403b96913829bd --- cps-application/pom.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) mode change 100644 => 100755 cps-application/pom.xml diff --git a/cps-application/pom.xml b/cps-application/pom.xml old mode 100644 new mode 100755 index 53ba1c965..fa4b5ef4a --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -35,7 +35,8 @@ org.onap.cps.Application ${project.version} - 2.6.0 + 2.8.0 + yyyyMMdd'T'HHmmss'Z' 0.7 nexus3.onap.org:10003/onap/ @@ -125,7 +126,7 @@ latest - ${nexus.repository}${image.name}:${image.version} + ${nexus.repository}${image.name}:${image.version}-${maven.build.timestamp} -- 2.16.6