Migrate yang-xpath-impl to bnd-parent 55/99655/1
authorRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Feb 2022 15:06:21 +0000 (16:06 +0100)
committerRobert Varga <robert.varga@pantheon.tech>
Tue, 8 Feb 2022 15:06:21 +0000 (16:06 +0100)
bnd-parent is a more modern replacement for bundle-parent, use that.

Change-Id: Ib20d9a709afade8a328db20400938299f3b6db5c
Signed-off-by: Robert Varga <robert.varga@pantheon.tech>
xpath/yang-xpath-impl/pom.xml

index 1d34dbb3197eb45d4abca0d2e5b6045f252bea01..9bd5e5618e74225e1defa525711adcf3c4e33963 100644 (file)
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.yangtools</groupId>
-        <artifactId>bundle-parent</artifactId>
+        <artifactId>bnd-parent</artifactId>
         <version>8.0.0-SNAPSHOT</version>
-        <relativePath>../../bundle-parent</relativePath>
+        <relativePath>../../bnd-parent</relativePath>
     </parent>
 
     <artifactId>yang-xpath-impl</artifactId>
     <version>8.0.0-SNAPSHOT</version>
-    <packaging>bundle</packaging>
+    <packaging>jar</packaging>
     <name>${project.artifactId}</name>
     <description>YANG XPath parser</description>