From 0859a2d7fda1ba30c019d0e134fc94401cfa9402 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 9 Dec 2024 10:45:35 +0100 Subject: [PATCH 1/2] Bump upstreams Adopt: - odlparent-13.1.5 - infrautils-6.0.11 - yangtools-13.0.8 - mdsal-13.0.7 - controller-9.0.6 - aaa-0.19.8 - netconf-7.0.11 Change-Id: Iaa68e1718c72cd3bcfd28a4d45621ed5706d4319 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 85ba3f5..ee84d9c 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 - 13.1.4 + 13.1.5 diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index 0f8c182..32ee5d0 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 - 13.1.4 + 13.1.5 diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 7d1196e..1fd7a0e 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 - 13.1.4 + 13.1.5 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 - 7.0.10 + 7.0.11 import diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index f9ad66f..d8b99c6 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 - 13.1.4 + 13.1.5 org.opendaylight.daexim diff --git a/features/pom.xml b/features/pom.xml index b300ae0..e9eb598 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 13.1.4 + 13.1.5 org.opendaylight.daexim diff --git a/karaf/pom.xml b/karaf/pom.xml index 1053e03..7a60a1e 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 - 13.1.4 + 13.1.5 org.opendaylight.daexim diff --git a/model/pom.xml b/model/pom.xml index b5500f1..de074ea 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 - 13.0.6 + 13.0.7 org.opendaylight.daexim diff --git a/parent/pom.xml b/parent/pom.xml index fe071b0..8f51824 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 - 13.0.6 + 13.0.7 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 - 6.0.10 + 6.0.11 import org.opendaylight.controller controller-artifacts - 9.0.5 + 9.0.6 pom import diff --git a/pom.xml b/pom.xml index 568cd0d..fe96a9e 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 - 13.1.4 + 13.1.5 diff --git a/spi/pom.xml b/spi/pom.xml index 56c9888..efc11bf 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 - 13.1.4 + 13.1.5 org.opendaylight.daexim diff --git a/test-model/pom.xml b/test-model/pom.xml index d0e8931..22b17fe 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 - 13.0.6 + 13.0.7 org.opendaylight.daexim -- 2.43.0 From 1760378e26b1703735c5dce3099d552f0cf8871a Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Mon, 9 Dec 2024 09:49:50 +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 | 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 0ac23ca..64f2dee 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.15.3-SNAPSHOT + 1.15.3 ../parent daexim-akka-infoprovider-impl diff --git a/artifacts/pom.xml b/artifacts/pom.xml index ee84d9c..1ac8c72 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.15.3-SNAPSHOT + 1.15.3 pom diff --git a/features/daexim-features/pom.xml b/features/daexim-features/pom.xml index 32ee5d0..ca54219 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.15.3-SNAPSHOT + 1.15.3 feature ODL :: daexim :: ${project.artifactId} diff --git a/features/odl-daexim-all/pom.xml b/features/odl-daexim-all/pom.xml index 1fd7a0e..3a88d20 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.15.3-SNAPSHOT + 1.15.3 feature OpenDaylight :: Daexim :: All diff --git a/features/odl-daexim/pom.xml b/features/odl-daexim/pom.xml index d8b99c6..4f999e8 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.15.3-SNAPSHOT + 1.15.3 feature OpenDaylight :: daexim (Karaf feature) diff --git a/features/pom.xml b/features/pom.xml index e9eb598..c667407 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.daexim features-aggregator - 1.15.3-SNAPSHOT + 1.15.3 pom diff --git a/impl/pom.xml b/impl/pom.xml index 43e4e49..7f4d497 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.15.3-SNAPSHOT + 1.15.3 ../parent daexim-impl diff --git a/karaf/pom.xml b/karaf/pom.xml index 7a60a1e..6d62cfb 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.15.3-SNAPSHOT + 1.15.3 pom ${project.artifactId} diff --git a/model/pom.xml b/model/pom.xml index de074ea..9084c9e 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.15.3-SNAPSHOT + 1.15.3 diff --git a/parent/pom.xml b/parent/pom.xml index 8f51824..0bad17a 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.15.3-SNAPSHOT + 1.15.3 pom diff --git a/pom.xml b/pom.xml index fe96a9e..62d9b2f 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.15.3-SNAPSHOT + 1.15.3 test-model model diff --git a/spi/pom.xml b/spi/pom.xml index efc11bf..401107f 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.15.3-SNAPSHOT + 1.15.3 diff --git a/test-model/pom.xml b/test-model/pom.xml index 22b17fe..af0a66f 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.15.3-SNAPSHOT + 1.15.3 -- 2.43.0