From f55aeedb14949b424f7fd27aec9402f9e1363596 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] 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 8a79f7a..cc17cd3 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 d5f173f..bc7b2ea 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 4797ea6..3adfcf8 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 a1afe2a..7e1f8a5 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 cacea98..e41da26 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 925f9bc..015a147 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 ef32ac5..db61d97 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 dde7316..ecf338d 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 6e44e0b..28605a2 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 10d88e2..4bfc6ea 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 dfc6431..7dc63b6 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 fc832f6..efad8c5 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