Bump versions to 7.0.2-SNAPSHOT
[netconf.git] / netconf / tools / netconf-testtool / pom.xml
index e1bf3c4dd1d84247e32fbaf1a6e357fdd04e1acb..6396b668169100eb7a18c7fe4a7b51c5b1bc98b6 100644 (file)
@@ -14,7 +14,7 @@
     <parent>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-parent</artifactId>
-        <version>6.0.0-SNAPSHOT</version>
+        <version>7.0.2-SNAPSHOT</version>
         <relativePath>../../../parent</relativePath>
     </parent>
 
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-server-mdsal</artifactId>
         </dependency>
-        <dependency>
-            <groupId>${project.groupId}</groupId>
-            <artifactId>netconf-nb</artifactId>
-        </dependency>
         <dependency>
             <groupId>org.apache.karaf.features</groupId>
             <artifactId>org.apache.karaf.features.core</artifactId>
                       <descriptors>
                           <descriptor>src/main/assembly/stress-client.xml</descriptor>
                       </descriptors>
+                      <overrideGid>0</overrideGid>
+                      <overrideUid>0</overrideUid>
                       <finalName>stress-client-${project.version}-package</finalName>
                   </configuration>
                   <executions>