Bump versions to 0.19.5-SNAPSHOT
[bgpcep.git] / distribution-karaf / pom.xml
index 5275b13dafc3dcdf7d848403d1203a0a3e345490..982f0aed5f3fe62541784fb163970fd3fba449cf 100644 (file)
@@ -9,13 +9,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf4-parent</artifactId>
-    <version>9.0.8</version>
+    <version>12.0.3</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.bgpcep</groupId>
-  <artifactId>distribution-karaf</artifactId>
-  <version>0.16.8-SNAPSHOT</version>
+  <artifactId>bgpcep-karaf</artifactId>
+  <version>0.19.5-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <dependencyManagement>
       <type>xml</type>
       <scope>runtime</scope>
     </dependency>
+
+    <dependency>
+      <groupId>org.opendaylight.controller</groupId>
+      <artifactId>features-controller-testing</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.infrautils</groupId>
+      <artifactId>features-infrautils</artifactId>
+      <classifier>features</classifier>
+      <type>xml</type>
+      <scope>runtime</scope>
+    </dependency>
   </dependencies>
 
     <scm>