Bump versions by 0.1.0 for next dev cycle
[bgpcep.git] / bgp / flowspec / pom.xml
index 4fbdbb079f170297be4a54f63f15b83acc6e128e..fedf49f03fa108aa7f6a1874d0f7727bec4228d0 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgp-parent</artifactId>
-        <version>0.5.0-SNAPSHOT</version>
+        <version>0.6.0-SNAPSHOT</version>
     </parent>
 
     <artifactId>bgp-flowspec</artifactId>
@@ -75,7 +75,7 @@
         </dependency>
 
         <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
+            <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>yang-binding</artifactId>
         </dependency>
         <dependency>
@@ -87,7 +87,7 @@
             <artifactId>concepts</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.yangtools.model</groupId>
+            <groupId>org.opendaylight.mdsal.model</groupId>
             <artifactId>ietf-inet-types</artifactId>
         </dependency>
         <dependency>
             <artifactId>org.osgi.core</artifactId>
             <scope>provided</scope>
          </dependency>
+         <dependency>
+            <groupId>${project.groupId}</groupId>
+            <artifactId>bgp-bmp-api</artifactId>
+        </dependency>
          <!-- test scope dependencies -->
         <dependency>
             <groupId>org.opendaylight.controller</groupId>