Fix versions to stable/lithium 67/25167/2
authorThanh Ha <thanh.ha@linuxfoundation.org>
Tue, 11 Aug 2015 17:48:00 +0000 (13:48 -0400)
committerGerrit Code Review <gerrit@opendaylight.org>
Thu, 13 Aug 2015 17:17:13 +0000 (17:17 +0000)
Fixes version issue caused by:

    https://git.opendaylight.org/gerrit/24705/

Change-Id: I973dcded34f0490cbd4210022681ec38414d6016
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
opendaylight/archetypes/opendaylight-startup/src/main/resources/archetype-resources/it/pom.xml
opendaylight/config/config-it-base/pom.xml
opendaylight/md-sal/mdsal-it-base/pom.xml
opendaylight/md-sal/mdsal-it-parent/pom.xml

index b60b82638ffc86cd9890145d32ee5891006e20b6..50b8faef6211e8d362348fe4df8e88d5e94ddf77 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.2.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
index def8cd3fd36a302679d3cee3071495428aa3833b..05350c0043cddf98397297ccdf7439d7098f5fd4 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
index 50d054ff8cad6e39361586d5087cfa6966769f9f..714275a3db15427a2196c68775c04310ea2c4c7f 100644 (file)
@@ -11,15 +11,15 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mdsal-it-base</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <properties>
-    <config.version>0.4.0-SNAPSHOT</config.version>
+    <config.version>0.3.1-SNAPSHOT</config.version>
   </properties>
   <dependencyManagement>
     <dependencies>
index 127307712e51e18b406bfd190daadc5e7dfeb6ee..4f707cc2b961b67769fe8383623e699978f7d191 100644 (file)
@@ -11,12 +11,12 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.3.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>mdsal-it-parent</artifactId>
-  <version>1.3.0-SNAPSHOT</version>
+  <version>1.2.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <properties>
     <karaf.distro.groupId>org.opendaylight.controller</karaf.distro.groupId>