From 3f4f285c506487cc4e4a461f68525fcfbd03395d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 14 Mar 2024 09:48:54 +0100 Subject: [PATCH] Bump upstreams Adopt: - odlparent-13.0.11 - yangtools-13.0.1 - mdsal-13.0.0 Change-Id: I33bbfb6a9016ae13cfaba8d95bf461f8167621eb Signed-off-by: Robert Varga --- akka/pom.xml | 2 +- akka/repackaged-akka-jar/pom.xml | 2 +- artifacts/pom.xml | 2 +- benchmark/pom.xml | 2 +- bundle-parent/pom.xml | 2 +- docs/pom.xml | 8 ++++---- features/features-controller-experimental/pom.xml | 2 +- features/features-controller-testing/pom.xml | 2 +- features/features-controller/pom.xml | 2 +- features/pom.xml | 2 +- features/single-feature-parent/pom.xml | 2 +- jolokia/pom.xml | 2 +- karaf/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 6 +++--- opendaylight/md-sal/mdsal-it-base/pom.xml | 4 ++-- opendaylight/md-sal/mdsal-it-parent/pom.xml | 2 +- opendaylight/md-sal/parent/pom.xml | 2 +- opendaylight/md-sal/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-config/pom.xml | 2 +- .../samples/clustering-test-app/configuration/pom.xml | 2 +- opendaylight/md-sal/samples/clustering-test-app/pom.xml | 2 +- opendaylight/md-sal/samples/pom.xml | 2 +- pom.xml | 2 +- 23 files changed, 29 insertions(+), 29 deletions(-) diff --git a/akka/pom.xml b/akka/pom.xml index e3b88839c6..72e3bab277 100644 --- a/akka/pom.xml +++ b/akka/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 32c5ce72ec..263d26dc68 100644 --- a/akka/repackaged-akka-jar/pom.xml +++ b/akka/repackaged-akka-jar/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 13.0.10 + 13.0.11 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 480896e62d..13bab39b35 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index d220eca2c2..6ebb1e91ec 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index e83a319abd..aa1ca36751 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal bundle-parent - 13.0.0 + 13.0.1 diff --git a/docs/pom.xml b/docs/pom.xml index 715f706a60..66e0b8dbed 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 13.0.10 + 13.0.11 @@ -211,9 +211,9 @@ https://netty.io/4.1/api/ https://commons.apache.org/proper/commons-lang/javadocs/api-release/ - https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/13.0.10/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/13.0.1/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/13.0.0/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/13.0.11/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/13.0.2/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/13.0.1/ diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 1f65c6eed8..3f447621ff 100644 --- a/features/features-controller-experimental/pom.xml +++ b/features/features-controller-experimental/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.0.10 + 13.0.11 diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 63bdf23d22..db54459ad5 100644 --- a/features/features-controller-testing/pom.xml +++ b/features/features-controller-testing/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.0.10 + 13.0.11 diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index 773aa971c5..48bdffbd04 100644 --- a/features/features-controller/pom.xml +++ b/features/features-controller/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.0.10 + 13.0.11 diff --git a/features/pom.xml b/features/pom.xml index 9a4b8b3fef..4f3e601dd9 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index 26f4af25f1..4f75908525 100644 --- a/features/single-feature-parent/pom.xml +++ b/features/single-feature-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 13.0.10 + 13.0.11 diff --git a/jolokia/pom.xml b/jolokia/pom.xml index c3b44967f4..d4ea350658 100644 --- a/jolokia/pom.xml +++ b/jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent - 13.0.10 + 13.0.11 diff --git a/karaf/pom.xml b/karaf/pom.xml index 4cd9640602..7b2afe4bd4 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 13.0.10 + 13.0.11 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 91f7d25ee5..c97a847d5f 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 13.0.10 + 13.0.11 @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 13.0.1 + 13.0.2 pom import org.opendaylight.mdsal mdsal-artifacts - 13.0.0 + 13.0.1 pom import diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 4f4e4af508..888390639f 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 13.0.10 + 13.0.11 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 13.0.0 + 13.0.1 pom import diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 5a81e77c89..6cb161b00c 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 13.0.10 + 13.0.11 diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 9a0e32e848..6766d87abe 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 13.0.0 + 13.0.1 diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 70ebb3d3d3..715d65997e 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 82717a07c7..7b6b97a36d 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml index 8b24844f59..0c6153dba8 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index 06dd525683..281878602c 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 74e80fca61..6daaa52f8c 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 diff --git a/pom.xml b/pom.xml index 71ea412b7e..37c02d189f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.10 + 13.0.11 -- 2.36.6