Incrementing versions by 0.1.0 for post-Lithium master branch 48/20448/1
authorColin Dixon <colin@colindixon.com>
Thu, 14 May 2015 21:47:46 +0000 (17:47 -0400)
committerColin Dixon <colin@colindixon.com>
Thu, 14 May 2015 21:47:46 +0000 (17:47 -0400)
Change-Id: I8d1d26d04844172c21550a61fba51ea63ac29802
Signed-off-by: Colin Dixon <colin@colindixon.com>
distribution-karaf/pom.xml
features/pom.xml
features/src/main/resources/features.xml
parser/pom.xml
pom.xml
ttp-model/pom.xml
utils/pom.xml

index ae6e346434f95a2444dba2f1303764cc9fca3a37..abb40ec887656f384b577bce5bad8a1eff319b76 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.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.ttp</groupId>
   <artifactId>distribution-karaf</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>ttp-distribution-karaf</name>
   <prerequisites>
     <maven>3.1.1</maven>
index a0c5a2845629a8e6175f2362842c96731ae0f6c7..5dfa39f28b85375078e02ba705f68e5d3954d6cd 100644 (file)
@@ -11,7 +11,7 @@
    <parent>
       <artifactId>ttp-parent</artifactId>
       <groupId>org.opendaylight.ttp</groupId>
-      <version>0.1.0-SNAPSHOT</version>
+      <version>0.2.0-SNAPSHOT</version>
       <relativePath>../</relativePath>
    </parent>
    <artifactId>features-ttp</artifactId>
       <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.1.0-SNAPSHOT</branding.version>
-      <karaf.resources.version>1.5.0-SNAPSHOT</karaf.resources.version>
-      <feature.test.version>1.5.0-SNAPSHOT</feature.test.version>
-      <karaf.empty.version>1.5.0-SNAPSHOT</karaf.empty.version>
+      <branding.version>1.2.0-SNAPSHOT</branding.version>
+      <karaf.resources.version>1.6.0-SNAPSHOT</karaf.resources.version>
+      <feature.test.version>1.6.0-SNAPSHOT</feature.test.version>
+      <karaf.empty.version>1.6.0-SNAPSHOT</karaf.empty.version>
    </properties>
    <dependencies>
       <dependency>
         <dependency>
           <groupId>org.opendaylight.controller</groupId>
           <artifactId>features-mdsal</artifactId>
-          <version>1.2.0-SNAPSHOT</version>
+          <version>1.3.0-SNAPSHOT</version>
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>
         <dependency>
           <groupId>org.opendaylight.openflowplugin</groupId>
           <artifactId>features-openflowplugin</artifactId>
-          <version>0.1.0-SNAPSHOT</version>
+          <version>0.2.0-SNAPSHOT</version>
           <classifier>features</classifier>
           <type>xml</type>
         </dependency>
index dc6b6de3dbd485cf725a321e8e6194cc55f0a6a4..995f3faa31cb2ac8ad4efbcecfa7708961a66e05 100644 (file)
@@ -56,7 +56,7 @@
 
         * Basic MD-SAL Provider
         <feature name='odl-ttp-provider' version='${project.version}' description='OpenDaylight :: ttp :: Provider '>
-            <feature version='1.2.0-SNAPSHOT'>odl-mdsal-broker</feature>
+            <feature version='1.3.0-SNAPSHOT'>odl-mdsal-broker</feature>
             <feature version='${project.version}'>odl-ttp-model</feature>
             <bundle>mvn:org.opendaylight.ttp/ttp-provider/${project.version}</bundle>
             ... whatever other bundles you need
 
         * Basic MD-SAL Model feature
         <feature name='odl-ttp-model' version='${project.version}' description='OpenDaylight :: ttp :: Model'>
-            <feature version='0.7.0-SNAPSHOT'>odl-yangtools-binding</feature>
-            <feature version='0.7.0-SNAPSHOT'>odl-yangtools-models</feature>
+            <feature version='0.8.0-SNAPSHOT'>odl-yangtools-binding</feature>
+            <feature version='0.8.0-SNAPSHOT'>odl-yangtools-models</feature>
             <bundle>mvn:org.opendaylight.ttp/ttp-model/${project.version}</bundle>
             ... whatever other bundles you need
         </feature>
 
         * Config Subsystem example - the config file is your config subsystem configuration
         <feature name='odl-ttp-provider' version='${project.version}' description='OpenDaylight :: ttp :: Provider'>
-            <feature version='1.2.0-SNAPSHOT'>odl-mdsal-broker</feature>
+            <feature version='1.3.0-SNAPSHOT'>odl-mdsal-broker</feature>
             <bundle>mvn:org.opendaylight.ttp/ttp-provider/${project.version}</bundle>
             <configfile finalname="etc/opendaylight/karaf/80-ttp.xml">mvn:org.opendaylight.ttp/ttp-config/${project.version}/xml/config</configfile>
             ... whatever other bundles you need
@@ -80,7 +80,7 @@
 
         * Basic MD-SAL Provider that uses openflowplugin-flow-services (which brings along odl-mdsal-broker)
         <feature name='odl-ttp-provider' version='${project.version}' description='OpenDaylight :: ttp :: Provider'>
-            <feature version='0.1.0-SNAPSHOT'>odl-openflowplugin-flow-services</feature>
+            <feature version='0.2.0-SNAPSHOT'>odl-openflowplugin-flow-services</feature>
             <bundle>mvn:org.opendaylight.ttp/ttp-provider/${project.version}</bundle>
             ... whatever other bundles you need
         </feature>
index 99e7492db5499b87103621ec9a71058cc9499ff2..c703efb07c8aee6b03057abd3635db4c6b491d95 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.ttp</groupId>
     <artifactId>ttp-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>parser</artifactId>
diff --git a/pom.xml b/pom.xml
index 96a900ba10029f6f575a0dd6d57327444c5b17bd..eb60efd003ac88ddc819ed47ea20f45ceaa69485 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -4,12 +4,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.5.0-SNAPSHOT</version>
+    <version>1.6.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <groupId>org.opendaylight.ttp</groupId>
   <artifactId>ttp-parent</artifactId>
-  <version>0.1.0-SNAPSHOT</version>
+  <version>0.2.0-SNAPSHOT</version>
   <name>ttp</name> <!-- Used by Sonar to set project name -->
   <packaging>pom</packaging>
 
@@ -29,9 +29,9 @@
     <!-- These are required to build -->
     <jmxGeneratorPath>src/main/yang-gen-config</jmxGeneratorPath>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
-    <yangtools.version>0.7.0-SNAPSHOT</yangtools.version>
-    <openflowjava.version>0.6.0-SNAPSHOT</openflowjava.version>
-    <controller.version>1.2.0-SNAPSHOT</controller.version>
+    <yangtools.version>0.8.0-SNAPSHOT</yangtools.version>
+    <openflowjava.version>0.7.0-SNAPSHOT</openflowjava.version>
+    <controller.version>1.3.0-SNAPSHOT</controller.version>
 
     <!-- these are borrowed from odlparent
     <maven.compile.plugin.version>2.5.1</maven.compile.plugin.version>
 
     <!-- These were in the archetype, but seem to not be needed
     <sitedeploy>dav:http://nexus.opendaylight.org/content/sites/site</sitedeploy>
-    <mdsal.version>1.2.0-SNAPSHOT</mdsal.version>
+    <mdsal.version>1.3.0-SNAPSHOT</mdsal.version>
     <equinox.osgi.version>3.8.1.v20120830-144521</equinox.osgi.version>
     <spring.version>3.1.3.RELEASE</spring.version>
     <jackson.version>1.9.10</jackson.version>
-    <config.version>0.3.0-SNAPSHOT</config.version>
+    <config.version>0.4.0-SNAPSHOT</config.version>
     -->
   </properties>
 
@@ -88,7 +88,7 @@
             <dependency>
               <groupId>org.opendaylight.controller</groupId>
               <artifactId>checkstyle</artifactId>
-              <version>0.1.0-SNAPSHOT</version>
+              <version>0.2.0-SNAPSHOT</version>
             </dependency>
           </dependencies>
           <executions>
index a6acf0238fe84b2516c827d1f65d592753423e47..bcca6c2f2d5b95e0a1331ded1d6528cac528521c 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>ttp-parent</artifactId>
         <groupId>org.opendaylight.ttp</groupId>
-        <version>0.1.0-SNAPSHOT</version>
+        <version>0.2.0-SNAPSHOT</version>
     </parent>
     <artifactId>ttp-model</artifactId>
     <packaging>bundle</packaging>
index 8bd8c7950e9a392fb3b42737f02fffee7d0c55fc..494ded5c4b905b6c60f32db0346e03b0cb07ec92 100644 (file)
@@ -4,7 +4,7 @@
   <parent>
     <groupId>org.opendaylight.ttp</groupId>
     <artifactId>ttp-parent</artifactId>
-    <version>0.1.0-SNAPSHOT</version>
+    <version>0.2.0-SNAPSHOT</version>
     <relativePath>../</relativePath>
   </parent>
   <artifactId>utils</artifactId>