Migrate netconf-topology tests to JUnit 5
[netconf.git] / features / parent / pom.xml
index ca8e38c1d9402c6115d8138e3e186ec4a275c5c6..5751927b80447b9574005810c4551643a53e4811 100644 (file)
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>single-feature-parent</artifactId>
-        <version>13.0.3</version>
+        <version>13.0.11</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.netconf</groupId>
     <artifactId>feature-parent</artifactId>
-    <version>6.0.0-SNAPSHOT</version>
+    <version>7.0.5-SNAPSHOT</version>
     <packaging>pom</packaging>
 
     <dependencyManagement>
@@ -26,7 +26,7 @@
             <dependency>
                 <groupId>org.opendaylight.netconf</groupId>
                 <artifactId>netconf-parent</artifactId>
-                <version>6.0.0-SNAPSHOT</version>
+                <version>7.0.5-SNAPSHOT</version>
                 <type>pom</type>
                 <scope>import</scope>
             </dependency>