From: Rishi.Chail Date: Mon, 15 Mar 2021 13:35:57 +0000 (+0000) Subject: Add timestamp to docker snapshots X-Git-Tag: 1.1.0~100 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F22%2F119322%2F2;p=cps.git Add timestamp to docker snapshots Issue-ID: CPS-264 Signed-off-by: Rishi.Chail Change-Id: I25dc40e1f1d6f5fc2634625ae8403b96913829bd --- 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}