From 1d0856d1badf8461472be1d2c1c40f2952657f58 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 26 Apr 2020 19:27:49 +0200 Subject: [PATCH] Bump mdsal to 6.0.0 MD-SAL has been released, make sure we stabilize our reference to it. Change-Id: I77578b64916e02a6ed1a27aae859d50458865547 Signed-off-by: Robert Varga --- benchmark/api/pom.xml | 2 +- benchmark/dsbenchmark/pom.xml | 2 +- benchmark/ntfbenchmark/pom.xml | 2 +- benchmark/rpcbenchmark/pom.xml | 2 +- docs/pom.xml | 2 +- features/odl-benchmark-api/pom.xml | 2 +- features/odl-clustering-test-app/pom.xml | 2 +- features/odl-controller-blueprint/pom.xml | 2 +- features/odl-controller-mdsal-common/pom.xml | 2 +- features/odl-controller-model-topology/pom.xml | 2 +- features/odl-mdsal-broker-local/pom.xml | 2 +- features/odl-mdsal-broker/pom.xml | 2 +- features/odl-mdsal-distributed-datastore/pom.xml | 2 +- features/odl-mdsal-model-inventory/pom.xml | 2 +- features/odl-message-bus-collector/pom.xml | 2 +- features/odl-toaster/pom.xml | 2 +- karaf/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 2 +- opendaylight/config/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-base/pom.xml | 2 +- opendaylight/md-sal/parent/pom.xml | 2 +- opendaylight/model/model-inventory/pom.xml | 2 +- opendaylight/model/model-topology/pom.xml | 2 +- 23 files changed, 23 insertions(+), 23 deletions(-) diff --git a/benchmark/api/pom.xml b/benchmark/api/pom.xml index 575c0fa10f..c3935df0c7 100644 --- a/benchmark/api/pom.xml +++ b/benchmark/api/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/benchmark/dsbenchmark/pom.xml b/benchmark/dsbenchmark/pom.xml index b04da8ea94..5169d04d26 100644 --- a/benchmark/dsbenchmark/pom.xml +++ b/benchmark/dsbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/benchmark/ntfbenchmark/pom.xml b/benchmark/ntfbenchmark/pom.xml index f992bbe41d..027f5c2099 100644 --- a/benchmark/ntfbenchmark/pom.xml +++ b/benchmark/ntfbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/benchmark/rpcbenchmark/pom.xml b/benchmark/rpcbenchmark/pom.xml index a62d98d39c..0ce5045288 100644 --- a/benchmark/rpcbenchmark/pom.xml +++ b/benchmark/rpcbenchmark/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/docs/pom.xml b/docs/pom.xml index dee4865815..be0d46d011 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -231,7 +231,7 @@ https://commons.apache.org/proper/commons-codec/apidocs/ https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/5.0.1/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.0-SNAPSHOT/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.0/ diff --git a/features/odl-benchmark-api/pom.xml b/features/odl-benchmark-api/pom.xml index 2f9b0286b2..9d9c8f9ba1 100644 --- a/features/odl-benchmark-api/pom.xml +++ b/features/odl-benchmark-api/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.mdsal odl-mdsal-binding-base - 6.0.0-SNAPSHOT + 6.0.0 xml features diff --git a/features/odl-clustering-test-app/pom.xml b/features/odl-clustering-test-app/pom.xml index ff1cb8985e..4b6057c7c4 100644 --- a/features/odl-clustering-test-app/pom.xml +++ b/features/odl-clustering-test-app/pom.xml @@ -26,7 +26,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 import pom diff --git a/features/odl-controller-blueprint/pom.xml b/features/odl-controller-blueprint/pom.xml index 55018974c6..e5caa982cf 100644 --- a/features/odl-controller-blueprint/pom.xml +++ b/features/odl-controller-blueprint/pom.xml @@ -40,7 +40,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-controller-mdsal-common/pom.xml b/features/odl-controller-mdsal-common/pom.xml index db96d7847d..ea8b0eef5e 100644 --- a/features/odl-controller-mdsal-common/pom.xml +++ b/features/odl-controller-mdsal-common/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-controller-model-topology/pom.xml b/features/odl-controller-model-topology/pom.xml index 24a949e914..38afe0e0b4 100644 --- a/features/odl-controller-model-topology/pom.xml +++ b/features/odl-controller-model-topology/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-mdsal-broker-local/pom.xml b/features/odl-mdsal-broker-local/pom.xml index 0401a0d409..56b08b4c4e 100644 --- a/features/odl-mdsal-broker-local/pom.xml +++ b/features/odl-mdsal-broker-local/pom.xml @@ -44,7 +44,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-mdsal-broker/pom.xml b/features/odl-mdsal-broker/pom.xml index a2a8b945a9..1a7f92a495 100644 --- a/features/odl-mdsal-broker/pom.xml +++ b/features/odl-mdsal-broker/pom.xml @@ -29,7 +29,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-mdsal-distributed-datastore/pom.xml b/features/odl-mdsal-distributed-datastore/pom.xml index a5cff79dbd..75cb0c5367 100644 --- a/features/odl-mdsal-distributed-datastore/pom.xml +++ b/features/odl-mdsal-distributed-datastore/pom.xml @@ -36,7 +36,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-mdsal-model-inventory/pom.xml b/features/odl-mdsal-model-inventory/pom.xml index 37b7cc81f2..4d5eba1110 100644 --- a/features/odl-mdsal-model-inventory/pom.xml +++ b/features/odl-mdsal-model-inventory/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-message-bus-collector/pom.xml b/features/odl-message-bus-collector/pom.xml index 0d12710477..23212f7e3a 100644 --- a/features/odl-message-bus-collector/pom.xml +++ b/features/odl-message-bus-collector/pom.xml @@ -37,7 +37,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/features/odl-toaster/pom.xml b/features/odl-toaster/pom.xml index fddf20eb4e..51ff3b250b 100644 --- a/features/odl-toaster/pom.xml +++ b/features/odl-toaster/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.mdsal odl-mdsal-binding-runtime - 6.0.0-SNAPSHOT + 6.0.0 xml features diff --git a/karaf/pom.xml b/karaf/pom.xml index 2d7e8e6c5e..7598c8f484 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -55,7 +55,7 @@ org.opendaylight.mdsal features-mdsal - 6.0.0-SNAPSHOT + 6.0.0 features xml runtime diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index ada586986e..f07a73a907 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -27,7 +27,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index f28b56bfb1..c730ae6b82 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index be18eff832..89ed3813e2 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 - 6.0.0-SNAPSHOT + 6.0.0 pom import diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 8a34fcb05f..86ceb7a44d 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/opendaylight/model/model-inventory/pom.xml b/opendaylight/model/model-inventory/pom.xml index f19a30ac6b..3cac1e77ef 100644 --- a/opendaylight/model/model-inventory/pom.xml +++ b/opendaylight/model/model-inventory/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 diff --git a/opendaylight/model/model-topology/pom.xml b/opendaylight/model/model-topology/pom.xml index 7b4a868d4e..e6d63b6182 100644 --- a/opendaylight/model/model-topology/pom.xml +++ b/opendaylight/model/model-topology/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 6.0.0-SNAPSHOT + 6.0.0 -- 2.36.6