Release transportpce
[transportpce.git] / ordmodels / network / pom.xml
index 9a1c08e7c9f6861fb02097363c4eb3de92a394fb..d0f2384a2f24038cf21342dc7a79543454161f03 100644 (file)
@@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>6.0.5</version>
+    <version>8.0.11</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.transportpce.ordmodels</groupId>
   <artifactId>transportpce-ordmodels-network</artifactId>
-  <version>3.0.0-SNAPSHOT</version>
+  <version>4.2.0</version>
   <packaging>bundle</packaging>
 
   <dependencies>
@@ -42,7 +42,11 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <!-- to upgrade topology to 4.1 -->
     <dependency>
       <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
-      <artifactId>rfc8345</artifactId>
+      <artifactId>rfc8345-ietf-network-topology</artifactId>
+    </dependency>
+    <dependency>
+      <groupId>org.opendaylight.mdsal.binding.model.ietf</groupId>
+      <artifactId>rfc8345-ietf-network</artifactId>
     </dependency>
   </dependencies>
 </project>