Bump versions by x.y.(z+1) 69/85469/1
authorjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 1 Nov 2019 06:04:49 +0000 (06:04 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Fri, 1 Nov 2019 06:04:49 +0000 (06:04 +0000)
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
Change-Id: I8a4a28ca2438c91b80176d0f0d337c1208dfb530

27 files changed:
artifacts/pom.xml
commons/build_tools/pom.xml
commons/parent/pom.xml
commons/unittest_tools/pom.xml
features/features-lispflowmapping/pom.xml
features/odl-lispflowmapping-inmemorydb/pom.xml
features/odl-lispflowmapping-mappingservice-shell/pom.xml
features/odl-lispflowmapping-mappingservice/pom.xml
features/odl-lispflowmapping-models/pom.xml
features/odl-lispflowmapping-msmr/pom.xml
features/odl-lispflowmapping-neutron/pom.xml
features/odl-lispflowmapping-southbound/pom.xml
features/pom.xml
integrationtest/pom.xml
lispflowmapping-karaf/pom.xml
mappingservice/api/pom.xml
mappingservice/config/pom.xml
mappingservice/dsbackend/pom.xml
mappingservice/implementation/pom.xml
mappingservice/inmemorydb/pom.xml
mappingservice/lisp-proto/pom.xml
mappingservice/mapcache/pom.xml
mappingservice/neutron/pom.xml
mappingservice/pom.xml
mappingservice/shell/pom.xml
mappingservice/southbound/pom.xml
pom.xml

index 9ed6ff824d396a51e57c94b7e5aa92c42072ada6..6482268466ce2b39169d6078b1ffc77a3fc4bbd6 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-artifacts</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 42549f2cd0390b4e9c13097d15477ebe035c6982..2b2df9a1c026fe681d18acb7fd0a7f5c258b5d30 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index 1c67b65d199d4205fe42d327ef0804b40093e98e..05a609650de5b2aad5e4619f8f7c64ae6754b040 100644 (file)
@@ -21,7 +21,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-commons</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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. -->
   <properties>
     <branding.version>2.0.2</branding.version>
     <build.suffix>1.0.0</build.suffix>
-    <config.version>0.11.1-SNAPSHOT</config.version>
+    <config.version>0.11.2-SNAPSHOT</config.version>
     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
-    <lispflowmapping.version>1.10.1-SNAPSHOT</lispflowmapping.version>
-    <mdsal.version>1.10.1-SNAPSHOT</mdsal.version>
-    <neutron.version>0.13.1-SNAPSHOT</neutron.version>
-    <nsf.version>0.13.1-SNAPSHOT</nsf.version>
-    <restconf.version>1.10.1-SNAPSHOT</restconf.version>
-    <sal.version>0.17.1-SNAPSHOT</sal.version>
+    <lispflowmapping.version>1.10.2-SNAPSHOT</lispflowmapping.version>
+    <mdsal.version>1.10.2-SNAPSHOT</mdsal.version>
+    <neutron.version>0.13.2-SNAPSHOT</neutron.version>
+    <nsf.version>0.13.2-SNAPSHOT</nsf.version>
+    <restconf.version>1.10.2-SNAPSHOT</restconf.version>
+    <sal.version>0.17.2-SNAPSHOT</sal.version>
     <salGeneratorPath>src/main/yang-gen-sal</salGeneratorPath>
     <statisticsmanager.version>0.5.0</statisticsmanager.version>
     <yang.src.path>src/main/yang</yang.src.path>
@@ -97,7 +97,7 @@
       <dependency>
         <groupId>org.opendaylight.controller</groupId>
         <artifactId>threadpool-config-impl</artifactId>
-        <version>0.11.1-SNAPSHOT</version>
+        <version>0.11.2-SNAPSHOT</version>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.lispflowmapping</groupId>
index bde7a286e53c48fe8b550493166cf049a37d39af..d5a96dafffaf362643b5b2bb0be36525947098b1 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f4375c4532e5030e89e6cd886663b261aaac1543..69ea806717b6a47e013d11e42e3493669d8a97a5 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-lispflowmapping</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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 88cc84dba7632600f4995db7876e5cefd09abbab..e6095ec502062e6079d88ab2a9f2298b9ceb60a6 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-inmemorydb</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
index fd5b6a0f3b04ba5eb54af42dc2e2f547e8ff3e95..ed71ad88421d8767395aba6cff081a4725439aee 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-mappingservice-shell</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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 4f3764906cb46503868af6350827df5969cf2537..96d4514dc3f17c6c074bbe100112768785843e2c 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-mappingservice</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -28,14 +28,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
index 4ac8c20e0b7cbce6b906e300979770fa2f5e2b80..b1bde06c92cad00a321751093465f77562fc9a55 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-models</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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 c223f421acc33ba2d0df24cc5aa2591d1480db50..590e2b080ae5b06534dbeb5d2a435ae565281e95 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-msmr</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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 7ff4f2f562ccb6f1db7787c1575a712b419ccc2b..4bdd6df44d7b44d2f4073d26522b58786e67bff7 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-neutron</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -52,21 +52,21 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>odl-neutron-service</artifactId>
-      <version>0.13.1-SNAPSHOT</version>
+      <version>0.13.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-netconf-tcp</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
+      <version>1.7.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-netconf-clustered-topology</artifactId>
-      <version>1.7.1-SNAPSHOT</version>
+      <version>1.7.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
index b6925c240566e6bb61c50bd7a08b48b8bb8ed840..90dadba5a36d5267814d941d1ad81479ad731490 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>odl-lispflowmapping-southbound</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-SNAPSHOT</version>
   <packaging>feature</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. -->
@@ -28,14 +28,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <dependency>
       <groupId>org.opendaylight.netconf</groupId>
       <artifactId>odl-restconf</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.controller</groupId>
       <artifactId>odl-mdsal-broker</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
       <type>xml</type>
       <classifier>features</classifier>
     </dependency>
index 11f6e655c0b6ca4995e3f17a87d05c55982c9a65..f756554679d4e0ccf071c8a3b983fff78e0879e5 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>features-aggregator</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 9ca58e5e65b4b671631625b8b8709c502285e356..0082b4622ee86cc7b6e5b9c62040cd40efbcd6ac 100644 (file)
@@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <parent>
     <groupId>org.opendaylight.controller</groupId>
     <artifactId>mdsal-it-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
     <relativePath/>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.integrationtest</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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. -->
@@ -28,7 +28,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
     <skipITs>false</skipITs>
     <karaf.distro.groupId>org.opendaylight.lispflowmapping</karaf.distro.groupId>
     <karaf.distro.artifactId>lispflowmapping-karaf</karaf.distro.artifactId>
-    <karaf.distro.version>1.10.1-SNAPSHOT</karaf.distro.version>
+    <karaf.distro.version>1.10.2-SNAPSHOT</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
   </properties>
 
index d2fef6b3484a4a54e53788fbc16d23f1c0a84b77..9731ff10ce3ea986fd43d9081e9479f6c2eaa470 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-karaf</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 :: lispflowmapping :: ${project.artifactId}</name>
index 82be2ecf9831b5c99d79c6157eb9d3a485873556..da710f037e4146a35213614f61558f31c1b2d291 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.api</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 67a80041bf09155897d665d1ef5e154ce9fc9258..333a8e7dfc5f59a3f27b9b36823d6f56433abffb 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.config</artifactId>
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>1.10.1-SNAPSHOT</version>
+      <version>1.10.2-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
index 24df07aaf50e04537f25c72bf8a7393de5c289e3..e7501290610d03c7527115c495edb40dc75a20eb 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.dsbackend</artifactId>
index 070077e254b3c3c558e776e5dfb39e49364b8b99..f699d42ad004cf683704122824cdd42e20b6d463 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.implementation</artifactId>
index 9d5943413bdefaef00dafab12fac9d73947c2b6e..14200517d6666d7a60951273e41c4a78e7c90b20 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.inmemorydb</artifactId>
index 35fe1727d4725f7c29221ed7e930473c1cbf10b8..8d074e86969176db54921921aa6f5abfb9e7c29c 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.lisp-proto</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 839e51f0ed9fa94445064bc0eb873ce499249611..88a14b7d753f48a5a91ae22706b30481ca95e134 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
index 36f575221614563cb343a7e423f477cd962eaaea..e9d5155caf0f4812a00e04a224aac1709bf5460b 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.neutron</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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. -->
       <dependency>
         <groupId>org.opendaylight.lispflowmapping</groupId>
         <artifactId>lispflowmapping-artifacts</artifactId>
-        <version>1.10.1-SNAPSHOT</version>
+        <version>1.10.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
       <dependency>
         <groupId>org.opendaylight.netconf</groupId>
         <artifactId>netconf-artifacts</artifactId>
-        <version>1.7.1-SNAPSHOT</version>
+        <version>1.7.2-SNAPSHOT</version>
         <type>pom</type>
         <scope>import</scope>
       </dependency>
@@ -52,7 +52,7 @@
     <dependency>
       <groupId>org.opendaylight.neutron</groupId>
       <artifactId>model</artifactId>
-      <version>0.13.1-SNAPSHOT</version>
+      <version>0.13.2-SNAPSHOT</version>
     </dependency>
     <dependency>
       <groupId>org.opendaylight.mdsal.model</groupId>
index dde2ee5c83ae938407b05eee78e035cd861c1cbf..191f7163c39204523f0a6b0005cbc02edfbae08b 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice-parent</artifactId>
-  <version>1.10.1-SNAPSHOT</version>
+  <version>1.10.2-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 94303aa147f306ca9b15d5f0407865371e2143d7..81c5ce21031dc254f03baaa6612e31db3c1f3b2d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.shell</artifactId>
index d52ed9c00b4914ae14cabe54c4b0413cc1e9059a..c24bc986cc741d51b117d0a3db676a0be121a39d 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.southbound</artifactId>
diff --git a/pom.xml b/pom.xml
index a0f5a3d6f3faaa5a583f564a0d20a4e801a93f6b..a0c9e04dc46a3d6c9d68d29f30d57d89ba5fb771 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.10.1-SNAPSHOT</version>
+    <version>1.10.2-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>