From 5551e9668c5f5a6726e18184bf56996731011bff Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 19 Oct 2020 21:24:16 +0200 Subject: [PATCH] Bump to mdsal-7.0.1/controller-3.0.1 Pick up mdsal fixes and improvements. Change-Id: Ic26b38d79cba583b496080ae2f3c0b8316e68470 Signed-off-by: Robert Varga --- features/netconf-connector/odl-message-bus/pom.xml | 2 +- features/netconf-connector/odl-netconf-connector/pom.xml | 4 ++-- features/netconf/odl-netconf-api/pom.xml | 2 +- features/netconf/odl-netconf-client/pom.xml | 2 +- features/netconf/odl-netconf-impl/pom.xml | 2 +- features/netconf/odl-netconf-notifications-impl/pom.xml | 2 +- features/restconf/odl-restconf-common/pom.xml | 4 ++-- features/restconf/odl-restconf-nb-bierman02/pom.xml | 2 +- features/restconf/odl-restconf-nb-rfc8040/pom.xml | 2 +- parent/pom.xml | 4 ++-- 10 files changed, 13 insertions(+), 13 deletions(-) diff --git a/features/netconf-connector/odl-message-bus/pom.xml b/features/netconf-connector/odl-message-bus/pom.xml index 9ced85648f..970068d158 100644 --- a/features/netconf-connector/odl-message-bus/pom.xml +++ b/features/netconf-connector/odl-message-bus/pom.xml @@ -34,7 +34,7 @@ org.opendaylight.controller odl-controller-exp-messagebus - 3.0.0 + 3.0.1 xml features diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index b09a8ba595..a854106962 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -28,14 +28,14 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.0.1 pom import org.opendaylight.controller controller-artifacts - 3.0.0 + 3.0.1 pom import diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index c42020c022..4bc5ec535d 100644 --- a/features/netconf/odl-netconf-api/pom.xml +++ b/features/netconf/odl-netconf-api/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.0.1 pom import diff --git a/features/netconf/odl-netconf-client/pom.xml b/features/netconf/odl-netconf-client/pom.xml index 537f83d31f..5bf1de5220 100644 --- a/features/netconf/odl-netconf-client/pom.xml +++ b/features/netconf/odl-netconf-client/pom.xml @@ -25,7 +25,7 @@ org.opendaylight.controller odl-controller-exp-netty-config - 3.0.0 + 3.0.1 xml features diff --git a/features/netconf/odl-netconf-impl/pom.xml b/features/netconf/odl-netconf-impl/pom.xml index 04cb97c8cf..e25a3dc3ba 100644 --- a/features/netconf/odl-netconf-impl/pom.xml +++ b/features/netconf/odl-netconf-impl/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.controller controller-artifacts - 3.0.0 + 3.0.1 pom import diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index af0aa7f54f..470d2ce9a6 100644 --- a/features/netconf/odl-netconf-notifications-impl/pom.xml +++ b/features/netconf/odl-netconf-notifications-impl/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.0.1 pom import diff --git a/features/restconf/odl-restconf-common/pom.xml b/features/restconf/odl-restconf-common/pom.xml index ccc7973514..b2a34762c0 100644 --- a/features/restconf/odl-restconf-common/pom.xml +++ b/features/restconf/odl-restconf-common/pom.xml @@ -35,14 +35,14 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.0.1 pom import org.opendaylight.controller controller-artifacts - 3.0.0 + 3.0.1 pom import diff --git a/features/restconf/odl-restconf-nb-bierman02/pom.xml b/features/restconf/odl-restconf-nb-bierman02/pom.xml index 2edeb829c5..916f4a8e2b 100644 --- a/features/restconf/odl-restconf-nb-bierman02/pom.xml +++ b/features/restconf/odl-restconf-nb-bierman02/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.0 + 7.0.1 pom import diff --git a/features/restconf/odl-restconf-nb-rfc8040/pom.xml b/features/restconf/odl-restconf-nb-rfc8040/pom.xml index f63cf4a431..ece2294238 100644 --- a/features/restconf/odl-restconf-nb-rfc8040/pom.xml +++ b/features/restconf/odl-restconf-nb-rfc8040/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.controller controller-artifacts - 3.0.0 + 3.0.1 pom import diff --git a/parent/pom.xml b/parent/pom.xml index 1c81b898aa..3e9e569a67 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.0 + 7.0.1 @@ -32,7 +32,7 @@ org.opendaylight.controller bundle-parent - 3.0.0 + 3.0.1 pom import -- 2.36.6