Update common dist version after Sodium GA 45/85045/1
authorLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 22:20:47 +0000 (15:20 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 22:20:47 +0000 (15:20 -0700)
Change-Id: Icafb1c936bb3d7a21d6ae9c69729423718257059
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index b1d33c26056757c654b5aca9ff729d246bc709d1..68c310a2e16971cae567cfd8a9bb5d0938462152 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.11.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.11.1-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.jsonrpc</groupId>
                     <artifactId>jsonrpc-features</artifactId>
-                    <version>1.7.0-SNAPSHOT</version>
+                    <version>1.7.1-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.0-SNAPSHOT</version>
+                    <version>0.4.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>