Bump dependencies to newer Sodium SR2 dev versions
[transportpce.git] / ordmodels / common / pom.xml
index 9a37b49c45e92344166f72515604dd932c2ec871..6c0413041bb4dad05fe63a0cc1f733d68577459e 100644 (file)
@@ -12,21 +12,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>3.0.6</version>
+    <version>4.0.8</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-common</artifactId>
-  <version>0.3.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencyManagement>
     <dependencies>
       <dependency>
-        <groupId>org.opendaylight.mdsal.model</groupId>
-        <artifactId>mdsal-model-artifacts</artifactId>
-        <version>0.13.2-SNAPSHOT</version>
+        <groupId>org.opendaylight.mdsal</groupId>
+        <artifactId>mdsal-artifacts</artifactId>
+        <version>4.0.3</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
@@ -37,7 +37,6 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
       <artifactId>rfc6991-ietf-yang-types</artifactId>
-      <version>1.2.6</version>
     </dependency>
   </dependencies>
 </project>