Bump versions by x.(y+1).z 34/111334/1 master
authorjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 9 Apr 2024 12:49:43 +0000 (12:49 +0000)
committerjenkins-releng <jenkins-releng@opendaylight.org>
Tue, 9 Apr 2024 12:49:43 +0000 (12:49 +0000)
Change-Id: I7da85702f1db1a849c50b621004057d465680ce1
Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org>
25 files changed:
artifacts/pom.xml
commons/build_tools/pom.xml
commons/parent/pom.xml
docs/conf.yaml
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-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/pom.xml
mappingservice/shell/pom.xml
mappingservice/southbound/pom.xml
pom.xml

index 2b99bc9e04705fbfd6361d4e1fb6997c03bcba02..153e0763f4ed0362011bff0719302efc6721d383 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 1e27ab360d00650ad580ac3ccbe18ee5f992dc7d..bb1bf966a5f01cae1743d1bad95319a52a48cc6a 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
     <relativePath>../parent</relativePath>
   </parent>
 
index f31572c126f364e4f4e72ed6c24ef0b7bb42fbef..20cb1c3e4ebe31ff3cb29d27f196168414cb2eff 100644 (file)
@@ -21,7 +21,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>lispflowmapping-commons</artifactId>
-  <version>1.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -30,9 +30,9 @@
   <properties>
     <build.suffix>1.0.0</build.suffix>
     <forwardingrulesmanager.version>0.5.0</forwardingrulesmanager.version>
-    <lispflowmapping.version>1.19.0-SNAPSHOT</lispflowmapping.version>
-    <nsf.version>0.22.0-SNAPSHOT</nsf.version>
-    <sal.version>0.26.0-SNAPSHOT</sal.version>
+    <lispflowmapping.version>1.20.0-SNAPSHOT</lispflowmapping.version>
+    <nsf.version>0.23.0-SNAPSHOT</nsf.version>
+    <sal.version>0.27.0-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>
index fdcf9abf2c297800fbc40c1c43970a6ca6457ee9..84b3d7ab3e010e54109823d79163969099b27784 100644 (file)
@@ -1,3 +1,3 @@
 project_cfg: opendaylight
 project: LISP Flow Mapping
-version: Potassium
+version: Calcium
index 120ae9faf2ad1ed01783348f976c3c430ecef8f9..e8b3b0d67da9f07e953a1121b963f110728c6c5b 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 4934186af0074c828fddcda489ec380defb10b99..e26125b2cb9e570d072dbebe32954cc4153d63ee 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 1836c5769214d3a06119acfc78f5cba9842cea94..397af39d3fe937bc844f487df2c63696d346a9bf 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 e3b48ab8d117610d574dadd975322b605440daee..5c88ca572a1ad82ede88e727b90171d7fe1db35c 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 82e8a8bec96906835c7650f13916cad24432cd9f..5f8bd194a0a57f05346d8882656c13bc753eb6a4 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 a5a19727ffbfc519f2719e64edf0a324234c2746..73358bff45c3eb8454195152a71d127adc4d6052 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 26651ae108482c44e12bb8251b816bead2c763c6..c8eb6a038997a29132fc7fbe05589c41b8d2ede3 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-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 7fcfd92dc8ad5c20046e3e860427c91118085f21..6a9fd854a82dc8c53e369abf44a1af91b05e1395 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 45616160ea8f80ac84f9c621ee83e482a2633742..5568a1cd77ca2fb36f19128735970c29edff608a 100644 (file)
@@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.integrationtest</artifactId>
-  <version>1.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
@@ -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.19.0-SNAPSHOT</karaf.distro.version>
+    <karaf.distro.version>1.20.0-SNAPSHOT</karaf.distro.version>
     <karaf.distro.type>zip</karaf.distro.type>
   </properties>
 
index 513e405131c23cbfcf8448704c0262a68bd92002..c530b7e1c71d0492ef0d7af8fa9b9d214d11296f 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
   <name>ODL :: lispflowmapping :: ${project.artifactId}</name>
index b7ecfad1ac5573ce8e3b32556b8728d473ee0330..2b64398f67f2407efc06128b86c0c5ae45d647fd 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice.api</artifactId>
-  <version>1.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 201458de99160f5a6a9deec488abb9c9b4254a7a..46d0d065f2ca854e20e46216eb4a9634619bc3db 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.config</artifactId>
@@ -22,7 +22,7 @@
     <dependency>
       <groupId>org.opendaylight.lispflowmapping</groupId>
       <artifactId>mappingservice.api</artifactId>
-      <version>1.19.0-SNAPSHOT</version>
+      <version>1.20.0-SNAPSHOT</version>
     </dependency>
   </dependencies>
 </project>
index 31b5abb4fcb9f0a52f4f9e822150a5afd4d9820e..e82190bbe77d89429bd2b9cd2eedabfda313b44f 100644 (file)
@@ -13,7 +13,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.dsbackend</artifactId>
index 2692504cbe11368832c13c5f99807c5c479ac5b7..7e1555ca4ab7f2f9df387ba419edefc22c5974da 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.implementation</artifactId>
index 6c4371b8026b6b097361f33b98d70da536042661..cd5fd8c626d675f7cc87b113f4ab93ed449cabf2 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.inmemorydb</artifactId>
index dc0285baadd64c5dd001f748e5e449fa03c802c6..7ca29cff59e3baeb879c44dbfe784169651dc5db 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.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index fc0c98258d778f28ce655f8b8372c40088fb2286..b1a5573feb9d88c7dd30f02aa1ab118bfc2b4d99 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.mapcache</artifactId>
index ab496b1875849de20b41f508c26758c71e3cb412..683d27041226f7e8a03096663383710fde2bae90 100644 (file)
@@ -11,7 +11,7 @@
 
   <groupId>org.opendaylight.lispflowmapping</groupId>
   <artifactId>mappingservice-parent</artifactId>
-  <version>1.19.0-SNAPSHOT</version>
+  <version>1.20.0-SNAPSHOT</version>
   <packaging>pom</packaging>
   <!-- <name> formatting is used by autorelease to parse and notify projects on
        build failure. Please do not modify this unless you have a good reason. -->
index 521df46745145bd4f7118c29c68e8aff71912d66..2bee422be1819bac6f016afe05a479d3c7ef874c 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.shell</artifactId>
index 91ef7ee84852a7c6c62b008f40e7f041dc7a2f63..5490e7fcbfc9f55e484da994cbb0447cd1c07979 100644 (file)
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>mappingservice-parent</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
   </parent>
 
   <artifactId>mappingservice.southbound</artifactId>
diff --git a/pom.xml b/pom.xml
index 9550923677014db13b9a31f67bca5941bcd73b4a..c5c6c784584efd6d762eecd032d5d0432e60d108 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
   <parent>
     <groupId>org.opendaylight.lispflowmapping</groupId>
     <artifactId>lispflowmapping-commons</artifactId>
-    <version>1.19.0-SNAPSHOT</version>
+    <version>1.20.0-SNAPSHOT</version>
     <relativePath>commons/parent</relativePath>
   </parent>