Merge "Bug-4957 Double candidate Onwership initial commit"
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 915e6bbd8cf2f23c153ef679fb347fd2f90e82b6..bfd108b2d85eaf8850f6af41f31bfe5d0d7d0f20 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.3.0-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-aggregator</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.3.0-SNAPSHOT</version>
     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -31,7 +31,9 @@
       <module>extension</module>
       <module>distribution/karaf</module>
       <module>openflowplugin-controller-config</module>
+      <!--
       <module>openflowplugin-it</module>
+      -->
       <module>test-provider</module>
       <module>drop-test</module>
       <module>drop-test-karaf</module>
@@ -42,6 +44,5 @@
       <module>samples/learning-switch</module>
       <module>applications</module>
       <module>model</module>
-      <module>legacy</module>
   </modules>
 </project>