From ed88e41803d3dbf3fa5366ba0c38003523150f02 Mon Sep 17 00:00:00 2001 From: jenkins-releng <jenkins-releng@opendaylight.org> Date: Thu, 24 Oct 2024 00:05:42 +0000 Subject: [PATCH] Release Scandium --- 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 16cbf8d..ba0c00d 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.1-SNAPSHOT</version> + <version>1.16.1</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-akka-infoprovider-impl</artifactId> diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 4e59ed5..b39fff9 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.1-SNAPSHOT</version> + <version>1.16.1</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index 1409fd2..f2b1b14 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.1-SNAPSHOT</version> + <version>1.16.1</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 1be8914..bb04652 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.1-SNAPSHOT</version> + <version>1.16.1</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 8d044c4..cc21a93 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.1-SNAPSHOT</version> + <version>1.16.1</version> <packaging>feature</packaging> <name>OpenDaylight :: daexim (Karaf feature)</name> <dependencyManagement> diff --git a/features/pom.xml b/features/pom.xml index 197822f..8f13350 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.1-SNAPSHOT</version> + <version>1.16.1</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 9144b54..2d50307 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.1-SNAPSHOT</version> + <version>1.16.1</version> <relativePath>../parent</relativePath> </parent> <artifactId>daexim-impl</artifactId> diff --git a/karaf/pom.xml b/karaf/pom.xml index dde5e76..9c53c0e 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.1-SNAPSHOT</version> + <version>1.16.1</version> <packaging>pom</packaging> <name>${project.artifactId}</name> diff --git a/model/pom.xml b/model/pom.xml index ed2a71e..38fcf79 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.1-SNAPSHOT</version> + <version>1.16.1</version> <build> <plugins> <plugin> diff --git a/parent/pom.xml b/parent/pom.xml index bad0484..395b9c7 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.1-SNAPSHOT</version> + <version>1.16.1</version> <packaging>pom</packaging> <dependencyManagement> diff --git a/pom.xml b/pom.xml index c9a492c..2c4b036 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.1-SNAPSHOT</version> + <version>1.16.1</version> <modules> <module>test-model</module> <module>model</module> diff --git a/spi/pom.xml b/spi/pom.xml index c6413e1..e499400 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.1-SNAPSHOT</version> + <version>1.16.1</version> </project> diff --git a/test-model/pom.xml b/test-model/pom.xml index 02bcbcf..85af558 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.1-SNAPSHOT</version> + <version>1.16.1</version> </project> -- 2.25.1