Bump versions to 4.0.10-SNAPSHOT
[netconf.git] / features / netconf / odl-netconf-test-tools / pom.xml
index 75e4a2f1ca2036991c21714ec951ba164aff2762..720f89522db3a065518f5c7342a396caedf4f388 100644 (file)
@@ -10,7 +10,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>feature-parent</artifactId>
-        <version>2.0.6-SNAPSHOT</version>
+        <version>4.0.10-SNAPSHOT</version>
         <relativePath>../../parent</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 
     <dependencies>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
+            <artifactId>odl-netconf-connector</artifactId>
+            <type>xml</type>
+            <classifier>features</classifier>
+        </dependency>
+        <dependency>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>odl-netconf-mdsal</artifactId>
             <type>xml</type>
             <classifier>features</classifier>
         </dependency>
         <dependency>
-            <groupId>${project.groupId}</groupId>
+            <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-test-perf</artifactId>
         </dependency>
     </dependencies>