Merge "Bug 8902 - Reconciliation Framework changes"
[openflowplugin.git] / features-aggregator / pom.xml
index 74b61ef3ff9e776367fef8760d1540a2cbd1aed4..1250919ec8e50f9952cf0bf8c1e70ec82765cee0 100644 (file)
@@ -5,19 +5,17 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.9.0</version>
+        <version>2.0.4</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-aggregator</artifactId>
     <packaging>pom</packaging>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.6.0-SNAPSHOT</version>
 
     <modules>
         <module>features-openflowplugin</module>
-        <module>features4-openflowplugin</module>
-        <module>odl-openflowplugin-flow-services-ui</module>
         <module>odl-openflowplugin-flow-services-rest</module>
         <module>odl-openflowplugin-flow-services</module>
         <module>odl-openflowplugin-southbound</module>
@@ -30,6 +28,7 @@
         <module>odl-openflowplugin-app-notifications</module>
         <module>odl-openflowplugin-app-forwardingrules-manager</module>
         <module>odl-openflowplugin-app-forwardingrules-sync</module>
+        <module>odl-openflowplugin-app-reconciliation-framework</module>
     </modules>
 
 </project>