Bump mdsal dependency to 7.0.9 for Si SR2
[transportpce.git] / test-common / pom.xml
index d1cdc2339b3f188124df34bc531b760366cf79d3..8cbb237cac99c2fbebd9f71bf31ef6910a639971 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.9</version>
         <relativePath />
     </parent>
 
     <groupId>org.opendaylight.transportpce</groupId>
     <artifactId>test-common</artifactId>
-    <version>3.0.0-SNAPSHOT</version>
+    <version>4.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <dependencyManagement>
         <dependencies>
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-artifacts</artifactId>
-                <version>1.10.0-SNAPSHOT</version>
+                <version>1.13.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>