Merge dev/fluorine work across to master
[unimgr.git] / features / pom.xml
index fb976aa715d3ae58855dd5837b0b5221a6d24f15..7f9b6b02b4dc780e2f324e99abef3a4db0886905 100644 (file)
@@ -3,15 +3,14 @@
   This program and the accompanying materials are made available under the
   terms of the Eclipse Public License v1.0 which accompanies this distribution,
   and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL -->
-<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">
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>3.0.2</version>
-    <relativePath />
+    <version>3.1.2</version>
+    <relativePath/>
   </parent>
-  <groupId>org.opendaylight.unimgr</groupId>  
+  <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features-aggregator</artifactId>
   <version>0.4.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   </prerequisites>
   <modules>
     <module>features4-unimgr</module>
-    <module>odl-unimgr-api</module>
     <module>odl-unimgr</module>
-    <module>odl-unimgr-netvirt</module>
-    <module>odl-unimgr-dlux</module>
-    <module>odl-unimgr-console</module>
     <module>odl-unimgr-rest</module>
-    <module>odl-unimgr-ui</module>
     <module>odl-unimgr-cisco-xr-driver</module>
     <module>odl-unimgr-ovs-driver</module>
     <module>odl-unimgr-template-driver</module>
+    <module>odl-unimgr-legato-api</module>
   </modules>
 </project>