Bump versions to 4.0.0-SNAPSHOT
[netconf.git] / netconf / tools / pom.xml
index 600f654617196b7fc53de4690533419faf090fd8..6024f24b1684af66b12c558b03bb38a1f63e4b4f 100644 (file)
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>5.0.1</version>
+    <version>10.0.0</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.netconf</groupId>
   <artifactId>netconf-tools</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>4.0.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
@@ -28,6 +28,7 @@
   </properties>
 
   <modules>
+    <module>netconf-test-perf</module>
     <module>netconf-testtool</module>
   </modules>
 </project>