Bump versions by x.(y+1).z
[integration/distribution.git] / opendaylight / pom.xml
index 8de716c345e12e4c23779956a5698777caee1473..f2e4861f77e2ee67432280e7a01cd42fcc208d56 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.16.0-SNAPSHOT</version>
+        <version>0.19.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>16.0.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>
         <tag>HEAD</tag>
     </scm>
     <profiles>
-        <!-- TransportPCE -->
-        <profile>
-            <id>transportpce</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-nbinotifications</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-                <dependency>
-                    <groupId>org.opendaylight.transportpce</groupId>
-                    <artifactId>odl-transportpce-dmaap-client</artifactId>
-                    <version>5.0.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>runtime</scope>
-                </dependency>
-            </dependencies>
-        </profile>
         <profile>
             <id>dependency-convergence</id>
             <build>