Downgrade common distribution version 42/75642/2
authorLuis Gomez <ecelgp@gmail.com>
Fri, 31 Aug 2018 18:18:54 +0000 (11:18 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Fri, 31 Aug 2018 18:35:11 +0000 (11:35 -0700)
Common distribution is not released yet.

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

index 442af0e3a9e6b1de79c4052528db0b7479c56229..944148e94d5c80992d8be2b09a7c734b4e2276d9 100644 (file)
     <parent>
         <groupId>org.opendaylight.integration</groupId>
         <artifactId>karaf</artifactId>
-        <version>0.9.1-SNAPSHOT</version>
+        <version>0.9.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
     <groupId>org.opendaylight.integration</groupId>
     <artifactId>opendaylight</artifactId>
-    <version>0.9.1-SNAPSHOT</version>
+    <version>0.9.0-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.1-SNAPSHOT</version>
+                    <version>1.4.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
@@ -65,7 +65,7 @@
                 <dependency>
                     <groupId>org.opendaylight.sxp</groupId>
                     <artifactId>features-sxp</artifactId>
-                    <version>1.7.1-SNAPSHOT</version>
+                    <version>1.7.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>
                 <dependency>
                     <groupId>org.opendaylight.tsdr</groupId>
                     <artifactId>features-tsdr</artifactId>
-                    <version>1.6.1-SNAPSHOT</version>
-                    <classifier>features</classifier>
-                    <type>xml</type>
-                    <scope>test</scope>
-                </dependency>
-            </dependencies>
-        </profile>
-        <!-- Unimgr -->
-        <profile>
-            <id>unimgr</id>
-            <activation>
-                <activeByDefault>true</activeByDefault>
-            </activation>
-            <dependencies>
-                <dependency>
-                    <groupId>org.opendaylight.unimgr</groupId>
-                    <artifactId>features4-unimgr</artifactId>
-                    <version>0.4.1-SNAPSHOT</version>
+                    <version>1.6.0-SNAPSHOT</version>
                     <classifier>features</classifier>
                     <type>xml</type>
                     <scope>test</scope>