From bd35b4d03a474ce425040cc4656c7b94a87ef399 Mon Sep 17 00:00:00 2001 From: Renu Kumari Date: Mon, 17 May 2021 07:16:48 -0400 Subject: nexus registry is parmateterized Issue-ID: CPS-311 Signed-off-by: Renu Kumari Change-Id: I158387f54b1a9d3d60e6d97cc3336391745af3c0 --- cps-application/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'cps-application') diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 64921f633b..8c79666252 100755 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -35,11 +35,11 @@ org.onap.cps.Application - ${project.version} 2.8.0 yyyyMMdd'T'HHmmss'Z' 0.7 - nexus3.onap.org:10003/onap/ + ${docker.repository.pull}onap/integration-java11:8.0.0 + ${project.version}-${maven.build.timestamp} @@ -127,7 +127,7 @@ latest - ${nexus.repository}${image.name}:${image.version}-${maven.build.timestamp} + ${docker.repository.push}onap/${image.name}:${image.tag} -- cgit 1.2.3-korg