Bump versions by x.y.(z+1) 76/57876/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 18:18:08 +0000 (18:18 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Thu, 25 May 2017 21:43:55 +0000 (21:43 +0000)
Change-Id: Ie6aac5c23d60fa74e41dbbdc907b9966c4629b02
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 96599e28b29e65bd41d6db8094ae295d26eac0c6..ff9832d9c83e7d4bcb027861ae876a9c5bb557dc 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index e9d9c5a34d026e3752fad49ed5e863f1c4e846b4..1a8f13ad9de83d371ac4398f1a72959cabd63f8c 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.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-artifacts</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 fd82594c8ff8ab3903bc0254188e0ceff0cd5d17..6c378bb61d5e9f26baa07412902302980deb55cd 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.0-SNAPSHOT</version>
+        <version>0.6.1-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.0-SNAPSHOT</version>
+    <version>0.2.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <build>
         <plugins>
index 4773055b6dc3bb87fb82c2954fc4f9eb5d22b9f8..5e9d22323368edd29461ba59e2d96ea78f062cca 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.0-SNAPSHOT</version>
+        <version>0.6.1-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.0-SNAPSHOT</version>
+    <version>0.2.1-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 e3a7417bd22dceb451287f76d53da14c449fe765..75c8af62308761ff02cc53bc51f50ec13d9024f7 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>cisco-xrmodels</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 8ea111d34051a3f83e2a0a1089784c3d92fcd2ec..4eb84d380edea198d900a5f5f48370ff5e56cc4f 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.0-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-cli</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 82e3a7d87e882562bfcf590f7c15d5cda1f8b8b4..7c38f298aa3332809e1f3f431e09f9c83d76de7f 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-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.0-SNAPSHOT</version>
+            <version>0.2.1-SNAPSHOT</version>
         </dependency>
     </dependencies>
     <build>
index fb9ec3aa2c8ad7e23ac39ee6e080b60b5552ae7c..7cef5ebeb7ce69bbc0caa03106e679c321703b67 100644 (file)
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>cpeui</artifactId>
         <groupId>org.opendaylight.unimgr</groupId>
-        <version>0.2.0-SNAPSHOT</version>
+        <version>0.2.1-SNAPSHOT</version>
     </parent>
     <artifactId>cpeui-module</artifactId>
     <packaging>jar</packaging>
index b4293568f9ea6c861a85a24ace8b6e689b4be048..cece6ab5e7b160a6bd03b2da627dd0c5684177bc 100644 (file)
@@ -4,7 +4,7 @@
     <packaging>pom</packaging>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>cpeui</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-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.0-SNAPSHOT</dlux.loader.version>
+        <dlux.loader.version>0.5.1-SNAPSHOT</dlux.loader.version>
     </properties>
 
 
index 5ecade3af82b9fe0b8bc1ab25dc3009ec8f22806..428e0452acbf4cfe2b27aa279a1b667c5475f0ae 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.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>dlux</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 574411aefc899397742007238231234e288ebd2a..5d9dfb415d51bd608fea222f062e9e70fa78b8d0 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>edgeassure-1000</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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.0-SNAPSHOT</version>
+      <version>0.2.1-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index 6539dd8bc58b36bf1904f2e7e3e1d06af41e6023..89736c52287c4cc729b632fffc0fdc23d5da6198 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>features-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-features</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
   <dependencyManagement>
     <dependencies>
index ba41423e5e24d20d0c831c2614ad56b244293252..021f64f9e1027e3f1553809add2a1fd20354ba06 100644 (file)
@@ -6,13 +6,13 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>feature-repo-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>features4-unimgr</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <dependencies>
index 8bcc178d1173791c5201c35155f38282be4722d4..c686b5deceb8ba6a3c5ab30a32d17cd113874fc4 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 7956696fe7fad0ce44c75a2845088c57c8ccdb72..02fccdd2448f47ce080d08b1ffb727dabbd2fe09 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xe-driver</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 40285b9cf1e1925dfda04ed47530514ec8c62a04..cc14ff5774a74cbab9b7d342f04902444577d6ab 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-cisco-xr-driver</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index d7444b7047c5a9d3ae400e221a56c19135fe19aa..71c0618cbab7083a127d67d4a7cd51a51a017633 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-console</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index b5db5629c2d211d6e88b68dd2b166e0d50374c6b..fe72eb7366017de270a9901d4ec9876311963be2 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-dlux</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index ef3b8572e18845e743b1b0a292e484f90c27fba1..9c0acaf3747ef847d9a7c5c858ccea55a9b97f55 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-netvirt</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 34459d53db2c7a5006a19e777db96bb88a758fed..685b462593ce65b8d82c86ffe2b44bdd54601a75 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ovs-driver</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 0aaa2b8549b06ac63446bbca5808029adc3ae891..dc639e3f4f921c39c3dfbe821e859a42747d6744 100755 (executable)
@@ -8,19 +8,19 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-presto-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
   
   <properties>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
   </properties>  
 
   <dependencies>
index 81aaaf6a4294db681e0a57336c7c0cc90f000a34..661563159bbdbfe9e883f88ce36d2de1108adbe2 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-rest</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index d3e7b08ec7f311ac647ca585d28b17343e911d09..fc4b02ff7b90362c9e99faffc8cb326378188efa 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr-ui</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 8459dddc5c42ad4f85538bf7a88b1de6889cb0f2..d7d6b50d7d5813f2c08261ca2f54d3510ce3b59c 100755 (executable)
@@ -8,35 +8,35 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>single-feature-parent</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>odl-unimgr</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>feature</packaging>
 
   <name>ODL :: unimgr :: ${project.artifactId}</name>
   <modelVersion>4.0.0</modelVersion>
 
   <properties>
-    <mdsal.version>1.5.0-SNAPSHOT</mdsal.version>
-    <controller.mdsal.version>1.5.0-SNAPSHOT</controller.mdsal.version>
-    <restconf.version>1.5.0-SNAPSHOT</restconf.version>
-    <yangtools.version>1.1.0-SNAPSHOT</yangtools.version>
-    <dlux.version>0.5.0-SNAPSHOT</dlux.version>
-    <dluxapps.version>0.5.0-SNAPSHOT</dluxapps.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
-    <netvirt.version>1.4.0-SNAPSHOT</netvirt.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
-    <mdsal.model.version>0.10.0-SNAPSHOT</mdsal.model.version>
-    <netconf.version>1.2.0-SNAPSHOT</netconf.version>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <l2switch.version>0.5.0-SNAPSHOT</l2switch.version>
+    <mdsal.version>1.5.1-SNAPSHOT</mdsal.version>
+    <controller.mdsal.version>1.5.1-SNAPSHOT</controller.mdsal.version>
+    <restconf.version>1.5.1-SNAPSHOT</restconf.version>
+    <yangtools.version>1.1.1-SNAPSHOT</yangtools.version>
+    <dlux.version>0.5.1-SNAPSHOT</dlux.version>
+    <dluxapps.version>0.5.1-SNAPSHOT</dluxapps.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <netvirt.version>1.4.1-SNAPSHOT</netvirt.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
+    <mdsal.model.version>0.10.1-SNAPSHOT</mdsal.model.version>
+    <netconf.version>1.2.1-SNAPSHOT</netconf.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <l2switch.version>0.5.1-SNAPSHOT</l2switch.version>
     <configfile.directory>etc/opendaylight/karaf</configfile.directory>
-    <openflowplugin.version>0.4.0-SNAPSHOT</openflowplugin.version>
-    <openflowjava.version>0.9.0-SNAPSHOT</openflowjava.version>
-    <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+    <openflowplugin.version>0.4.1-SNAPSHOT</openflowplugin.version>
+    <openflowjava.version>0.9.1-SNAPSHOT</openflowjava.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>
index 8bed3d501c1afcb6521b3a49f1e483fbdb08ada6..0fd7529230d983960f9a38e4b7a5f27fa2757636 100644 (file)
@@ -8,12 +8,12 @@
   <parent>
     <groupId>org.opendaylight.odlparent</groupId>
     <artifactId>odlparent-lite</artifactId>
-    <version>1.8.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath />
   </parent>
   <groupId>org.opendaylight.unimgr</groupId>  
   <artifactId>features-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 d2fc4238c7fc24c872ec54a67241349121d8b503..f2a4e6309fb17a38bb285af06ea71f0f9c0c12b6 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.0-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
-        <ovsdb.version>1.4.0-SNAPSHOT</ovsdb.version>
+        <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>unimgr-impl</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-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.0-SNAPSHOT</version>
+            <version>1.2.1-SNAPSHOT</version>
         </dependency>
 
         <!-- dependencies to use AbstractDataBrokerTest -->
index 3081641cc22f0cedcae2fbc82ed5ec121627da6a..208e8811d8094f7906eec9681f17eeba7bac1cd9 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.0-SNAPSHOT</version>
+    <version>1.5.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-it</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 0b8b70891ef367f2bc2fc1e127f382abc628d127..9780924e89a7d2a2480b459004a85c163456b7ba 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.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-karaf</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 b694455481b1f68912687f8f8147fcf3dfaef03e..8ec34f8e70daad37f960700ead7636364255f25e 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-legato-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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.0-SNAPSHOT</ovsdb.version>
-    <vpnservice.version>0.4.0-SNAPSHOT</vpnservice.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
+    <vpnservice.version>0.4.1-SNAPSHOT</vpnservice.version>
   </properties>
 
   <dependencies>
index d819f5af08099fead110e172cdc7d6ce9333235f..59dd0732cbcdcc8b25e00ba8c1b58c217ec8636d 100644 (file)
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>config-parent</artifactId>
-    <version>0.6.0-SNAPSHOT</version>
+    <version>0.6.1-SNAPSHOT</version>
     <relativePath />
   </parent>
 
   <properties>
-    <genius.version>0.2.0-SNAPSHOT</genius.version>
-    <vpnservices.version>0.4.0-SNAPSHOT</vpnservices.version>
+    <genius.version>0.2.1-SNAPSHOT</genius.version>
+    <vpnservices.version>0.4.1-SNAPSHOT</vpnservices.version>
   </properties>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-netvirt</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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 b57331a71b14ceaf92f19093d6796447e31b6725..0db085881aa9161c6a6c5e895103b63db43ffb47 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-nrp-tapi-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <dependencies>
index 40083158cc975a7478d7dfe86f810bf106a06b33..2079320c7107bb7a9dc6461db8b5dfb0cf22e36f 100755 (executable)
@@ -6,20 +6,20 @@
     <parent>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>config-parent</artifactId>
-        <version>0.6.0-SNAPSHOT</version>
+        <version>0.6.1-SNAPSHOT</version>
         <relativePath/>
     </parent>
 
     <properties>
         <checkstyle.skip>true</checkstyle.skip>
         <powermock.version>1.6.4</powermock.version>
-        <openflow.version>0.4.0-SNAPSHOT</openflow.version>
+        <openflow.version>0.4.1-SNAPSHOT</openflow.version>
     </properties>
 
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.opendaylight.unimgr</groupId>
     <artifactId>ovs-driver</artifactId>
-    <version>0.2.0-SNAPSHOT</version>
+    <version>0.2.1-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 ebc0ceb8ffdcae7fc01c43f325b632544cd4415d..8cfa05717e5338e49be8c95e979c177213b63755 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.0-SNAPSHOT</version>
+    <version>1.8.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-aggregator</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-SNAPSHOT</version>
   <name>unimgr</name>
   <packaging>pom</packaging>
   <modelVersion>4.0.0</modelVersion>
index a425754d9bd69426cc32d08aaa623e31b3859192..54ada1b08e511e8252d8c26669b7e2ea0ab21e0e 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.0-SNAPSHOT</version>
+    <version>0.10.1-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.unimgr</groupId>
   <artifactId>unimgr-presto-api</artifactId>
-  <version>0.2.0-SNAPSHOT</version>
+  <version>0.2.1-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.0-SNAPSHOT</ovsdb.version>
+    <ovsdb.version>1.4.1-SNAPSHOT</ovsdb.version>
   </properties>
 
   <dependencies>