From f501c40e5da5e489ad9daae848258a05d43104fc Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Tue, 26 Nov 2024 13:45:56 +0000 Subject: [PATCH] [DMI] Fix for DMI merge master Job - ncmp-dmi-plugin group id is changed from "org.onap.cps" to "org.onap.cps.ncmp-dmi-plugin" Issue-ID: CPS-2499 Change-Id: I6db7093c48c0f11ca2ef172458951a379d42d255 Signed-off-by: sourabh_sourabh --- dmi-service/pom.xml | 8 ++++---- dmi-stub/dmi-stub-app/pom.xml | 4 ++-- dmi-stub/dmi-stub-service/pom.xml | 4 ++-- dmi-stub/pom.xml | 4 ++-- pom.xml | 9 +++++---- 5 files changed, 15 insertions(+), 14 deletions(-) diff --git a/dmi-service/pom.xml b/dmi-service/pom.xml index 1ad12471..c79889ac 100644 --- a/dmi-service/pom.xml +++ b/dmi-service/pom.xml @@ -22,7 +22,7 @@ 4.0.0 - org.onap.cps + org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin 1.6.0-SNAPSHOT @@ -160,7 +160,7 @@ 1.18.24 - org.onap.cps + ${cps.groupId} cps-ncmp-events ${cps.version} @@ -264,7 +264,7 @@ jetty-http - org.onap.cps + ${cps.groupId} cps-ncmp-events ${cps.version} @@ -486,7 +486,7 @@ - ${project.groupId} + ${cps.groupId} spotbugs ${cps.version} compile diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index 210eb5c9..0367e452 100644 --- a/dmi-stub/dmi-stub-app/pom.xml +++ b/dmi-stub/dmi-stub-app/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - org.onap.cps + org.onap.cps.ncmp-dmi-plugin dmi-stub 1.6.0-SNAPSHOT @@ -62,7 +62,7 @@ - org.onap.cps + org.onap.cps.ncmp-dmi-plugin dmi-stub-service ${project.version} diff --git a/dmi-stub/dmi-stub-service/pom.xml b/dmi-stub/dmi-stub-service/pom.xml index 171b5d90..211a0b33 100644 --- a/dmi-stub/dmi-stub-service/pom.xml +++ b/dmi-stub/dmi-stub-service/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - org.onap.cps + org.onap.cps.ncmp-dmi-plugin dmi-stub 1.6.0-SNAPSHOT @@ -99,7 +99,7 @@ - org.onap.cps + ${cps.groupId} cps-ncmp-events ${cps.version} diff --git a/dmi-stub/pom.xml b/dmi-stub/pom.xml index 1d361da2..0c7c0518 100644 --- a/dmi-stub/pom.xml +++ b/dmi-stub/pom.xml @@ -21,7 +21,7 @@ 4.0.0 - org.onap.cps + org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin 1.6.0-SNAPSHOT @@ -46,7 +46,7 @@ - org.onap.cps + ${cps.groupId} cps-dependencies ${cps.version} pom diff --git a/pom.xml b/pom.xml index 38ef414a..bb65d740 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ dmi-stub - org.onap.cps + org.onap.cps.ncmp-dmi-plugin ncmp-dmi-plugin 1.6.0-SNAPSHOT ncmp-dmi-plugin @@ -51,7 +51,8 @@ ${project.version}-${maven.build.timestamp} - 3.5.5-SNAPSHOT + org.onap.cps + 3.5.5-SNAPSHOT yyyyMMdd'T'HHmmss'Z' @@ -88,7 +89,7 @@ - ${project.groupId} + ${cps.groupId} checkstyle ${cps.version} jar @@ -149,7 +150,7 @@ - ${project.groupId} + ${cps.groupId} checkstyle ${cps.version} -- 2.16.6