Fix fluorine common distribution 23/78223/4
authorLuis Gomez <ecelgp@gmail.com>
Tue, 27 Nov 2018 17:30:43 +0000 (09:30 -0800)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 27 Nov 2018 20:25:31 +0000 (12:25 -0800)
- Set right version for common distribution.
- Remove snmp4sdn, tsdr and unimgr.

Change-Id: I0244ebaa1d2b8acac727548252eb82f0162f1423
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
opendaylight/pom.xml

index 76a7e7f4a73ba77bd48824bc03f44330aab67765..5f40e2bcebe317ababcc14ec998826c961f2929c 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.2-SNAPSHOT</version>
+        <version>0.9.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.9.2-SNAPSHOT</version>
+    <version>0.9.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.honeycomb.vbd</groupId>
                     <artifactId>vbd-features</artifactId>
-                    <version>1.4.2-SNAPSHOT</version>
+                    <version>1.4.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -65,7 +65,7 @@
                 <dependency>
                     <groupId>org.opendaylight.jsonrpc</groupId>
                     <artifactId>jsonrpc-features</artifactId>
-                    <version>1.5.2-SNAPSHOT</version>
+                    <version>1.5.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>snmp4sdn</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.snmp4sdn</groupId>
                     <artifactId>features-snmp4sdn</artifactId>
-                    <version>0.8.2-SNAPSHOT</version>
+                    <version>0.8.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -99,7 +99,7 @@
                 <dependency>
                     <groupId>org.opendaylight.sxp</groupId>
                     <artifactId>features-sxp</artifactId>
-                    <version>1.7.2-SNAPSHOT</version>
+                    <version>1.7.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
                 <dependency>
                     <groupId>org.opendaylight.transportpce</groupId>
                     <artifactId>features-transportpce</artifactId>
-                    <version>0.2.2-SNAPSHOT</version>
+                    <version>0.2.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>tsdr</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.tsdr</groupId>
                     <artifactId>features-tsdr</artifactId>
-                    <version>1.6.2-SNAPSHOT</version>
+                    <version>1.6.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
         <profile>
             <id>unimgr</id>
             <activation>
-                <activeByDefault>true</activeByDefault>
+                <activeByDefault>false</activeByDefault>
             </activation>
             <dependencies>
                 <dependency>
                     <groupId>org.opendaylight.unimgr</groupId>
                     <artifactId>features4-unimgr</artifactId>
-                    <version>0.4.2-SNAPSHOT</version>
+                    <version>0.4.1-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>