From ef2e96f564c00f4f79356c766acf92b15e34fe86 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 25 Jun 2021 16:56:50 +0200 Subject: [PATCH] Use mdsal-8.0.0 Use released versions of MDSAL artifacts. Change-Id: Icf98e0732d870d1ac79a7b5101dbe64d2bed7781 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 c2776c0c76..3118f5b71f 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 8.0.0-SNAPSHOT + 8.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index 909d38ad64..6f84710058 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -222,7 +222,7 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/9.0.2/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/7.0.3/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/8.0.0-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/8.0.0/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 93ac6389dc..f3e1eb435e 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 8.0.0-SNAPSHOT + 8.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 d57f1d00b7..30b3ca4ca5 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 - 8.0.0-SNAPSHOT + 8.0.0 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 0bf9d7cf71..0eb057357e 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 8.0.0-SNAPSHOT + 8.0.0 -- 2.36.6