From: sourabh_sourabh Date: Fri, 29 Nov 2024 16:55:38 +0000 (+0000) Subject: [DMI] The expression ${parent.groupId} is deprecated X-Git-Tag: 1.7.0~17^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=4fe4eab47918c6a221c6f5feeafd813f92482e45;p=cps%2Fncmp-dmi-plugin.git [DMI] The expression ${parent.groupId} is deprecated - The expression ${parent.groupId} is deprecated. Used ${project.parent.groupId} instead. - For this reason, future Maven versions might no longer support building such malformed projects. Issue-ID: CPS-2470 Change-Id: Ibc6ac64c526fc8fc8eaf1e717eb2cd6c6b3f19e1 Signed-off-by: sourabh_sourabh --- diff --git a/dmi-stub/dmi-stub-app/pom.xml b/dmi-stub/dmi-stub-app/pom.xml index ba89f143..27464c80 100644 --- a/dmi-stub/dmi-stub-app/pom.xml +++ b/dmi-stub/dmi-stub-app/pom.xml @@ -62,7 +62,7 @@ - ${parent.groupId} + ${project.parent.groupId} dmi-stub-service ${project.version}