Merge "BUG 4718 - null pointer exception in NeutronSubnetChangeListener.java"
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 2bee7e7d2ac733de6cb4284c05095c0486987372..e3cef08fde54089aa3cca84bd43615d2b77e1f30 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -14,12 +14,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.ovsdb</groupId>
     <artifactId>commons</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.4.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>
 
   <artifactId>ovsdb</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <name>${project.artifactId}</name> <!-- Used by Sonar to set project 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>
@@ -51,21 +51,19 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modules>
     <!-- Parent POM files -->
     <module>commons</module>
+
+    <module>library</module>
+    <!-- Aggregations -->
     <module>features</module>
     <module>karaf</module>
     <!-- OVSDB Components -->
-    <module>library</module>
-    <module>northbound</module>
+    <module>southbound</module>
     <module>openstack</module>
-    <module>plugin</module>
     <module>ovsdb-artifacts</module>
-    <module>ovsdb-plugin-compatibility-layer</module>
-    <module>plugin-shell</module>
     <module>schemas</module>
-    <module>southbound</module>
     <module>utils</module>
-    <!-- Integration Tests -->
-    <module>integrationtest</module>
+    <module>ovsdb-ui</module>
+    <module>hwvtepsouthbound</module>
   </modules>
 
   <build>