Bump versions after Silicon SR3 release 75/98575/1
authorSangwook Ha <sangwook.ha@verizon.com>
Tue, 16 Nov 2021 20:56:43 +0000 (12:56 -0800)
committerSangwook Ha <sangwook.ha@verizon.com>
Tue, 16 Nov 2021 21:10:10 +0000 (13:10 -0800)
Update versions in opendaylight
- opendaylight: 16.0.0-SNAPSHOT
- karaf: 0.16.0-SNAPSHOT
- transportpce: 3.4.0-SNAPSHOT

And deactivate transportpce.

Signed-off-by: Sangwook Ha <sangwook.ha@verizon.com>
Change-Id: Ib5066e74f6f68d346a10a99a6576a5335896a0e4

opendaylight/pom.xml

index 24670b10d09da653bf05c70c5368d97d12a48c33..a4925d9bfc90ebee66988c619ee5b9f96d9e5afb 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.14.3-SNAPSHOT</version>
+        <version>0.14.4-SNAPSHOT</version>
         <relativePath>karaf</relativePath>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>14.3.0-SNAPSHOT</version>
+    <version>14.4.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce</artifactId>
-                    <version>3.3.0-SNAPSHOT</version>
+                    <version>3.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -56,7 +56,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-tapi</artifactId>
-                    <version>3.3.0-SNAPSHOT</version>
+                    <version>3.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -64,7 +64,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-inventory</artifactId>
-                    <version>3.3.0-SNAPSHOT</version>
+                    <version>3.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -72,7 +72,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-nbinotifications</artifactId>
-                    <version>3.3.0-SNAPSHOT</version>
+                    <version>3.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -80,7 +80,7 @@
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>odl-transportpce-dmaap-client</artifactId>
-                    <version>3.3.0-SNAPSHOT</version>
+                    <version>3.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         </profile>
     </profiles>
 </project>
-