Bump to Neon
[transportpce.git] / ordmodels / service / pom.xml
index c2a1c933ab9f3fad2aa09dc7522f3a476416e0c4..074367de2c520b8209824fc3633fb22dce69b569 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.13.2-SNAPSHOT</version>
+    <version>3.0.6</version>
     <relativePath/>
   </parent>
 
@@ -43,12 +43,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
     <!-- other model dependencies -->
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-inet-types-2013-07-15</artifactId>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-inet-types</artifactId>
+      <version>1.2.6-SNAPSHOT</version>
     </dependency>
     <dependency>
-      <groupId>org.opendaylight.mdsal.model</groupId>
-      <artifactId>ietf-yang-types-20130715</artifactId>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc6991-ietf-yang-types</artifactId>
+      <version>1.2.6-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>