Fix context chain closing
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 16c487db3a50166e76d0d8a696704cf7e2d0b49a..946aac6f3d735a162b8ed7b77aa5ac33bbcaddb1 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,12 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.5.0-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
-    <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-aggregator</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
       <module>openflowplugin-common</module>
       <module>extension</module>
       <module>distribution/karaf</module>
-      <module>openflowplugin-controller-config</module>
-      <module>openflowplugin-it</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-li</module>
+      <module>features-aggregator</module>
       <module>samples/sample-consumer</module>
       <module>samples/learning-switch</module>
       <module>applications</module>