From 4fe4eab47918c6a221c6f5feeafd813f92482e45 Mon Sep 17 00:00:00 2001 From: sourabh_sourabh Date: Fri, 29 Nov 2024 16:55:38 +0000 Subject: [PATCH] [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 --- dmi-stub/dmi-stub-app/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6