From 1bce84e2f5b7db0b2caffe86a6ff736c1da9cc46 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 25 Mar 2022 14:38:39 +0100 Subject: [PATCH] Update upstreams Adopt yangtools-8.0.2 and mdsal-9.0.1. Change-Id: I7d010a073386cd5e9144f92c83d4351058f4b5d2 Signed-off-by: Robert Varga --- bundle-parent/pom.xml | 2 +- docs/pom.xml | 4 ++-- opendaylight/blueprint/pom.xml | 4 ++-- opendaylight/md-sal/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/parent/pom.xml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 4695c1ced6..0a4e49a179 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 9.0.0 + 9.0.1 diff --git a/docs/pom.xml b/docs/pom.xml index 1e003fcf60..c75da4b9a4 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -225,8 +225,8 @@ https://commons.apache.org/proper/commons-codec/apidocs/ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/10.0.0/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/8.0.1/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/9.0.0/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/8.0.2/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/9.0.1/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index ba471f27e0..cb81dd9eec 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 8.0.1 + 8.0.2 pom import org.opendaylight.mdsal mdsal-artifacts - 9.0.0 + 9.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 3889d6e037..fb7c54a0cd 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 - 9.0.0 + 9.0.1 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 54ef5582f2..0dfed03c1e 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 9.0.0 + 9.0.1 -- 2.36.6