Bump versions by x.y.(z+1) 88/71488/1 stable/carbon
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:56 +0000 (22:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 26 Apr 2018 22:04:56 +0000 (22:04 +0000)
Change-Id: Ib3ec4fb174e0a422d5656157214f795d326b36e5
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
34 files changed:
api/pom.xml
artifacts/pom.xml
cisco-xe-driver/pom.xml
cisco-xr-driver/pom.xml
cisco-xrmodels/pom.xml
cli/pom.xml
dlux/cpeui/cpeui-bundle/pom.xml
dlux/cpeui/cpeui-module/pom.xml
dlux/cpeui/pom.xml
dlux/pom.xml
edgeassure-1000/pom.xml
features/features-unimgr/pom.xml
features/features4-unimgr/pom.xml
features/odl-unimgr-api/pom.xml
features/odl-unimgr-cisco-xe-driver/pom.xml
features/odl-unimgr-cisco-xr-driver/pom.xml
features/odl-unimgr-console/pom.xml
features/odl-unimgr-dlux/pom.xml
features/odl-unimgr-netvirt/pom.xml
features/odl-unimgr-ovs-driver/pom.xml
features/odl-unimgr-presto-api/pom.xml
features/odl-unimgr-rest/pom.xml
features/odl-unimgr-ui/pom.xml
features/odl-unimgr/pom.xml
features/pom.xml
impl/pom.xml
it/pom.xml
karaf/pom.xml
legato-api/pom.xml
netvirt/pom.xml
nrp-api/pom.xml
ovs-driver/pom.xml
pom.xml
presto-api/pom.xml

index c1db50c98e0e518c8e09d5b7b7f770b0a75be4f9..78b3f387d93e2255064c82621e25925527dda67f 100644 (file)
@@ -10,20 +10,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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <properties>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 13d8a9695335c5a6f6e772f66ac536553b5e9399..1c05cb4815890f9820b4e2204def7a6c30dc484b 100644 (file)
@@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 b926e38d7c237c61b0b91457d468e63651f970f9..ef9eeca2ae2b9cbad52a657da6c6443df314e796 100755 (executable)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.5-SNAPSHOT</version>
         <relativePath />
     </parent>
 
@@ -27,7 +27,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-cisco-xe-driver</artifactId>
-    <version>0.2.4-SNAPSHOT</version>
+    <version>0.2.5-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <build>
         <plugins>
index 810cedf646a99741710048a559ae75f0c773eb0d..e14924daf49c39552a5824fda754b074e6638f5e 100755 (executable)
@@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
@@ -24,7 +24,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-cisco-xr-driver</artifactId>
-    <version>0.2.4-SNAPSHOT</version>
+    <version>0.2.5-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 0e76727dff07e275b9c01616f7e199ca8c0d5ed1..c8f594701bf2a2bfc12a3757a0d2e5cc27faaee4 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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>cisco-xrmodels</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 57cef3fdac5345ed5f1b19bdfeb6883375f674fe..eb7d2566263ae1428f741d921122017c8cb755b3 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>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-cli</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 4a54a2da8d1e4b99d1583d7f330ea94720d43f5d..6633c5149da8aa46548e8fe6683f1aacb76be9fb 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.4-SNAPSHOT</version>
+        <version>0.2.5-SNAPSHOT</version>
     </parent>
     <artifactId>cpeui-bundle</artifactId>
     <packaging>bundle</packaging>
@@ -35,7 +35,7 @@
         <dependency>
             <groupId>org.opendaylight.unimgr</groupId>
             <artifactId>cpeui-module</artifactId>
-            <version>0.2.4-SNAPSHOT</version>
+            <version>0.2.5-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
index 6af3b74fbc61cd578e799cfbb9c2f45e145217e6..f016ca630acb3173239d1955170525d25eb669bb 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.4-SNAPSHOT</version>
+        <version>0.2.5-SNAPSHOT</version>
     </parent>
     <artifactId>cpeui-module</artifactId>
     <packaging>jar</packaging>
index 779702812f0dbe0c299061b9052f798ca6be8648..c47de0fddefdc1c37d5fc371b0f301915ce0392c 100644 (file)
@@ -4,7 +4,7 @@
     <packaging>pom</packaging>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>cpeui</artifactId>
-    <version>0.2.4-SNAPSHOT</version>
+    <version>0.2.5-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>
@@ -16,7 +16,7 @@
     <properties>
         <osgi.core.version>5.0.0</osgi.core.version>
         <apache.felix.compendium>1.4.0</apache.felix.compendium>
-        <dlux.loader.version>0.5.4-SNAPSHOT</dlux.loader.version>
+        <dlux.loader.version>0.5.5-SNAPSHOT</dlux.loader.version>
     </properties>
 
 
index a188ec7bed6c6841ebba32ff969071982135b272..92062c8352e15f3f610a54c7e38c245a09a4f49b 100644 (file)
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>dlux</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 dad1c09e46d739019ca72bb57128824f630d3033..7ed0d7d0ce50e091664a4e472f43534b09171235 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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>edgeassure-1000</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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. -->
@@ -33,7 +33,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <dependency>
       <groupId>org.opendaylight.unimgr</groupId>
       <artifactId>unimgr-impl</artifactId>
-      <version>0.2.4-SNAPSHOT</version>
+      <version>0.2.5-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index 74b0acc1fae892fc140ff5db0f2bb677c1eb9db4..d1a9243f7a7706b91f016388405da7d8d5de44c4 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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>
     <maven>3.1.1</maven>
   </prerequisites>
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
   <dependencyManagement>
     <dependencies>
index 523fba3078b789dcf89298c162b2008d02d2f97e..13acda8f0b5d0eefe52bf60b072fa151c0959241 100644 (file)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features4-unimgr</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencies>
index f711b97e59d7d47ac105d7b92a792235ddac0706..42a089ada1fec849211bc43ff12d62a2fedaa770 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index a03e3ee6647074d1cd4ea224e25bd60686a48eca..e163b9faf6c071086eeeb73842c22c83a2e80ac5 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xe-driver</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index dfb78d5c3dd67e20d2ffae8a4f69eb83d84dc026..fc34ff43eedc76f328b4fa4b072515ec305a3fff 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index decbe1acfa60ff840b8909d232492a4e9be4b08d..e57486a3ac857370d7daf131e0f78e9f931d8113 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-console</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 5fa458b655c010aba23b9d6b3b8c71ccedce52d0..81c588fcdc39bf99692e7996ed9cdbe943703d1a 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-dlux</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index b918121fd684afb6d21e13c12dd63672f77cff01..85b35acb472f38237b07e80d97f6f50249fa9fe0 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-netvirt</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index d801257196742e9c37613211b9e78eeaa1ea154b..30d68f8415e7a36ff1f7268cabb9d1bf1a54ca4f 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ovs-driver</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 740e0e4c73ce26c911d67771b851fe0958f3d2b7..49ec3258d805bd3c848e629c607677bb1f91d80b 100755 (executable)
@@ -8,19 +8,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-presto-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   
   <properties>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
   </properties>  
 
   <dependencies>
index daf777f50d95754417092f4189425f153a321d94..833150fa8a6939aef20d6d02714c3101f6ae0647 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-rest</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index be8ff19d13d011281b08190cd7e8d008bd73ccaa..9d2cb9a33f4dc3c3fee1a3cee1d95cfbc319ec67 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ui</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 8734a268ff776b04554edf20d4840f5f46ba1a78..1e5a51cacb10b76a9fe496f825260a1e1876d6fa 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.4-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.4-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.4-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.4-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.4-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.4-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.4-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.4-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.4-SNAPSHOT</netconf.version>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.4-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.5-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.5-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.5-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.5-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.5-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.5-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.5-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.5-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.5-SNAPSHOT</netconf.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.5-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.4-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.4-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.5-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.5-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 1a3f326805a4585209cd58e9f20cd78fcd333e7c..a6f5df4fe33d5fe78200431aa52c96239628ba09 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>  
   <artifactId>features-aggregator</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 ee4ecb165ea279d08033e47b3dd990f7eab9f8e4..d0d455035637660161df7e7fbe8deb4943779604 100644 (file)
@@ -12,18 +12,18 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+        <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-impl</artifactId>
-    <version>0.2.4-SNAPSHOT</version>
+    <version>0.2.5-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. -->
@@ -89,7 +89,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
         <dependency>
             <groupId>org.opendaylight.netconf</groupId>
             <artifactId>netconf-topology</artifactId>
-            <version>1.2.4-SNAPSHOT</version>
+            <version>1.2.5-SNAPSHOT</version>
         </dependency>
 
         <!-- dependencies to use AbstractDataBrokerTest -->
index b05a33bdce8a71f8dbe63d4a7d03c1add999f500..f400df7355a0a19002a849da527129c06e5bf1f1 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.5.4-SNAPSHOT</version>
+    <version>1.5.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 195d2a365f865cc3913470ae45d1dca161f238e4..f931fe2a609c8c6d79da6d598bfb439e2f6eb180 100644 (file)
@@ -10,13 +10,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>karaf-parent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 afa63371a7c5848c653f219710f82e16bbde6892..879fa7e6528bc6ebc0b3741f1a575267a794bda9 100644 (file)
@@ -10,22 +10,22 @@ 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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-legato-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
-    <vpnservice.version>0.4.4-SNAPSHOT</vpnservice.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
+    <vpnservice.version>0.4.5-SNAPSHOT</vpnservice.version>
   </properties>
 
   <dependencies>
index 48759da5674338f914cabf60ccefd1d62b29a77d..90b3cf20dcde42693e007b2117ecb78f731bcf6c 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.4-SNAPSHOT</version>
+    <version>0.6.5-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <properties>
-    <genius.version>0.2.4-SNAPSHOT</genius.version>
-    <vpnservices.version>0.4.4-SNAPSHOT</vpnservices.version>
+    <genius.version>0.2.5-SNAPSHOT</genius.version>
+    <vpnservices.version>0.4.5-SNAPSHOT</vpnservices.version>
   </properties>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-netvirt</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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 06f3a74fd87be1c1c7ad5bc15f229c316452c4f7..7393ecd2fcbd102f2c30d03b0aa1b8b4e3d98abf 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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-nrp-tapi-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 655283f2515257d460400c703cb53a446a2b295c..771c19e8a2f42bc23cd6cf0df02d07ed4e42858a 100755 (executable)
@@ -6,20 +6,20 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.4-SNAPSHOT</version>
+        <version>0.6.5-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.4.4-SNAPSHOT</openflow.version>
+        <openflow.version>0.4.5-SNAPSHOT</openflow.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.2.4-SNAPSHOT</version>
+    <version>0.2.5-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 37645a77e9087c63305f0fb2c8b4b879b2c3a21e..4ab3f6c9561137ad83ccc20b4c4a31f8ab2039b7 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -11,13 +11,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent</artifactId>
-    <version>1.8.4-SNAPSHOT</version>
+    <version>1.8.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index ed78d72006fd87209705d2a19ddd0097daef8040..4cffe2c8d8b4ce490cfa74af8fa39df98fc5a1d5 100644 (file)
@@ -10,21 +10,21 @@ 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.10.4-SNAPSHOT</version>
+    <version>0.10.5-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-presto-api</artifactId>
-  <version>0.2.4-SNAPSHOT</version>
+  <version>0.2.5-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. -->
   <name>ODL :: unimgr :: ${project.artifactId}</name>
 
   <properties>
-    <ovsdb.version>1.4.4-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.5-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>