From f7893617779e7c4a8bfa41c9aaf765e8db42b1ed Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 28 Nov 2022 20:18:16 +0100 Subject: [PATCH] Adopt mdsal-11.0.1 We have exposed a regression in mdsal-11.0.0, adopt the fix from upstream. Change-Id: I0f82ba6d0748f7cbb159e800a964b3abe4b3742f Signed-off-by: Robert Varga --- bundle-parent/pom.xml | 2 +- docs/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/parent/pom.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 7365edc0b3..65841bd0a2 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 11.0.0 + 11.0.1 diff --git a/docs/pom.xml b/docs/pom.xml index a1b3fd7ea0..0f1fa7779e 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -231,7 +231,7 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/12.0.1/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/10.0.1/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.0/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/11.0.1/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 7a1118ab75..57bd9b6f01 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 11.0.0 + 11.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 0c5ed73590..1c9994d078 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 11.0.0 + 11.0.1 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 1daf571547..1748e64ad9 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 11.0.0 + 11.0.1 -- 2.36.6