From 2ca34ae2439e0f0eefaacc830fb86fe80c262bb1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 21 Oct 2024 11:44:51 +0200 Subject: [PATCH 1/2] WIP: Bump upstreams Adopt: - odlparent-14.0.4 - infrautils-7.0.4 - yangtools-14.0.5 - mdsal-14.0.3 - controller-10.0.3 - aaa-0.20.2 - netconf-8.0.3-SNAPSHOT Change-Id: If1c9fcd31fdb457ee9e4b7e94e08b213372b66b0 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- features/daexim-features/pom.xml | 2 +- features/odl-daexim-all/pom.xml | 4 ++-- features/odl-daexim/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- model/pom.xml | 2 +- parent/pom.xml | 6 +++--- pom.xml | 2 +- spi/pom.xml | 2 +- test-model/pom.xml | 2 +- 11 files changed, 14 insertions(+), 14 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 4e59ed5..67ed107 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 14.0.3 + 14.0.4 diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index 1409fd2..b1320da 100644 --- a/features/daexim-features/pom.xml +++ b/features/daexim-features/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent feature-repo-parent - 14.0.3 + 14.0.4 diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 1be8914..9e538da 100644 --- a/features/odl-daexim-all/pom.xml +++ b/features/odl-daexim-all/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.3 + 14.0.4 org.opendaylight.daexim @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts pom - 8.0.2 + 8.0.3-SNAPSHOT import diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index 8d044c4..b7f0a88 100644 --- a/features/odl-daexim/pom.xml +++ b/features/odl-daexim/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent single-feature-parent - 14.0.3 + 14.0.4 org.opendaylight.daexim diff --git a/features/pom.xml b/features/pom.xml index 197822f..2bc10c3 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 14.0.3 + 14.0.4 org.opendaylight.daexim diff --git a/karaf/pom.xml b/karaf/pom.xml index dde5e76..86ac312 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent karaf4-parent - 14.0.3 + 14.0.4 org.opendaylight.daexim diff --git a/model/pom.xml b/model/pom.xml index ed2a71e..9510205 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 14.0.2 + 14.0.3 org.opendaylight.daexim diff --git a/parent/pom.xml b/parent/pom.xml index bad0484..73789d9 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal bundle-parent - 14.0.2 + 14.0.3 org.opendaylight.daexim @@ -25,13 +25,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.infrautils infrautils-artifacts pom - 7.0.3 + 7.0.4 import org.opendaylight.controller controller-artifacts - 10.0.2 + 10.0.3 pom import diff --git a/pom.xml b/pom.xml index c9a492c..230035b 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 14.0.3 + 14.0.4 diff --git a/spi/pom.xml b/spi/pom.xml index c6413e1..f2f4a8d 100644 --- a/spi/pom.xml +++ b/spi/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 14.0.3 + 14.0.4 org.opendaylight.daexim diff --git a/test-model/pom.xml b/test-model/pom.xml index 02bcbcf..7b77d8c 100644 --- a/test-model/pom.xml +++ b/test-model/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 14.0.2 + 14.0.3 org.opendaylight.daexim -- 2.43.0 From 84d8ec32aaf4c4d9aaf233bb6cd44b74e62b4048 Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Mon, 21 Oct 2024 09:51:55 +0000 Subject: [PATCH 2/2] Release Validate --- akka-infoprovider-impl/pom.xml | 2 +- artifacts/pom.xml | 2 +- features/daexim-features/pom.xml | 2 +- features/odl-daexim-all/pom.xml | 4 ++-- 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, 14 insertions(+), 14 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 org.opendaylight.daexim parent - 1.16.1-SNAPSHOT + 1.16.1 ../parent daexim-akka-infoprovider-impl diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 67ed107..69d9a4b 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 org.opendaylight.daexim daexim-artifacts - 1.16.1-SNAPSHOT + 1.16.1 pom diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index b1320da..0b72ef7 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 org.opendaylight.daexim daexim-features - 1.16.1-SNAPSHOT + 1.16.1 feature ODL :: daexim :: ${project.artifactId} diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 9e538da..bc5e8a4 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 org.opendaylight.daexim odl-daexim-all - 1.16.1-SNAPSHOT + 1.16.1 feature OpenDaylight :: Daexim :: All @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts pom - 8.0.3-SNAPSHOT + 8.0.3 import diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index b7f0a88..0d9250f 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 org.opendaylight.daexim odl-daexim - 1.16.1-SNAPSHOT + 1.16.1 feature OpenDaylight :: daexim (Karaf feature) diff --git a/features/pom.xml b/features/pom.xml index 2bc10c3..a6fd1dd 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.daexim features-aggregator - 1.16.1-SNAPSHOT + 1.16.1 pom 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 org.opendaylight.daexim parent - 1.16.1-SNAPSHOT + 1.16.1 ../parent daexim-impl diff --git a/karaf/pom.xml b/karaf/pom.xml index 86ac312..587bc70 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 org.opendaylight.daexim daexim-karaf - 1.16.1-SNAPSHOT + 1.16.1 pom ${project.artifactId} diff --git a/model/pom.xml b/model/pom.xml index 9510205..da7245d 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 org.opendaylight.daexim daexim-model bundle - 1.16.1-SNAPSHOT + 1.16.1 diff --git a/parent/pom.xml b/parent/pom.xml index 73789d9..e906d98 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 org.opendaylight.daexim parent - 1.16.1-SNAPSHOT + 1.16.1 pom diff --git a/pom.xml b/pom.xml index 230035b..fdf22e0 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html pom org.opendaylight.daexim daexim - 1.16.1-SNAPSHOT + 1.16.1 test-model model diff --git a/spi/pom.xml b/spi/pom.xml index f2f4a8d..88e4e15 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 org.opendaylight.daexim daexim-spi bundle - 1.16.1-SNAPSHOT + 1.16.1 diff --git a/test-model/pom.xml b/test-model/pom.xml index 7b77d8c..314b2bb 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 org.opendaylight.daexim daexim-test-model bundle - 1.16.1-SNAPSHOT + 1.16.1 -- 2.43.0