Update common versions for Sodium SR3 77/89477/3
authorLuis Gomez <ecelgp@gmail.com>
Tue, 28 Apr 2020 02:34:36 +0000 (19:34 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 28 Apr 2020 03:23:54 +0000 (20:23 -0700)
Change-Id: Id7e286e6e0d5b7df1fbe4fa9b9da3bd8ad5ca8a3
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index 2e4fa81db09b7db443ae028a701070d9ff4d3912..b8911cff63f02eb3c084d13a2c524789c265a3c2 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.11.2-SNAPSHOT</version>
+        <version>0.11.3-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.11.2-SNAPSHOT</version>
+    <version>0.11.3-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
@@ -48,7 +48,7 @@
                 <dependency>
                     <groupId>org.opendaylight.dlux</groupId>
                     <artifactId>features-dlux</artifactId>
-                    <version>0.9.2-SNAPSHOT</version>
+                    <version>0.9.3-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>jsonrpc</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.jsonrpc</groupId>
                     <artifactId>jsonrpc-features</artifactId>
-                    <version>1.7.2-SNAPSHOT</version>
+                    <version>1.7.3-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>features-transportpce</artifactId>
-                    <version>0.4.3-SNAPSHOT</version>
+                    <version>0.4.4-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>