From 1a7c7b2f06bcc83ca3b48f4aa0d93aed1b7d35fe Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 30 Jun 2023 09:12:06 +0200 Subject: [PATCH] Bump mdsal to release Use proper mdsal-12.0.0 release. Change-Id: I0b377692c5ea48ccbdd45ecc64d6f0542999dbb4 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 de0e1f76f5..27f0951d62 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 12.0.0-SNAPSHOT + 12.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index 9ac813a7a5..e3bc4efea0 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -235,7 +235,7 @@ https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/13.0.3/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/11.0.0/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/12.0.0-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/12.0.0/ diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 0aac2b430d..60e1daa0ca 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.mdsal mdsal-artifacts - 12.0.0-SNAPSHOT + 12.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 25be8e2cb6..763efc1424 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 - 12.0.0-SNAPSHOT + 12.0.0 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 07528ff45e..48c4c5174c 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 12.0.0-SNAPSHOT + 12.0.0 -- 2.36.6