Implement core API's methods.
[openflowplugin.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 45f69cab60453e7ab4b3ff75bfec562de4fcbf35..1c1cea642e538657cb2b35cb8cd73a116a4ba285 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,13 +4,13 @@
     <parent>
         <groupId>org.opendaylight.openflowplugin</groupId>
         <artifactId>openflowplugin-parent</artifactId>
-        <version>0.3.0-SNAPSHOT</version>
+        <version>0.4.0-SNAPSHOT</version>
         <relativePath>parent</relativePath>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>openflowplugin-aggregator</artifactId>
-    <version>0.3.0-SNAPSHOT</version>
+    <version>0.4.0-SNAPSHOT</version>
     <name>openflowplugin</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>
 
@@ -40,8 +40,8 @@
       <module>drop-test</module>
       <module>drop-test-karaf</module>
       <module>test-common</module>
-      <module>features</module>
-      <module>features-he</module>
+      <module>features-aggregator</module>
+      <module>features-he-aggregator</module>
       <module>samples/sample-consumer</module>
       <module>samples/learning-switch</module>
       <module>applications</module>