Update MRI projects for Aluminium
[openflowplugin.git] / extension / pom.xml
index a7efcf4097fcbdfa843871c15deb48d00db06f41..e17e1221b06f2d51c2f4226bcac0dfe08f066d9c 100644 (file)
@@ -1,39 +1,33 @@
 <?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.openflowplugin</groupId>
-        <artifactId>openflowplugin-parent</artifactId>
-        <version>0.1.0-SNAPSHOT</version>
-        <relativePath>../</relativePath>
+        <groupId>org.opendaylight.odlparent</groupId>
+        <artifactId>odlparent-lite</artifactId>
+        <version>7.0.1</version>
+        <relativePath/>
     </parent>
 
-    <artifactId>openflowplugin-extension-parent</artifactId>
+    <groupId>org.opendaylight.openflowplugin</groupId>
+    <artifactId>openflowplugin-extension-aggregator</artifactId>
+    <version>0.11.0-SNAPSHOT</version>
     <packaging>pom</packaging>
+
+    <properties>
+        <maven.deploy.skip>true</maven.deploy.skip>
+        <maven.install.skip>true</maven.install.skip>
+    </properties>
+
     <modules>
         <module>openflowjava-extension-nicira-api</module>
         <module>openflowjava-extension-nicira</module>
+        <module>openflowjava-extension-eric</module>
         <module>openflowplugin-extension-api</module>
         <module>openflowplugin-extension-nicira</module>
-        <module>openflowplugin-extension-nicira-config</module>
-        <module>features</module>
+        <module>openflowplugin-extension-onf</module>
+        <module>openflowplugin-extension-eric</module>
         <module>test-extension</module>
+        <module>features-extension-aggregator</module>
     </modules>
-
-    <dependencyManagement>
-        <dependencies>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>openflowjava-extension-nicira</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-            <dependency>
-                <groupId>${project.groupId}</groupId>
-                <artifactId>openflowjava-extension-nicira-api</artifactId>
-                <version>${project.version}</version>
-            </dependency>
-        </dependencies>
-    </dependencyManagement>
 </project>