From 29ea379fe54dd26e6de37c9eb3dd85b7157762ac Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Jun 2022 13:07:30 +0200 Subject: [PATCH] Use mdsal-10.0.0 Use released artifacts instead of snapshots. Change-Id: Ia6f4c28001d19449ee47c62a5754f6966103e4ea 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 d3c813dcbe..5b59e5bf9a 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 10.0.0-SNAPSHOT + 10.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index eaacd44939..76542b988c 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -231,7 +231,7 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/11.0.0/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/9.0.0/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/10.0.0-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/10.0.0/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 563e219d44..d22a3a9b14 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 10.0.0-SNAPSHOT + 10.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 d6f3333aaa..18466aa0c3 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 - 10.0.0-SNAPSHOT + 10.0.0 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index a2d7eda34c..3465c95c89 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 10.0.0-SNAPSHOT + 10.0.0 -- 2.36.6