From 599fa9de45a694c66953c5d15e8a2b1628766e62 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Tue, 25 Mar 2025 08:10:51 +0000 Subject: [PATCH 1/2] Bump versions by x.y.(z+1) Change-Id: I07c52ffb25f27688dedf95408986b0e8879b7f20 Signed-off-by: jenkins-releng <jenkins-releng@opendaylight.org> --- artifacts/pom.xml | 2 +- commons/build_tools/pom.xml | 2 +- commons/parent/pom.xml | 8 ++++---- features/features-lispflowmapping/pom.xml | 2 +- features/odl-lispflowmapping-inmemorydb/pom.xml | 2 +- features/odl-lispflowmapping-mappingservice-shell/pom.xml | 2 +- features/odl-lispflowmapping-mappingservice/pom.xml | 2 +- features/odl-lispflowmapping-models/pom.xml | 2 +- features/odl-lispflowmapping-msmr/pom.xml | 2 +- features/odl-lispflowmapping-southbound/pom.xml | 2 +- features/pom.xml | 2 +- integrationtest/pom.xml | 4 ++-- lispflowmapping-karaf/pom.xml | 2 +- mappingservice/api/pom.xml | 2 +- mappingservice/config/pom.xml | 4 ++-- mappingservice/dsbackend/pom.xml | 2 +- mappingservice/implementation/pom.xml | 2 +- mappingservice/inmemorydb/pom.xml | 2 +- mappingservice/lisp-proto/pom.xml | 2 +- mappingservice/mapcache/pom.xml | 2 +- mappingservice/pom.xml | 2 +- mappingservice/shell/pom.xml | 2 +- mappingservice/southbound/pom.xml | 2 +- pom.xml | 2 +- 24 files changed, 29 insertions(+), 29 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index c4105d0d..cf83b5c0 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index f3a212f9..7d3fe854 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> <relativePath>../parent</relativePath> </parent> diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 669b1540..2740489e 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -21,7 +21,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-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.20.2-SNAPSHOT</lispflowmapping.version> - <nsf.version>0.23.2-SNAPSHOT</nsf.version> - <sal.version>0.27.2-SNAPSHOT</sal.version> + <lispflowmapping.version>1.20.3-SNAPSHOT</lispflowmapping.version> + <nsf.version>0.23.3-SNAPSHOT</nsf.version> + <sal.version>0.27.3-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> diff --git a/features/features-lispflowmapping/pom.xml b/features/features-lispflowmapping/pom.xml index fdf34019..15931d69 100644 --- a/features/features-lispflowmapping/pom.xml +++ b/features/features-lispflowmapping/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-inmemorydb/pom.xml b/features/odl-lispflowmapping-inmemorydb/pom.xml index e3febcd0..74264ac0 100644 --- a/features/odl-lispflowmapping-inmemorydb/pom.xml +++ b/features/odl-lispflowmapping-inmemorydb/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-mappingservice-shell/pom.xml b/features/odl-lispflowmapping-mappingservice-shell/pom.xml index 05643e65..43972543 100644 --- a/features/odl-lispflowmapping-mappingservice-shell/pom.xml +++ b/features/odl-lispflowmapping-mappingservice-shell/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml index 16167427..b7ee960e 100644 --- a/features/odl-lispflowmapping-mappingservice/pom.xml +++ b/features/odl-lispflowmapping-mappingservice/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml index e4d7f8d7..83a5b936 100644 --- a/features/odl-lispflowmapping-models/pom.xml +++ b/features/odl-lispflowmapping-models/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-msmr/pom.xml b/features/odl-lispflowmapping-msmr/pom.xml index 8319cd95..18a2d272 100644 --- a/features/odl-lispflowmapping-msmr/pom.xml +++ b/features/odl-lispflowmapping-msmr/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml index e0b14a45..8074ad49 100644 --- a/features/odl-lispflowmapping-southbound/pom.xml +++ b/features/odl-lispflowmapping-southbound/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/features/pom.xml b/features/pom.xml index b47fa149..3ffd489c 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 8fcef7ea..5633ed04 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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.20.2-SNAPSHOT</karaf.distro.version> + <karaf.distro.version>1.20.3-SNAPSHOT</karaf.distro.version> <karaf.distro.type>zip</karaf.distro.type> </properties> diff --git a/lispflowmapping-karaf/pom.xml b/lispflowmapping-karaf/pom.xml index d4b4ee52..b8bb89e1 100644 --- a/lispflowmapping-karaf/pom.xml +++ b/lispflowmapping-karaf/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 1e3554a8..63e6ed51 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -11,7 +11,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice.api</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-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/mappingservice/config/pom.xml b/mappingservice/config/pom.xml index 30142632..5b6e997e 100644 --- a/mappingservice/config/pom.xml +++ b/mappingservice/config/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.config</artifactId> @@ -22,7 +22,7 @@ <dependency> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice.api</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </dependency> </dependencies> </project> diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml index 09fa2629..71174531 100644 --- a/mappingservice/dsbackend/pom.xml +++ b/mappingservice/dsbackend/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.dsbackend</artifactId> diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 71bed794..5b630ba8 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.implementation</artifactId> diff --git a/mappingservice/inmemorydb/pom.xml b/mappingservice/inmemorydb/pom.xml index 2a3026c3..f2102610 100644 --- a/mappingservice/inmemorydb/pom.xml +++ b/mappingservice/inmemorydb/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.inmemorydb</artifactId> diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml index b6405339..6930cb31 100644 --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@ -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.20.2-SNAPSHOT</version> + <version>1.20.3-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/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml index 476d3884..29930285 100644 --- a/mappingservice/mapcache/pom.xml +++ b/mappingservice/mapcache/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.mapcache</artifactId> diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index 971f4e33..a957b0eb 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -11,7 +11,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-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. --> diff --git a/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml index eba034e2..36f6e563 100644 --- a/mappingservice/shell/pom.xml +++ b/mappingservice/shell/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.shell</artifactId> diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index 6bd73a01..859b4eab 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> </parent> <artifactId>mappingservice.southbound</artifactId> diff --git a/pom.xml b/pom.xml index 999ac0f5..b29ca0dc 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.2-SNAPSHOT</version> + <version>1.20.3-SNAPSHOT</version> <relativePath>commons/parent</relativePath> </parent> -- 2.34.1 From 9eb4798dc75299180aeafff4eee9db4e7b4283f8 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Tue, 25 Mar 2025 08:26:50 +0000 Subject: [PATCH 2/2] Release Validate --- artifacts/pom.xml | 2 +- commons/build_tools/pom.xml | 2 +- commons/parent/pom.xml | 8 ++++---- features/features-lispflowmapping/pom.xml | 2 +- features/odl-lispflowmapping-inmemorydb/pom.xml | 2 +- features/odl-lispflowmapping-mappingservice-shell/pom.xml | 2 +- features/odl-lispflowmapping-mappingservice/pom.xml | 2 +- features/odl-lispflowmapping-models/pom.xml | 2 +- features/odl-lispflowmapping-msmr/pom.xml | 2 +- features/odl-lispflowmapping-southbound/pom.xml | 2 +- features/pom.xml | 2 +- integrationtest/pom.xml | 4 ++-- lispflowmapping-karaf/pom.xml | 2 +- mappingservice/api/pom.xml | 2 +- mappingservice/config/pom.xml | 4 ++-- mappingservice/dsbackend/pom.xml | 2 +- mappingservice/implementation/pom.xml | 2 +- mappingservice/inmemorydb/pom.xml | 2 +- mappingservice/lisp-proto/pom.xml | 2 +- mappingservice/mapcache/pom.xml | 2 +- mappingservice/pom.xml | 2 +- mappingservice/shell/pom.xml | 2 +- mappingservice/southbound/pom.xml | 2 +- pom.xml | 2 +- 24 files changed, 29 insertions(+), 29 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index cf83b5c0..5068e5cf 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/commons/build_tools/pom.xml b/commons/build_tools/pom.xml index 7d3fe854..a16a5758 100644 --- a/commons/build_tools/pom.xml +++ b/commons/build_tools/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> <relativePath>../parent</relativePath> </parent> diff --git a/commons/parent/pom.xml b/commons/parent/pom.xml index 2740489e..a3f7a610 100644 --- a/commons/parent/pom.xml +++ b/commons/parent/pom.xml @@ -21,7 +21,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</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.20.3-SNAPSHOT</lispflowmapping.version> - <nsf.version>0.23.3-SNAPSHOT</nsf.version> - <sal.version>0.27.3-SNAPSHOT</sal.version> + <lispflowmapping.version>1.20.3</lispflowmapping.version> + <nsf.version>0.23.3</nsf.version> + <sal.version>0.27.3</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> diff --git a/features/features-lispflowmapping/pom.xml b/features/features-lispflowmapping/pom.xml index 15931d69..e27434ba 100644 --- a/features/features-lispflowmapping/pom.xml +++ b/features/features-lispflowmapping/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-inmemorydb/pom.xml b/features/odl-lispflowmapping-inmemorydb/pom.xml index 74264ac0..121a2308 100644 --- a/features/odl-lispflowmapping-inmemorydb/pom.xml +++ b/features/odl-lispflowmapping-inmemorydb/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-mappingservice-shell/pom.xml b/features/odl-lispflowmapping-mappingservice-shell/pom.xml index 43972543..ee0fb45a 100644 --- a/features/odl-lispflowmapping-mappingservice-shell/pom.xml +++ b/features/odl-lispflowmapping-mappingservice-shell/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-mappingservice/pom.xml b/features/odl-lispflowmapping-mappingservice/pom.xml index b7ee960e..1025216f 100644 --- a/features/odl-lispflowmapping-mappingservice/pom.xml +++ b/features/odl-lispflowmapping-mappingservice/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-models/pom.xml b/features/odl-lispflowmapping-models/pom.xml index 83a5b936..b9b607e7 100644 --- a/features/odl-lispflowmapping-models/pom.xml +++ b/features/odl-lispflowmapping-models/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-msmr/pom.xml b/features/odl-lispflowmapping-msmr/pom.xml index 18a2d272..345675e6 100644 --- a/features/odl-lispflowmapping-msmr/pom.xml +++ b/features/odl-lispflowmapping-msmr/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/odl-lispflowmapping-southbound/pom.xml b/features/odl-lispflowmapping-southbound/pom.xml index 8074ad49..9c416618 100644 --- a/features/odl-lispflowmapping-southbound/pom.xml +++ b/features/odl-lispflowmapping-southbound/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/features/pom.xml b/features/pom.xml index 3ffd489c..f1d87a0c 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/integrationtest/pom.xml b/integrationtest/pom.xml index 5633ed04..62f42cce 100644 --- a/integrationtest/pom.xml +++ b/integrationtest/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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.20.3-SNAPSHOT</karaf.distro.version> + <karaf.distro.version>1.20.3</karaf.distro.version> <karaf.distro.type>zip</karaf.distro.type> </properties> diff --git a/lispflowmapping-karaf/pom.xml b/lispflowmapping-karaf/pom.xml index b8bb89e1..f9795c86 100644 --- a/lispflowmapping-karaf/pom.xml +++ b/lispflowmapping-karaf/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/mappingservice/api/pom.xml b/mappingservice/api/pom.xml index 63e6ed51..225ee192 100644 --- a/mappingservice/api/pom.xml +++ b/mappingservice/api/pom.xml @@ -11,7 +11,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice.api</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</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/mappingservice/config/pom.xml b/mappingservice/config/pom.xml index 5b6e997e..0ac73743 100644 --- a/mappingservice/config/pom.xml +++ b/mappingservice/config/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.config</artifactId> @@ -22,7 +22,7 @@ <dependency> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice.api</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </dependency> </dependencies> </project> diff --git a/mappingservice/dsbackend/pom.xml b/mappingservice/dsbackend/pom.xml index 71174531..f9b0d84e 100644 --- a/mappingservice/dsbackend/pom.xml +++ b/mappingservice/dsbackend/pom.xml @@ -13,7 +13,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.dsbackend</artifactId> diff --git a/mappingservice/implementation/pom.xml b/mappingservice/implementation/pom.xml index 5b630ba8..aa877103 100644 --- a/mappingservice/implementation/pom.xml +++ b/mappingservice/implementation/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.implementation</artifactId> diff --git a/mappingservice/inmemorydb/pom.xml b/mappingservice/inmemorydb/pom.xml index f2102610..5af101bf 100644 --- a/mappingservice/inmemorydb/pom.xml +++ b/mappingservice/inmemorydb/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.inmemorydb</artifactId> diff --git a/mappingservice/lisp-proto/pom.xml b/mappingservice/lisp-proto/pom.xml index 6930cb31..96cf4cf4 100644 --- a/mappingservice/lisp-proto/pom.xml +++ b/mappingservice/lisp-proto/pom.xml @@ -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.20.3-SNAPSHOT</version> + <version>1.20.3</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/mappingservice/mapcache/pom.xml b/mappingservice/mapcache/pom.xml index 29930285..4da21cda 100644 --- a/mappingservice/mapcache/pom.xml +++ b/mappingservice/mapcache/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.mapcache</artifactId> diff --git a/mappingservice/pom.xml b/mappingservice/pom.xml index a957b0eb..52861925 100644 --- a/mappingservice/pom.xml +++ b/mappingservice/pom.xml @@ -11,7 +11,7 @@ <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</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. --> diff --git a/mappingservice/shell/pom.xml b/mappingservice/shell/pom.xml index 36f6e563..72f4d39c 100644 --- a/mappingservice/shell/pom.xml +++ b/mappingservice/shell/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.shell</artifactId> diff --git a/mappingservice/southbound/pom.xml b/mappingservice/southbound/pom.xml index 859b4eab..fea104ea 100644 --- a/mappingservice/southbound/pom.xml +++ b/mappingservice/southbound/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>mappingservice-parent</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> </parent> <artifactId>mappingservice.southbound</artifactId> diff --git a/pom.xml b/pom.xml index b29ca0dc..f0a7470d 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.opendaylight.lispflowmapping</groupId> <artifactId>lispflowmapping-commons</artifactId> - <version>1.20.3-SNAPSHOT</version> + <version>1.20.3</version> <relativePath>commons/parent</relativePath> </parent> -- 2.34.1