Incrementing versions by 0.1.0 for post-lithium master branch
authorLuis Gomez <ecelgp@gmail.com>
Sat, 6 Jun 2015 00:21:56 +0000 (17:21 -0700)
committerLuis Gomez <ecelgp@gmail.com>
Sat, 6 Jun 2015 01:39:31 +0000 (18:39 -0700)
Change-Id: I1318fc8f2de6a66a6e166d159b16a05e16a62b2f
Signed-off-by: Luis Gomez <ecelgp@gmail.com>
test/tools/odl-mdsal-clustering-tests/clustering-test-app/configuration/pom.xml
test/tools/odl-mdsal-clustering-tests/clustering-test-app/model/pom.xml
test/tools/odl-mdsal-clustering-tests/clustering-test-app/pom.xml
test/tools/odl-mdsal-clustering-tests/clustering-test-app/provider/pom.xml

index 32ad9da97ee709d396996502bb961bdc51f69f3a..af159d819124955318b9a13430f0d38e5445772e 100644 (file)
@@ -12,7 +12,7 @@
     <parent>
         <artifactId>clustering-it</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>clustering-it-config</artifactId>
   <packaging>jar</packaging>
index 7e9f5c165a059e720d4f816e4765969b35fc7763..5f620ec2a4b5d9027492e02fbc59a1ee528220b3 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>clustering-it</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>clustering-it-model</artifactId>
     <packaging>bundle</packaging>
index c3ada8f6ff1a102f99ba914bdaea0260f4e61bed..df382227bcde9d0110337ae2248f8ecc9f545006 100644 (file)
@@ -3,29 +3,29 @@
   <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.controller</groupId>
       <artifactId>clustering-it</artifactId>
-    <version>1.1-SNAPSHOT</version>
+    <version>1.2.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   
    <properties>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <nexusproxy>http://nexus.opendaylight.org/content</nexusproxy>
-    <yangtools.version>0.6.2-SNAPSHOT</yangtools.version>
-    <yang-ext.version>2013.09.07.4-SNAPSHOT</yang-ext.version>
+    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
+    <yang-ext.version>2013.09.07.7-SNAPSHOT</yang-ext.version>
     <bundle.plugin.version>2.3.7</bundle.plugin.version>
     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
     <java.version.source>1.7</java.version.source>
     <java.version.target>1.7</java.version.target>
     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
-    <mdsal.version>1.1-SNAPSHOT</mdsal.version>
+    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
     <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
-    <ietf-inet-types.version>2010.09.24.4-SNAPSHOT</ietf-inet-types.version>
-       <ietf-yang-types.version>2010.09.24.4-SNAPSHOT</ietf-yang-types.version>
+    <ietf-inet-types.version>2010.09.24.7-SNAPSHOT</ietf-inet-types.version>
+       <ietf-yang-types.version>2010.09.24.7-SNAPSHOT</ietf-yang-types.version>
     <spring.version>3.1.3.RELEASE</spring.version>
        <jackson.version>1.9.10</jackson.version>
     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <config.version>0.2.5-SNAPSHOT</config.version>
-    <ietf-yang-types.version>2010.09.24.4-SNAPSHOT</ietf-yang-types.version>
+    <config.version>0.3.0-SNAPSHOT</config.version>
+    <ietf-yang-types.version>2010.09.24.7-SNAPSHOT</ietf-yang-types.version>
   </properties>
   
   <scm>
index 2179ac8df1db43b587a22e601f1a03f3bc3386db..03735231ce2cf5c6e2fc37b99e66a1bc5cd7c696 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>clustering-it</artifactId>
         <groupId>org.opendaylight.controller</groupId>
-        <version>1.1-SNAPSHOT</version>
+        <version>1.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>clustering-it-provider</artifactId>
     <packaging>bundle</packaging>