From fe21c17b8b1a02c48fe1506283cbd56d18c51235 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 8 Feb 2022 16:06:21 +0100 Subject: [PATCH] Migrate yang-xpath-impl to bnd-parent bnd-parent is a more modern replacement for bundle-parent, use that. Change-Id: Ib20d9a709afade8a328db20400938299f3b6db5c Signed-off-by: Robert Varga --- xpath/yang-xpath-impl/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/xpath/yang-xpath-impl/pom.xml b/xpath/yang-xpath-impl/pom.xml index 1d34dbb319..9bd5e5618e 100644 --- a/xpath/yang-xpath-impl/pom.xml +++ b/xpath/yang-xpath-impl/pom.xml @@ -11,14 +11,14 @@ 4.0.0 org.opendaylight.yangtools - bundle-parent + bnd-parent 8.0.0-SNAPSHOT - ../../bundle-parent + ../../bnd-parent yang-xpath-impl 8.0.0-SNAPSHOT - bundle + jar ${project.artifactId} YANG XPath parser -- 2.36.6