Bump all version numbers for neon development 19/75719/1
authorDonald Hunter <donaldh@cisco.com>
Tue, 4 Sep 2018 13:12:29 +0000 (14:12 +0100)
committerDonald Hunter <donaldh@cisco.com>
Tue, 4 Sep 2018 13:12:29 +0000 (14:12 +0100)
Change-Id: Ib079abe271179e766d00b25839d8029a28fff506
Signed-off-by: Donald Hunter <donaldh@cisco.com>
19 files changed:
artifacts/pom.xml
cisco-xr-driver/pom.xml
cisco-xrmodels/pom.xml
features/features4-unimgr/pom.xml
features/odl-unimgr-cisco-xr-driver/pom.xml
features/odl-unimgr-legato-api/pom.xml
features/odl-unimgr-ovs-driver/pom.xml
features/odl-unimgr-rest/pom.xml
features/odl-unimgr-template-driver/pom.xml
features/odl-unimgr/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
legato-api/pom.xml
nrp-api/pom.xml
ovs-driver/pom.xml
pom.xml
template-driver/pom.xml

index e4b0850c8c0dcf2b6a6c0c1f955ad2c9243fa8d2..caff79fb3769d1c1f200efec30a9bb735fad2dac 100644 (file)
@@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 648080549a244f5ec82abd5407f0535aacc75fa3..7ea5dc35d78fc71cac3b6b1051f10aadbfa5696b 100644 (file)
@@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-cisco-xr-driver</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
index 66f9d12279e44d910c271d773920cf45c7e15263..405dad1ee1d048b2277be7c1e30a06b860ba28fe 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>cisco-xrmodels</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index bff5cd30d475fa168852b85dbee268bdb5951307..d03e49112e9891434dfc1be3723767de1d081b8a 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features4-unimgr</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
index ad5ca15e7174125096e7af49ce342d456ecfea08..f497cf4a708fb510e63f99d39a58dd69a309f0db 100644 (file)
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <netconf.version>1.5.0-SNAPSHOT</netconf.version>
+    <netconf.version>1.6.0-SNAPSHOT</netconf.version>
   </properties>
 
   <dependencies>
index 93cf4c6d32340301c344ec4a7ddbc05faf29b4be..39b3b1c5f3e16a716eb3ad3d34f8968bcf486813 100755 (executable)
     </parent>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>odl-unimgr-legato-api</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>feature</packaging>
     <name>ODL :: unimgr :: ${project.artifactId}</name>
     <modelVersion>4.0.0</modelVersion>
     <properties>
-        <mdsal.model.version>0.13.0-SNAPSHOT</mdsal.model.version>
+        <mdsal.model.version>0.14.0-SNAPSHOT</mdsal.model.version>
     </properties>
 
     <dependencies>
index b42d29c54995c0bec7347813b435d507b29c7623..a213c641a81e657a268f879d7b8a78945985b9f5 100644 (file)
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ovs-driver</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
-    <restconf.version>1.8.0-SNAPSHOT</restconf.version>
-    <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
+    <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
+    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
+    <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.7.0-SNAPSHOT</openflowplugin.version>
+    <openflowplugin.version>0.8.0-SNAPSHOT</openflowplugin.version>
   </properties>
 
   <dependencies>
index 2eaab75355774af30af252d8d392172af024c24d..81e001b0a57a4a4dd6f787d0fbdc292364ad84b9 100644 (file)
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-rest</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <restconf.version>1.8.0-SNAPSHOT</restconf.version>
+    <restconf.version>1.9.0-SNAPSHOT</restconf.version>
   </properties>
 
   <dependencies>
index fdad0c5d676d976fa7ddbd47ac4cfa73894399cd..74ef4da358a0cb00f56a57879f781d4922d0475f 100644 (file)
@@ -12,7 +12,7 @@
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-template-driver</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
index 3241ade9e5798449295589dec4d6b2ef0bec759e..1d22da919ef098e1a67916364ae7eb9d1542da39 100644 (file)
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <controller.mdsal.version>1.8.0-SNAPSHOT</controller.mdsal.version>
+    <controller.mdsal.version>1.9.0-SNAPSHOT</controller.mdsal.version>
   </properties>
 
   <build>
index 7f9b6b02b4dc780e2f324e99abef3a4db0886905..42c1074e05ab9a3f0ea891d60a69be43843ec855 100644 (file)
@@ -12,7 +12,7 @@
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 2a7b509d0d4cac711c947fa5c3407ee32a128437..3ab7f3775612fad6a1c206859db5d420c1b6a0bd 100644 (file)
@@ -12,20 +12,20 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
-        <netconf.version>1.5.0-SNAPSHOT</netconf.version>
+        <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
+        <netconf.version>1.6.0-SNAPSHOT</netconf.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-impl</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelse to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
index 139b08d4ee6de0adadf4053f2c3bc3c52786c424..4486cb6069de596933122626a09f9a51919afe3e 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.9.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index f25ac2846246909a27b2e708c4fc420a9bd33ae0..e9b57b1282dc2e97207b50c5b1aa44b342e5efee 100644 (file)
@@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf4</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
index f027ebd213f56cfbe838c4f95439b7b6e132a89b..ec6a96529daa163d6f821d29f7ae58b54bea3cd6 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-legato-api</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
 
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
@@ -26,7 +26,7 @@
     <name>ODL :: unimgr :: ${project.artifactId}</name>
 
     <properties>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <dependencies>
index d71ea08529deb308a81ed952b189bb1c99f32664..a72045589eaca50c7ac9626a1a53f8e0ee62a14f 100644 (file)
@@ -10,14 +10,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.mdsal</groupId>
     <artifactId>binding-parent</artifactId>
-    <version>0.13.0-SNAPSHOT</version>
+    <version>0.14.0-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-nrp-tapi-api</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
index a1bc3086f1288eb5debd6a2a2e250d3db813caf7..373248542270896dff9291549eddbcd29bb7fdbb 100644 (file)
@@ -6,22 +6,22 @@
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.7.0-SNAPSHOT</openflow.version>
-        <ovsdb.version>1.7.0-SNAPSHOT</ovsdb.version>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
+        <openflow.version>0.8.0-SNAPSHOT</openflow.version>
+        <ovsdb.version>1.8.0-SNAPSHOT</ovsdb.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <!-- <name> formatting is used by autorelease to parse and notify projects on
          build failure. Please do not modify this unless you have a good reason. -->
diff --git a/pom.xml b/pom.xml
index 6727a133dd136103919b60a9d09b34b111d5df6b..49c25ab9830ddca91375c32f0911ee1e42968860 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.4.0-SNAPSHOT</version>
+  <version>0.5.0-SNAPSHOT</version>
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index d957a235a6adbafcb65738ec83778685f8468699..6ca233462d55c361ac2a40ba4f5e11eab4e672a7 100644 (file)
     <parent>
         <groupId>org.opendaylight.mdsal</groupId>
         <artifactId>binding-parent</artifactId>
-        <version>0.13.0-SNAPSHOT</version>
+        <version>0.14.0-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <mdsal.version>1.8.0-SNAPSHOT</mdsal.version>
+        <mdsal.version>1.9.0-SNAPSHOT</mdsal.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
 
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-template-driver</artifactId>
-    <version>0.4.0-SNAPSHOT</version>
+    <version>0.5.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
 
     <name>ODL :: unimgr :: ${project.artifactId}</name>