From 7c97f0528693e0fcf3405770c23e2ebce14eb1dc Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 20 Mar 2022 13:59:15 +0100 Subject: [PATCH] Bump mdsal to 9.0.0 Use released version instead of snapshots. Change-Id: I3563eae608f91b7b8cc94181fd7c1aee2d2c68a7 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 9b1e85ac6f..183c449a7d 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 9.0.0-SNAPSHOT + 9.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index eeb1a31aeb..01803cf2ba 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -226,7 +226,7 @@ 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-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/9.0.0/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 5a8a885afd..430f6189cc 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 9.0.0-SNAPSHOT + 9.0.0 pom import diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index a9ee950585..35eeb04edc 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-SNAPSHOT + 9.0.0 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 5763fd7afc..82257968a6 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-SNAPSHOT + 9.0.0 -- 2.36.6