Bumping versions by 0.1.0 for next dev cycle 83/32683/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Fri, 4 Dec 2015 22:55:00 +0000 (17:55 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Thu, 14 Jan 2016 22:42:17 +0000 (22:42 +0000)
Change-Id: Ibd200e36c4572783bfd15825de68ef0108eb91ac
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
(cherry picked from commit e1a907fe9a5e3d451d1c85939b1882b7a2e85b50)

12 files changed:
bundle-parent/pom.xml
checkstyle/pom.xml
features-odlparent/pom.xml
features-parent/pom.xml
features-test/pom.xml
karaf-plugin/pom.xml
karaf-plugin/src/it/simple-it/pom.xml
license/pom.xml
odlparent-artifacts/pom.xml
odlparent-lite/pom.xml
odlparent/pom.xml
pom.xml

index a5109950fa36fd43f8542e61600b3b7f76837903..499e1b208da7f565079a262ec89c50d868b8569b 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
index 8d2cd4b39844839db05c3e5bb81711327c0eebe9..dd7beb981d7b25bc8c2c6af1010c98831d026316 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>checkstyle</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
 
   <!--
     Maven Site Configuration
index 178669e64b08b3d32483c42f755c58b5621ac789..ce2efa585694fccd455f6c5f9bbddfc5f6533eb2 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../features-parent/pom.xml</relativePath>
     </parent>
 
index fb61e69a1022221fc067d6c563f4dc1c49a6ff43..3b960cdec145f9e28770cf47ee8e2301e42caff0 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
-            <version>1.6.0-SNAPSHOT</version>
+            <version>1.7.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
index fd9f0f5550552874d3238cc9802269d53ba688cc..41261737eac5ea5fe4be2dd81537b46c1afb2dd6 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index f88bdb1986904b9f03a8c1535398a43462e1e611..e067dfdb4cf8374d1fad057523deb9c0dd9a23e5 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>odlparent</artifactId>
     <groupId>org.opendaylight.odlparent</groupId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath>../odlparent/</relativePath>
   </parent>
   <artifactId>karaf-plugin</artifactId>
index c278e1461c078d9722e84d2d5bf5b7bb5f125c30..3da37b6b48befc89b5e1cc262884ce911df3db9f 100644 (file)
@@ -5,7 +5,7 @@
 
   <groupId>org.opendaylight.odlparent.it</groupId>
   <artifactId>simple-it</artifactId>
-  <version>1.0-SNAPSHOT</version>
+  <version>1.1.0-SNAPSHOT</version>
 
   <description>A simple IT verifying the basic use case.</description>
 
index 3a99f8cff223843c472619a91c631066ab54bc3b..705aeb8d64f1d33e74af15fa27462188b616309b 100644 (file)
@@ -4,13 +4,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odl-license</artifactId>
-  <version>0.0.1-SNAPSHOT</version>
+  <version>0.1.0-SNAPSHOT</version>
 
   <!--
     Maven Site Configuration
index db523dd12ce3c29ea80d15d5f4a8e280273dc96a..867943d72cbd3ab7442975e191d0f09a92f1fecb 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>../odlparent-lite/pom.xml</relativePath>
     </parent>
 
@@ -19,7 +19,7 @@
             <dependency>
                 <groupId>org.opendaylight.odlparent</groupId>
                 <artifactId>features-odlparent</artifactId>
-                <version>1.6.0-SNAPSHOT</version>
+                <version>1.7.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
index e85993d8f445cae652135460a48e01f2af5c55c7..dc7ca4bb41b146d90a74dcd77800a94a910d8d90 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odlparent-lite</artifactId>
-  <version>1.6.0-SNAPSHOT</version>
+  <version>1.7.0-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <licenses>
index 637bb25c17e49e8a5063166534359a9146a54c4e..683219263d5385b9c196a42f12e23697c2739435 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
@@ -88,7 +88,7 @@
     <projectinfo>2.6</projectinfo>
     <propertymavenplugin.version>1.0-alpha-2</propertymavenplugin.version>
     <releaseplugin.version>${maven.release.version}</releaseplugin.version>
-    <odl.checkstyle.version>0.1.0-SNAPSHOT</odl.checkstyle.version>
+    <odl.checkstyle.version>0.2.0-SNAPSHOT</odl.checkstyle.version>
 
     <!-- Supporting Libraries -->
     <!-- Used by controller, netconf -->
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>odl-license</artifactId>
-              <version>0.0.1-SNAPSHOT</version>
+              <version>0.1.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <configuration>
                   <artifactItem>
                     <groupId>org.opendaylight.odlparent</groupId>
                     <artifactId>odl-license</artifactId>
-                    <version>0.0.1-SNAPSHOT</version>
+                    <version>0.1.0-SNAPSHOT</version>
                   </artifactItem>
                 </artifactItems>
                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
diff --git a/pom.xml b/pom.xml
index 87bbe622e0751151e0fad0e47f03e8b1643b790d..022e5fcb1407bd2723359fed02c9609f57cb5b6b 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.6.0-SNAPSHOT</version>
+        <version>1.7.0-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>
 
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-aggregator</artifactId>
-    <version>1.6.0-SNAPSHOT</version>
+    <version>1.7.0-SNAPSHOT</version>
     <name>odlparent</name> <!-- Used by Sonar to set project name -->
     <packaging>pom</packaging>