Bump versions 0.16.11-SNAPSHOT
[bgpcep.git] / artifacts / pom.xml
index d6598c5c6ea07da560c936f82478c3c1706cd4d5..01cac66315f75ab4c8c1ee88890640a2be703f04 100644 (file)
     <parent>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>odlparent-lite</artifactId>
-      <version>5.0.2</version>
+      <version>9.0.8</version>
       <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.bgpcep</groupId>
     <artifactId>bgpcep-artifacts</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.16.11-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>graph-artifacts</artifactId>
+                <version>${project.version}</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
+            <dependency>
+                <groupId>${project.groupId}</groupId>
+                <artifactId>algo-artifacts</artifactId>
+                <version>${project.version}</version>
+                <scope>import</scope>
+                <type>pom</type>
+            </dependency>
             <dependency>
                 <groupId>${project.groupId}</groupId>
                 <artifactId>topology-artifacts</artifactId>