Bump versions by x.(y+1).z
[integration/distribution.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f42679d3d7f7a15376f83ef0234772252f501ff0..98c730dd5c933a039cd8743adc971e7c6d98119b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,24 +7,22 @@
  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>2.0.4</version>
+        <version>10.0.0</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>distribution-aggregator</artifactId>
-    <version>0.8.0-SNAPSHOT</version>
+    <version>0.17.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <!-- <name> value is used by Sonar to set project name -->
     <name>Integration/Distribution</name>
     <description>OpenDaylight Integration/Distribution project, used for creating complete Karaf distribution packages.</description>
-    <url>https://wiki.opendaylight.org/view/Integration/Distribution</url>
+    <url>https://wiki.opendaylight.org/x/ggYF</url>
     <licenses>
         <license>
             <name>Eclipse Public License v1.0</name>
         <url>https://git.opendaylight.org/gerrit/gitweb?p=integration/distribution.git;a=tree;hb=HEAD</url>
         <tag>HEAD</tag>
     </scm>
-    <modules>
-        <!-- Keep this list sorted alphabetically please -->
-        <module>artifacts</module>
-        <module>karaf</module>
-        <module>features</module>
-        <module>version</module>
-    </modules>
+    <profiles>
+        <profile>
+            <id>managed</id>
+            <activation>
+                <activeByDefault>true</activeByDefault>
+            </activation>
+            <modules>
+                <module>artifacts</module>
+                <module>karaf-scripts</module>
+                <module>karaf</module>
+                <module>features</module>
+                <module>onap-karaf</module>
+            </modules>
+        </profile>
+       <profile>
+            <id>unmanaged</id>
+            <activation>
+                <activeByDefault>false</activeByDefault>
+            </activation>
+            <modules>
+                <module>opendaylight</module>
+            </modules>
+        </profile>
+    </profiles>
 </project>