Merge "Fix sonar integration test reporting"
[netvirt.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 28bda5d94801381871c1f286521709cdc5508318..e3cef08fde54089aa3cca84bd43615d2b77e1f30 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   </parent>
 
   <artifactId>ovsdb</artifactId>
-  <version>1.2.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>
@@ -52,22 +52,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <!-- Parent POM files -->
     <module>commons</module>
 
+    <module>library</module>
+    <!-- Aggregations -->
     <module>features</module>
     <module>karaf</module>
     <!-- OVSDB Components -->
-    <module>library</module>
     <module>southbound</module>
-    <module>northbound</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>utils</module>
     <module>ovsdb-ui</module>
-    <!-- Integration Tests -->
-    <module>integrationtest</module>
+    <module>hwvtepsouthbound</module>
   </modules>
 
   <build>