use feature for inter-project dependency
[openflowplugin.git] / features-aggregator / pom.xml
index 9474b21f3af90f1838a4dc55100a099545398da1..db04618448986aae83f760885c73658c536222b1 100644 (file)
@@ -5,14 +5,14 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>2.0.0</version>
+        <version>3.0.2</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-aggregator</artifactId>
     <packaging>pom</packaging>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.7.0-SNAPSHOT</version>
 
     <modules>
         <module>features-openflowplugin</module>
@@ -28,6 +28,9 @@
         <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>
+        <module>odl-openflowplugin-app-southbound-cli</module>
+        <module>odl-openflowplugin-libraries</module>
     </modules>
 
 </project>