Bump versions by 0.1.0 for next dev cycle 34/43434/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Aug 2016 21:50:18 +0000 (17:50 -0400)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Mon, 8 Aug 2016 21:50:18 +0000 (17:50 -0400)
Change-Id: I5d0c92a382129f35ed2cefe407720a30d1e1332b
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
17 files changed:
bundle-parent/pom.xml
checkstyle/pom.xml
features-akka/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
karaf/karaf-branding/pom.xml
karaf/karaf-parent/pom.xml
karaf/opendaylight-karaf-resources/pom.xml
karaf/pom.xml
license/pom.xml
odlparent-artifacts/pom.xml
odlparent-lite/pom.xml
odlparent/pom.xml
pom.xml

index 5c7317c3645e34881d21039f5fab2a221a84ebd1..668475b26df66e57a847ca157bda29937b941af8 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
index 0cb25be0f40ae8e2ceb2be0e207329a42a8f7d10..0bbf8f2eb3fdebebcab367ad6b3e515c12706b53 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>checkstyle</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.3.0-SNAPSHOT</version>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <!--
index f4105d77ec423cffed0f19aa6ff2d89717bc8380..7d874edd4b4fb4e1caa8e619a2c4d26f89d37e8c 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>../features-parent/pom.xml</relativePath>
     </parent>
 
index a35babcb27f026cae4981dd16d4248489252d4e4..08be0424dbee2e82b7129458c7329b1465e1c88e 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>features-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>../features-parent/pom.xml</relativePath>
     </parent>
 
index c5b640ccd9c85fc67cd062c2c68309de42058680..7ffdb04cd6dd9cc716045ff5d0cb89f2465c4c7b 100644 (file)
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>../odlparent</relativePath>
     </parent>
 
         <dependency>
             <groupId>org.opendaylight.odlparent</groupId>
             <artifactId>features-test</artifactId>
-            <version>1.7.0-SNAPSHOT</version>
+            <version>1.8.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
index 129e24f304bfb9eae6902ad756c365c0a9852f73..2ff586ba7b858975a8c4ad2f7b777406b81dd863 100644 (file)
@@ -13,7 +13,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>bundle-parent</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>../bundle-parent</relativePath>
     </parent>
 
index 25099f9eaeca1a06b0faf63a3e7f81bd5041a914..70c48dd69ae8b28c208d148573a84265bc08e9e2 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <artifactId>odlparent</artifactId>
     <groupId>org.opendaylight.odlparent</groupId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../odlparent/</relativePath>
   </parent>
   <artifactId>karaf-plugin</artifactId>
index 3da37b6b48befc89b5e1cc262884ce911df3db9f..679813b3590f56b694952f6ca530a1e205d625d9 100644 (file)
@@ -5,7 +5,7 @@
 
   <groupId>org.opendaylight.odlparent.it</groupId>
   <artifactId>simple-it</artifactId>
-  <version>1.1.0-SNAPSHOT</version>
+  <version>1.2.0-SNAPSHOT</version>
 
   <description>A simple IT verifying the basic use case.</description>
 
index 28396c64662db342aacb27d88b5c0f5d8cee9e6d..684545765c9e59431b73f333f12e2b984bf45950 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../odlparent-lite</relativePath>
   </parent>
   <artifactId>karaf.branding</artifactId>
index d7cc6a68de50cc726d52f0d7724ec70212deee2d..37eff664e553cd0066cd205bde2619441df8f7b0 100644 (file)
@@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../odlparent</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <packaging>pom</packaging>
 
   <properties>
-    <branding.version>1.7.0-SNAPSHOT</branding.version>
+    <branding.version>1.8.0-SNAPSHOT</branding.version>
     <karaf.localFeature>standard</karaf.localFeature>
     <!--  Karaf Maven plugin 3.0.3 reinstalls already installed
           boot features to container, which could be observed
@@ -89,7 +89,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.odlparent</groupId>
       <artifactId>opendaylight-karaf-resources</artifactId>
-      <version>1.7.0-SNAPSHOT</version>
+      <version>1.8.0-SNAPSHOT</version>
     </dependency>
 
     <!-- Aries Proxy 1.0.5 contains important bug fixes -->
index 238b2de5fc2054143a427bc9bf58ac844ac49a01..84ec81b8980638070c6ed52e2f0e22dbec8aa006 100644 (file)
@@ -12,7 +12,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../../odlparent</relativePath>
   </parent>
   <artifactId>opendaylight-karaf-resources</artifactId>
index 15134a6587077670f8e05aa72e5e126da7fc7ebd..33a1406566333b99daaf21b27683093eeb070990 100644 (file)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
   <artifactId>karaf-aggregator</artifactId>
index 4dc5da809f948dc7160201c432dcdb7a56c540c4..5a370c6afa0cedc5f111b2d3556b484b1671f636 100644 (file)
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
   <artifactId>odl-license</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
 
   <!--
index 3cbd374bbc69110892125641a259e8f75a6f761b..92c0472791c30ead6ea4ba499207c2895c74842d 100644 (file)
@@ -7,7 +7,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.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.7.0-SNAPSHOT</version>
+                <version>1.8.0-SNAPSHOT</version>
                 <classifier>features</classifier>
                 <type>xml</type>
             </dependency>
index 9a18e3e47be18ff1e7394c3a510cb916a49ec0ab..9ac2706eefbd03cae3b03a33f3769e3db1f270e4 100644 (file)
@@ -17,7 +17,7 @@
 
   <groupId>org.opendaylight.odlparent</groupId>
   <artifactId>odlparent-lite</artifactId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.8.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>ODL :: odlparent :: ${project.artifactId}</name>
 
index b3ea8744bea1e381f9e0f2203331c34d88215bb1..ec354e3c41f26aa6ba73b622a171491e9f047532 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.0-SNAPSHOT</version>
+    <version>1.8.0-SNAPSHOT</version>
     <relativePath>../odlparent-lite</relativePath>
   </parent>
 
@@ -76,7 +76,7 @@
          toolkit -->
     <checkstyle.version>2.17</checkstyle.version>
     <!-- Used in controller, packetcable -->
-    <odl.checkstyle.version>0.2.0-SNAPSHOT</odl.checkstyle.version>
+    <odl.checkstyle.version>0.3.0-SNAPSHOT</odl.checkstyle.version>
     <!-- Used in snmp4sdn; see also toolkit -->
     <compiler.version>${maven.compile.plugin.version}</compiler.version>
     <!-- Used in controller, l2switch, netide, openflowjava, openflowplugin, snbi, tsdr, ttp; see also toolkit -->
       <dependency>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-artifacts</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <scope>import</scope>
         <type>pom</type>
       </dependency>
             <dependency>
               <groupId>org.opendaylight.odlparent</groupId>
               <artifactId>odl-license</artifactId>
-              <version>0.1.0-SNAPSHOT</version>
+              <version>0.2.0-SNAPSHOT</version>
             </dependency>
             <dependency>
               <groupId>com.github.sevntu.checkstyle</groupId>
                   <artifactItem>
                     <groupId>org.opendaylight.odlparent</groupId>
                     <artifactId>odl-license</artifactId>
-                    <version>0.1.0-SNAPSHOT</version>
+                    <version>0.2.0-SNAPSHOT</version>
                   </artifactItem>
                 </artifactItems>
                 <outputDirectory>${project.build.outputDirectory}</outputDirectory>
diff --git a/pom.xml b/pom.xml
index 14cb64c56066cf77261cf8e6df384f18c00c2a69..0291f793da423147dd46d1a38ca8f9d27b3ce93e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
     <parent>
         <groupId>org.opendaylight.odlparent</groupId>
         <artifactId>odlparent-lite</artifactId>
-        <version>1.7.0-SNAPSHOT</version>
+        <version>1.8.0-SNAPSHOT</version>
         <relativePath>odlparent-lite</relativePath>
     </parent>