Merge "Use String(byte[], Charset)"
[openflowplugin.git] / features-aggregator / pom.xml
index 74b61ef3ff9e776367fef8760d1540a2cbd1aed4..2714ae9a0ed4a5cddaf3fae0dee03e49fa0f3967 100644 (file)
@@ -1,23 +1,20 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.9.0</version>
+        <version>6.0.1</version>
         <relativePath/>
     </parent>
 
     <groupId>org.opendaylight.openflowplugin</groupId>
     <artifactId>features-aggregator</artifactId>
     <packaging>pom</packaging>
-    <version>0.5.0-SNAPSHOT</version>
+    <version>0.10.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>
         <module>odl-openflowplugin-app-table-miss-enforcer</module>
         <module>odl-openflowplugin-app-config-pusher</module>
         <module>odl-openflowplugin-app-topology</module>
+        <module>odl-openflowplugin-app-lldp-speaker</module>
+        <module>odl-openflowplugin-app-topology-lldp-discovery</module>
+        <module>odl-openflowplugin-app-topology-manager</module>
         <module>odl-openflowplugin-app-bulk-o-matic</module>
         <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>
+        <module>odl-openflowplugin-app-arbitratorreconciliation</module>
     </modules>
 
 </project>