Bump Netconf dependency to 1.13.4 for Si SR2
[transportpce.git] / test-common / pom.xml
index 13d3624bf332ba2d2a7d91c9860a46d13e422ce4..ca23e06a33287bf873a6edb45817c8ccf3107045 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>7.0.5</version>
+        <version>7.0.8</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.13.0</version>
+                <version>1.13.4</version>
                 <scope>import</scope>
                 <type>pom</type>
             </dependency>