Update version after Neon SR3 65/86865/1 stable/neon
authorLuis Gomez <ecelgp@gmail.com>
Mon, 13 Jan 2020 18:18:30 +0000 (10:18 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Mon, 13 Jan 2020 18:18:30 +0000 (10:18 -0800)
Change-Id: I0db73bfc34c1e89f387f5867d1f3f0f908874e8c
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index c7563808e398561dc5f4a342d6774a6a5880f2d8..8e99e9113b566748e7aa377c5d8d7263317fe8e2 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.10.3-SNAPSHOT</version>
+        <version>0.10.4-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.10.3-SNAPSHOT</version>
+    <version>0.10.4-SNAPSHOT</version>
     <packaging>pom</packaging>
     <name>ODL :: integration :: ${project.artifactId}</name>
     <description>The actual Karaf archive building sub-project.</description>
         <profile>
             <id>dlux</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.dlux</groupId>
                     <artifactId>features-dlux</artifactId>
-                    <version>0.8.3-SNAPSHOT</version>
+                    <version>0.8.4-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.6.3-SNAPSHOT</version>
+                    <version>1.6.4-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.3.3-SNAPSHOT</version>
+                    <version>0.3.4-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>