From 58dc1e3b922ea137fbb3fea46e08347be5b6027f Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Wed, 27 Nov 2024 11:24:23 +0000 Subject: [PATCH] [DMI] Used global variable for ncmp-dmi-plugin group id Issue-ID: CPS-2499 Change-Id: I1bf8acba1134107b2cf1e51880e169524f3c8c54 Signed-off-by: sourabh_sourabh --- dmi-stub/dmi-stub-app/pom.xml | 2 +- pom.xml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index 0367e452..ba89f143 100644 --- a/dmi-stub/dmi-stub-app/pom.xml +++ b/dmi-stub/dmi-stub-app/pom.xml @@ -62,7 +62,7 @@ - org.onap.cps.ncmp-dmi-plugin + ${parent.groupId} dmi-stub-service ${project.version} diff --git a/pom.xml b/pom.xml index d6ae5663..1ceed4b5 100644 --- a/pom.xml +++ b/pom.xml @@ -35,7 +35,7 @@ dmi-stub - org.onap.cps.ncmp-dmi-plugin + ${dmi.groupId} ncmp-dmi-plugin 1.6.0-SNAPSHOT ncmp-dmi-plugin @@ -53,6 +53,7 @@ org.onap.cps 3.5.5-SNAPSHOT + org.onap.cps.ncmp-dmi-plugin yyyyMMdd'T'HHmmss'Z' -- 2.16.6