Migrate to odlparent 2.0.0
[integration/distribution.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a1d139418df5ed9b0412478c0736b7ea1b67b7f3..8fb3aec0c497db5c78d6879c9454918b62e5e490 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,17 +7,19 @@
  terms of the Eclipse Public License v1.0 which accompanies this distribution,
  and is available at http://www.eclipse.org/legal/epl-v10.html
 -->
-<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.8.0-SNAPSHOT</version>
+        <version>2.0.0</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
-    <artifactId>agregator</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <artifactId>distribution-aggregator</artifactId>
+    <version>0.7.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> value is used by Sonar to set project name -->
     <name>Integration/Distribution</name>
     <modules>
         <!-- Keep this list sorted alphabetically please -->
         <module>artifacts</module>
-        <module>distribution-karaf</module>
-        <module>features-distribution</module>
-        <module>features-index</module>
-        <module>features-test</module>
+        <module>karaf</module>
+        <module>features</module>
         <module>version</module>
     </modules>
 </project>