From c4afc2cb66d118ecc80a261ff587f0c112757d3d Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Thu, 19 Sep 2024 12:24:13 +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 986587b..b32a1d2 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.0-SNAPSHOT</version> + <version>1.16.0</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-akka-infoprovider-impl</artifactId> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 77b3b49..4d8e50e 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.0-SNAPSHOT</version> + <version>1.16.0</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index 41ff08a..7fec5c3 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.0-SNAPSHOT</version> + <version>1.16.0</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 f0c0326..d18ac74 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.0-SNAPSHOT</version> + <version>1.16.0</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 ee67821..5a69123 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.0-SNAPSHOT</version> + <version>1.16.0</version> <packaging>feature</packaging> <name>OpenDaylight :: daexim (Karaf feature)</name> <dependencyManagement> diff --git a/features/pom.xml b/features/pom.xml index 8797202..a854fac 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.0-SNAPSHOT</version> + <version>1.16.0</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 d8ca564..b9e221c 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.0-SNAPSHOT</version> + <version>1.16.0</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-impl</artifactId> diff --git a/karaf/pom.xml b/karaf/pom.xml index e9fb8db..81dab8a 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.0-SNAPSHOT</version> + <version>1.16.0</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/model/pom.xml b/model/pom.xml index 610d939..b273d14 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.0-SNAPSHOT</version> + <version>1.16.0</version> <build> <plugins> <plugin> diff --git a/parent/pom.xml b/parent/pom.xml index dc61b42..0e9ebd3 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.0-SNAPSHOT</version> + <version>1.16.0</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/pom.xml b/pom.xml index 9aab327..4dc2280 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.0-SNAPSHOT</version> + <version>1.16.0</version> <modules> <module>test-model</module> <module>model</module> diff --git a/spi/pom.xml b/spi/pom.xml index e1254d1..a216af7 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.0-SNAPSHOT</version> + <version>1.16.0</version> </project> diff --git a/test-model/pom.xml b/test-model/pom.xml index c139925..97e3d93 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.0-SNAPSHOT</version> + <version>1.16.0</version> </project> -- 2.43.0