Bump versions for Sulfur 76/98576/1
authorSangwook Ha <sangwook.ha@verizon.com>
Tue, 16 Nov 2021 21:02:54 +0000 (13:02 -0800)
committerSangwook Ha <sangwook.ha@verizon.com>
Tue, 16 Nov 2021 21:08:57 +0000 (13:08 -0800)
Update versions in opendaylight
- opendaylight: 16.0.0-SNAPSHOT
- karaf: 0.16.0-SNAPSHOT

Remove detnet profile & deactivate transportpce.

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

opendaylight/pom.xml

index af5a312858b51cb1f770cea23cbf48a6c2f9f419..8de716c345e12e4c23779956a5698777caee1473 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.15.0-SNAPSHOT</version>
+        <version>0.16.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>15.0.0-SNAPSHOT</version>
+    <version>16.0.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>
-           <!-- Detnet -->
-        <profile>
-            <id>detnet</id>
-            <activation>
-                <activeByDefault>false</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.detnet</groupId>
-                    <artifactId>features-detnet</artifactId>
-                    <version>0.3.0-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
         <!-- TransportPCE -->
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>