BUG-8156 Fix PCEP topology registration
[bgpcep.git] / util / pom.xml
index 0972eaddc7a0d6f81d9e74caa012b26b8a5e0ddd..055f69732c86673fb5e9caa15818c903223a23b6 100644 (file)
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>bgpcep-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.8.0-SNAPSHOT</version>
         <relativePath>../parent</relativePath>
     </parent>
 
@@ -51,7 +51,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.model</groupId>
-            <artifactId>ietf-inet-types</artifactId>
+            <artifactId>ietf-inet-types-2013-07-15</artifactId>
         </dependency>
         <!-- Testing dependencies -->
         <dependency>