summaryrefslogtreecommitdiffstats
path: root/dmi-stub/dmi-stub-service
diff options
context:
space:
mode:
authorsourabh_sourabh <sourabh.sourabh@est.tech>2024-11-26 13:45:56 +0000
committersourabh_sourabh <sourabh.sourabh@est.tech>2024-11-26 14:21:13 +0000
commitf501c40e5da5e489ad9daae848258a05d43104fc (patch)
tree8ddb8a6dcc2e5ee7028fbd131c737c9b41f54ae1 /dmi-stub/dmi-stub-service
parentb5d7b53351a0d3f1f0b30665a8e86bf3c8026aa7 (diff)
[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 <sourabh.sourabh@est.tech>
Diffstat (limited to 'dmi-stub/dmi-stub-service')
-rw-r--r--dmi-stub/dmi-stub-service/pom.xml4
1 files changed, 2 insertions, 2 deletions
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 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <groupId>org.onap.cps</groupId>
+ <groupId>org.onap.cps.ncmp-dmi-plugin</groupId>
<artifactId>dmi-stub</artifactId>
<version>1.6.0-SNAPSHOT</version>
</parent>
@@ -99,7 +99,7 @@
</dependency>
<dependency>
- <groupId>org.onap.cps</groupId>
+ <groupId>${cps.groupId}</groupId>
<artifactId>cps-ncmp-events</artifactId>
<version>${cps.version}</version>
</dependency>