From 4d3173b1c200d7458ca51687676b259da60ded65 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Wed, 19 Feb 2025 15:20:42 +0000 Subject: [PATCH] Release Validate --- akka-infoprovider-impl/pom.xml | 2 +- artifacts/pom.xml | 2 +- features/daexim-features/pom.xml | 2 +- features/odl-daexim-all/pom.xml | 2 +- features/odl-daexim/pom.xml | 2 +- features/pom.xml | 2 +- impl/pom.xml | 2 +- karaf/pom.xml | 2 +- model/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- spi/pom.xml | 2 +- test-model/pom.xml | 2 +- 13 files changed, 13 insertions(+), 13 deletions(-) diff --git a/akka-infoprovider-impl/pom.xml b/akka-infoprovider-impl/pom.xml index 16a1fb6..faf94f4 100644 --- a/akka-infoprovider-impl/pom.xml +++ b/akka-infoprovider-impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>parent</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-akka-infoprovider-impl</artifactId> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index a692cd2..36b6cdb 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -20,7 +20,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-artifacts</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index ac3558c..2855591 100644 --- a/features/daexim-features/pom.xml +++ b/features/daexim-features/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-features</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>feature</packaging> <name>ODL :: daexim :: ${project.artifactId}</name> diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 3e6af2f..e6cf424 100644 --- a/features/odl-daexim-all/pom.xml +++ b/features/odl-daexim-all/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>odl-daexim-all</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>feature</packaging> <name>OpenDaylight :: Daexim :: All</name> <dependencyManagement> diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index 78c4d50..f8ca148 100644 --- a/features/odl-daexim/pom.xml +++ b/features/odl-daexim/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>odl-daexim</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>feature</packaging> <name>OpenDaylight :: daexim (Karaf feature)</name> <dependencyManagement> diff --git a/features/pom.xml b/features/pom.xml index a40041a..1f6a206 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ </parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>features-aggregator</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</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/impl/pom.xml b/impl/pom.xml index 595ed76..69acb35 100644 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>parent</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-impl</artifactId> diff --git a/karaf/pom.xml b/karaf/pom.xml index 4606dd9..92fcc60 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-karaf</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/model/pom.xml b/model/pom.xml index 168f2ee..6d2099c 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -18,7 +18,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-model</artifactId> <packaging>bundle</packaging> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <build> <plugins> <plugin> diff --git a/parent/pom.xml b/parent/pom.xml index a0d10d9..dbe803e 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html </parent> <groupId>org.opendaylight.daexim</groupId> <artifactId>parent</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/pom.xml b/pom.xml index 07b672e..1660c06 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <packaging>pom</packaging> <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim</artifactId> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> <modules> <module>test-model</module> <module>model</module> diff --git a/spi/pom.xml b/spi/pom.xml index 93561ae..fda51e8 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -18,5 +18,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-spi</artifactId> <packaging>bundle</packaging> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> </project> diff --git a/test-model/pom.xml b/test-model/pom.xml index ee302a1..812362c 100644 --- a/test-model/pom.xml +++ b/test-model/pom.xml @@ -18,5 +18,5 @@ and is available at http://www.eclipse.org/legal/epl-v10.html <groupId>org.opendaylight.daexim</groupId> <artifactId>daexim-test-model</artifactId> <packaging>bundle</packaging> - <version>1.16.2-SNAPSHOT</version> + <version>1.16.2</version> </project> -- 2.34.1