From 4ec225ce071d68c02cbc2388847d416c268bfa40 Mon Sep 17 00:00:00 2001 From: "Claudio D. Gasparini" Date: Thu, 4 Feb 2021 14:57:39 +0100 Subject: [PATCH] Image name - cps-service - cps-nf-proxy - cps-and-nf-proxy Issue-ID: CPS-175 Signed-off-by: Claudio D. Gasparini Change-Id: I579d3646f54adebc131196acbe74e24299b4ead6 --- cps-application/pom.xml | 24 ++++++++++++++++++++---- cps-parent/pom.xml | 21 --------------------- 2 files changed, 20 insertions(+), 25 deletions(-) diff --git a/cps-application/pom.xml b/cps-application/pom.xml index 92cff35fe..e5b46f6a4 100644 --- a/cps-application/pom.xml +++ b/cps-application/pom.xml @@ -33,7 +33,12 @@ cps-application + org.onap.cps.Application + cps-service + ${project.version} + 2.6.0 0.0 + nexus3.onap.org:10003/onap/ @@ -63,6 +68,19 @@ com.google.cloud.tools jib-maven-plugin + ${jib-maven-plugin.version} + + + ${app} + USE_CURRENT_TIMESTAMP + + + ${base.image} + + + ${nexus.repository}${image.name}:${image.version} + + package @@ -113,8 +131,7 @@ - org.onap.cps.Application - ${docker.pushRegistry}onap/cps-nf-proxy + cps-nf-proxy @@ -131,8 +148,7 @@ - org.onap.cps.Application - ${docker.pushRegistry}onap/cps-and-nf-proxy + cps-and-nf-proxy diff --git a/cps-parent/pom.xml b/cps-parent/pom.xml index 00aa89e80..91d1f4186 100755 --- a/cps-parent/pom.xml +++ b/cps-parent/pom.xml @@ -38,14 +38,11 @@ org.onap.cps.Application openjdk:11-jre-slim 11 - 2.6.0 0.9 https://nexus.onap.org 3.1.0 UTF-8 /content/repositories/releases/ - nexus3.onap.org:10003/ - ${docker.pushRegistry}onap/cps-service 4.1.3 2.3.3.RELEASE 1.8.0-beta4 @@ -53,7 +50,6 @@ 4.2.0 3.0.18 /content/repositories/snapshots/ - ${project.version} ${project.reporting.outputDirectory}/jacoco-aggregate @@ -143,23 +139,6 @@ swagger-codegen-maven-plugin ${swagger-codegen-maven-plugin.version} - - com.google.cloud.tools - jib-maven-plugin - ${jib-maven-plugin.version} - - - ${app} - USE_CURRENT_TIMESTAMP - - - ${base.image} - - - ${repository.name}:${image.version} - - - com.github.spotbugs spotbugs-maven-plugin -- 2.16.6