From 4d35bf3869e87be9cc0e7ded7bfc53f490b50bfd Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 19 Oct 2020 13:47:18 +0200 Subject: [PATCH] Bump mdsal to 7.0.1 Pick up critical bug fixes from upstream. Change-Id: Ibfc9f9c19cd08e399532f59cdb84c2a3558191af 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 +- opendaylight/model/model-inventory/pom.xml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 7dfbf1f9bf..f3809dba2f 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 7.0.0 + 7.0.1 diff --git a/docs/pom.xml b/docs/pom.xml index c2f3342332..33f34b3527 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -251,7 +251,7 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.0.0/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.0/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.0/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.1/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 20761f8f4a..92bb4c8553 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.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 4d6d8470a7..9ce6f6fe1b 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 - 7.0.0 + 7.0.1 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index fbc17421c7..7af187880c 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.0 + 7.0.1 diff --git a/opendaylight/model/model-inventory/pom.xml b/opendaylight/model/model-inventory/pom.xml index 75f62c3ff4..43d38a10bc 100644 --- a/opendaylight/model/model-inventory/pom.xml +++ b/opendaylight/model/model-inventory/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 7.0.0 + 7.0.1 -- 2.36.6