Update common dist version in master 46/85046/1
authorLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 22:33:51 +0000 (15:33 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Thu, 10 Oct 2019 22:33:51 +0000 (15:33 -0700)
Change-Id: I8606f61f40ad9a691a6a5d92c1211a73c7fce7f4
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index 92885824cafb2c872b7195bb285a6151f7de1acb..0e31d5ea12feedb8b6948938b906ffbd16e33fbe 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.11.0-SNAPSHOT</version>
+        <version>0.12.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.11.0-SNAPSHOT</version>
+    <version>0.12.0-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
         <profile>
             <id>jsonrpc</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.jsonrpc</groupId>
                     <artifactId>jsonrpc-features</artifactId>
-                    <version>1.7.0-SNAPSHOT</version>
+                    <version>1.8.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>transportpce</id>
             <activation>
-                <activeByDefault>false</activeByDefault>
+                <activeByDefault>true</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>features-transportpce</artifactId>
-                    <version>0.4.0-SNAPSHOT</version>
+                    <version>0.5.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>