split it-utils: ovsdb-it-utils + netvirt-it-utils
[ovsdb.git] / utils / pom.xml
index 650e6f1d729623319f6ae46002266fa944ee2005..1ed1de2c58f84fc8344337b1872fa8040af0b09d 100644 (file)
@@ -14,13 +14,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ovsdb</groupId>
   <artifactId>utils</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.3.0-SNAPSHOT</version>
   <name>${project.artifactId}</name>
   <packaging>pom</packaging>
   <description>The OVSDB Plugin integration project is a project for OpenDaylight that will implement the Open vSwitch Database RFC 7047 management protocol allowing the Southbound configuration of vSwitches and a network virtualization implementation.</description>
@@ -50,13 +50,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </prerequisites>
   <modules>
     <module>config</module>
+    <module>hwvtepsouthbound-utils</module>
     <module>mdsal-node</module>
     <module>mdsal-openflow</module>
     <module>mdsal-utils</module>
-    <module>neutron-utils</module>
+    <module>ovsdb-it-utils</module>
     <module>servicehelper</module>
     <module>southbound-utils</module>
-    <module>hwvtepsouthbound-utils</module>
+    <module>yang-utils</module>
   </modules>
 
 <!-- DO NOT install or deploy the repo root pom as it's only needed to initiate a build -->