Bump versions by x.(y+1).z
[integration/distribution.git] / opendaylight / pom.xml
index e51b145d15c810ae81176dfdd5af909e8e4f2b90..f2e4861f77e2ee67432280e7a01cd42fcc208d56 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.12.0-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.12.0-SNAPSHOT</version>
+    <version>0.19.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</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>
         <tag>HEAD</tag>
     </scm>
     <profiles>
-           <!-- Detnet -->
-        <profile>
-            <id>detnet</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.detnet</groupId>
-                    <artifactId>features-detnet</artifactId>
-                    <version>0.1.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- TransportPCE -->
-        <profile>
-            <id>transportpce</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>features-transportpce</artifactId>
-                    <version>0.5.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
         <profile>
             <id>dependency-convergence</id>
             <build>