Bump versions to 0.16.7-SNAPSHOT
[bgpcep.git] / bgp / extensions / parent / pom.xml
index 74ec320b2d43b5dd60eef630e3c8d617cf212110..85cf885cab9d2459600e9069e03781fc39820aae 100644 (file)
     <parent>
         <groupId>org.opendaylight.bgpcep</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.14.0-SNAPSHOT</version>
+        <version>0.16.7-SNAPSHOT</version>
         <relativePath>../../../binding-parent</relativePath>
     </parent>
 
     <artifactId>bgp-extension-parent</artifactId>
-    <version>0.14.0-SNAPSHOT</version>
+    <version>0.16.7-SNAPSHOT</version>
     <packaging>pom</packaging>
     <description>BGP Extensions Parent</description>
     <name>${project.artifactId}</name>
@@ -75,7 +75,7 @@
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>mdsal-binding-dom-codec</artifactId>
+            <artifactId>mdsal-binding-dom-codec-api</artifactId>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
             <type>test-jar</type>
             <scope>test</scope>
         </dependency>
+        <dependency>
+            <groupId>org.opendaylight.mdsal</groupId>
+            <artifactId>mdsal-binding-test-utils</artifactId>
+            <scope>test</scope>
+        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-binding-dom-adapter</artifactId>