diff options
author | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-26 13:45:56 +0000 |
---|---|---|
committer | sourabh_sourabh <sourabh.sourabh@est.tech> | 2024-11-26 14:21:13 +0000 |
commit | f501c40e5da5e489ad9daae848258a05d43104fc (patch) | |
tree | 8ddb8a6dcc2e5ee7028fbd131c737c9b41f54ae1 /dmi-stub/dmi-stub-app/pom.xml | |
parent | b5d7b53351a0d3f1f0b30665a8e86bf3c8026aa7 (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-app/pom.xml')
-rw-r--r-- | dmi-stub/dmi-stub-app/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ <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> @@ -62,7 +62,7 @@ </exclusion></exclusions> </dependency> <dependency> - <groupId>org.onap.cps</groupId> + <groupId>org.onap.cps.ncmp-dmi-plugin</groupId> <artifactId>dmi-stub-service</artifactId> <version>${project.version}</version> <exclusions> |