Bump versions to 14.0.3-SNAPSHOT
[mdsal.git] / features / odl-mdsal-dom-runtime / pom.xml
index 2b5cff3f66590b110098e735f8293eb0c662ba9f..a5a8ee71c9aa22220e6d85c54a0ffbb2b4c140dd 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>11.0.6-SNAPSHOT</version>
+        <version>14.0.3-SNAPSHOT</version>
         <relativePath>../feature-parent</relativePath>
     </parent>
 
     <dependencies>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-dom-api</artifactId>
+            <artifactId>odl-mdsal-binding-base</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>odl-mdsal-binding-runtime-api</artifactId>
+            <artifactId>odl-mdsal-dom-api</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>odl-yangtools-binding-runtime</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>