Bump versions to 14.0.3-SNAPSHOT
[mdsal.git] / entityownership / mdsal-eos-binding-api / pom.xml
index 4053f8a9bc4865e7a009e67d7de2a0bfecac8650..1601c50b94aefc75434115994c0171aa09df4c3d 100644 (file)
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>13.0.1</version>
+        <version>14.0.3-SNAPSHOT</version>
         <relativePath>../../bundle-parent</relativePath>
     </parent>
 
             <groupId>org.eclipse.jdt</groupId>
             <artifactId>org.eclipse.jdt.annotation</artifactId>
         </dependency>
-        <dependency>
-            <groupId>org.opendaylight.yangtools</groupId>
-            <artifactId>concepts</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.opendaylight.mdsal</groupId>
             <artifactId>mdsal-eos-common-api</artifactId>
             <artifactId>general-entity</artifactId>
         </dependency>
         <dependency>
-            <groupId>org.opendaylight.mdsal</groupId>
-            <artifactId>yang-binding</artifactId>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>binding-spec</artifactId>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.yangtools</groupId>
+            <artifactId>concepts</artifactId>
         </dependency>
 
         <dependency>