Bumping versions by 0.0.1 for next dev cycle 19/49619/1
authorAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Dec 2016 04:22:48 +0000 (14:22 +1000)
committerAnil Belur <abelur@linuxfoundation.org>
Tue, 20 Dec 2016 04:22:48 +0000 (14:22 +1000)
Change-Id: I8a9dcdbb254c05f2797daa0aabb467d884d7c491
Signed-off-by: Anil Belur <abelur@linuxfoundation.org>
distribution-karaf/pom.xml
features/pom.xml
parser/pom.xml
pom.xml
ttp-model/pom.xml
ttp-parent/pom.xml
utils/pom.xml

index 822616c71aa6acc58e7d8efe1123a20f559774f1..1471bc92ad26091f2bf539b68a273e84d369c2e4 100644 (file)
@@ -9,13 +9,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ttp</groupId>
   <artifactId>distribution-karaf</artifactId>
-  <version>0.3.2-SNAPSHOT</version>
+  <version>0.3.3-SNAPSHOT</version>
   <name>ttp-distribution-karaf</name>
   <prerequisites>
     <maven>3.1.1</maven>
index f37fc66b19822bed98923c250178b0ef23300e5a..d01e633cf8ee44a2007747d816d2a33bb6ef9728 100644 (file)
@@ -11,7 +11,7 @@
    <parent>
       <artifactId>ttp-parent</artifactId>
       <groupId>org.opendaylight.ttp</groupId>
-      <version>0.3.2-SNAPSHOT</version>
+      <version>0.3.3-SNAPSHOT</version>
       <relativePath>../ttp-parent</relativePath>
    </parent>
    <!-- FIXME: Convert to features-parent -->
       <features.file>features.xml</features.file>
       <!-- Optional TODO: Move these properties to your parent pom and possibly
             DependencyManagement section of your parent pom -->
-      <branding.version>1.3.2-SNAPSHOT</branding.version>
-      <karaf.resources.version>1.7.2-SNAPSHOT</karaf.resources.version>
-      <feature.test.version>1.7.2-SNAPSHOT</feature.test.version>
-      <karaf.empty.version>1.7.2-SNAPSHOT</karaf.empty.version>
-      <restconf.version>1.4.2-SNAPSHOT</restconf.version>
-      <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
+      <branding.version>1.3.3-SNAPSHOT</branding.version>
+      <karaf.resources.version>1.7.3-SNAPSHOT</karaf.resources.version>
+      <feature.test.version>1.7.3-SNAPSHOT</feature.test.version>
+      <karaf.empty.version>1.7.3-SNAPSHOT</karaf.empty.version>
+      <restconf.version>1.4.3-SNAPSHOT</restconf.version>
+      <mdsal.model.version>0.9.3-SNAPSHOT</mdsal.model.version>
    </properties>
    <dependencies>
       <dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>features-mdsal</artifactId>
-          <version>1.4.2-SNAPSHOT</version>
+          <version>1.4.3-SNAPSHOT</version>
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.openflowplugin</groupId>
           <artifactId>features-openflowplugin</artifactId>
-          <version>0.3.2-SNAPSHOT</version>
+          <version>0.3.3-SNAPSHOT</version>
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>
index 537581fd4d1f58bd464506de228090438b4e0979..b56c4605bee6cbb229280ebcdcb5757266f3ec8d 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.ttp</groupId>
     <artifactId>ttp-parent</artifactId>
-    <version>0.3.2-SNAPSHOT</version>
+    <version>0.3.3-SNAPSHOT</version>
     <relativePath>../ttp-parent</relativePath>
   </parent>
   <artifactId>parser</artifactId>
diff --git a/pom.xml b/pom.xml
index d8df578ae55acb65b9c6ae7b5acd42ca8f1b8703..0ed74f0540a33c699eb43cec77ebbb2ae0727e12 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ttp</groupId>
   <artifactId>ttp-root</artifactId>
-  <version>0.3.2-SNAPSHOT</version>
+  <version>0.3.3-SNAPSHOT</version>
   <name>ttp</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
 
index 62d95f01bfe73315db181a0e21851484c3635a76..d61c75066411645c0d3662ad0f7814ecff3cad63 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>ttp-parent</artifactId>
         <groupId>org.opendaylight.ttp</groupId>
-        <version>0.3.2-SNAPSHOT</version>
+        <version>0.3.3-SNAPSHOT</version>
         <relativePath>../ttp-parent</relativePath>
     </parent>
     <artifactId>ttp-model</artifactId>
         <groupId>org.opendaylight.mdsal.model</groupId>
         <artifactId>yang-ext</artifactId>
         <!-- FIXME: Use mdsal-artifacts to determine version -->
-        <version>2013.09.07.9.2-SNAPSHOT</version> <!-- explicitly not ${yangtools.version} -->
+        <version>2013.09.07.9.3-SNAPSHOT</version> <!-- explicitly not ${yangtools.version} -->
       </dependency>
 
       <!-- Controller Dependencies -->
index 8239eb885bd62cc914dadb9d2268b2b76e04811e..a1647d33fbd3893c6c09ebd947bc046308b7fa42 100644 (file)
@@ -5,13 +5,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.7.2-SNAPSHOT</version>
+    <version>1.7.3-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.ttp</groupId>
   <artifactId>ttp-parent</artifactId>
-  <version>0.3.2-SNAPSHOT</version>
+  <version>0.3.3-SNAPSHOT</version>
   <packaging>pom</packaging>
 
   <prerequisites>
     <!-- These are required to build -->
     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <yangtools.version>1.0.2-SNAPSHOT</yangtools.version>
-    <mdsal.model.version>0.9.2-SNAPSHOT</mdsal.model.version>
-    <openflowjava.version>0.8.2-SNAPSHOT</openflowjava.version>
-    <controller.version>1.4.2-SNAPSHOT</controller.version>
+    <yangtools.version>1.0.3-SNAPSHOT</yangtools.version>
+    <mdsal.model.version>0.9.3-SNAPSHOT</mdsal.model.version>
+    <openflowjava.version>0.8.3-SNAPSHOT</openflowjava.version>
+    <controller.version>1.4.3-SNAPSHOT</controller.version>
   </properties>
 
   <scm>
@@ -66,7 +66,7 @@
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.3.2-SNAPSHOT</version>
+              <version>0.3.3-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>
index bc7163dc30b80ad2aef81932bc781e9388617baf..af9041ba0d1932f316c3586214a98182ac33031b 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.ttp</groupId>
     <artifactId>ttp-parent</artifactId>
-    <version>0.3.2-SNAPSHOT</version>
+    <version>0.3.3-SNAPSHOT</version>
     <relativePath>../ttp-parent</relativePath>
   </parent>
   <artifactId>utils</artifactId>