Merge "Sonar major issues."
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 1caa77a4957b7736f22b6246c0258ff637343d2e..45f69cab60453e7ab4b3ff75bfec562de4fcbf35 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-aggregator</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
 
     <modules>
       <module>artifacts</module>
+      <module>parent</module>
       <module>openflowplugin-api</module>
       <module>openflowplugin</module>
       <module>openflowplugin-impl</module>
+      <module>openflowplugin-common</module>
       <module>extension</module>
       <module>distribution/karaf</module>
       <module>openflowplugin-controller-config</module>
+      <module>openflowplugin-blueprint-config-he</module>
+      <module>openflowplugin-blueprint-config</module>
+      <!--
       <module>openflowplugin-it</module>
+      -->
       <module>test-provider</module>
       <module>drop-test</module>
       <module>drop-test-karaf</module>
       <module>test-common</module>
       <module>features</module>
+      <module>features-he</module>
       <module>samples/sample-consumer</module>
       <module>samples/learning-switch</module>
       <module>applications</module>
       <module>model</module>
-      <module>legacy</module>
   </modules>
 </project>