From 701c5282efe6c45736f6c82542630b2fd1269024 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 1 Jul 2019 08:57:07 +0200 Subject: [PATCH] Bump mdsal to 3.0.9 This picks up latest fixes and improvements. Change-Id: I1490643c699041d6b0b6ba87f4093abf538cb04f Signed-off-by: Robert Varga --- features/netconf-connector/odl-netconf-connector/pom.xml | 2 +- features/netconf/odl-netconf-api/pom.xml | 2 +- features/netconf/odl-netconf-notifications-impl/pom.xml | 2 +- features/restconf/odl-restconf-common/pom.xml | 2 +- features/restconf/odl-restconf-nb-bierman02-base/pom.xml | 2 +- netconf/netconf-parent/pom.xml | 2 +- restconf/restconf-parent/pom.xml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/features/netconf-connector/odl-netconf-connector/pom.xml b/features/netconf-connector/odl-netconf-connector/pom.xml index 32f4d40040..f547ca7771 100644 --- a/features/netconf-connector/odl-netconf-connector/pom.xml +++ b/features/netconf-connector/odl-netconf-connector/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 3.0.8 + 3.0.9 pom import diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index d562a87efd..db1b9f1482 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 - 3.0.8 + 3.0.9 pom import diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index d93d288f18..84c362ca9b 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 - 3.0.8 + 3.0.9 pom import diff --git a/features/restconf/odl-restconf-common/pom.xml b/features/restconf/odl-restconf-common/pom.xml index 74b29c8e88..aa471852ec 100644 --- a/features/restconf/odl-restconf-common/pom.xml +++ b/features/restconf/odl-restconf-common/pom.xml @@ -35,7 +35,7 @@ org.opendaylight.mdsal mdsal-artifacts - 3.0.8 + 3.0.9 pom import diff --git a/features/restconf/odl-restconf-nb-bierman02-base/pom.xml b/features/restconf/odl-restconf-nb-bierman02-base/pom.xml index 478515ec9d..41729350a6 100644 --- a/features/restconf/odl-restconf-nb-bierman02-base/pom.xml +++ b/features/restconf/odl-restconf-nb-bierman02-base/pom.xml @@ -28,7 +28,7 @@ org.opendaylight.mdsal mdsal-artifacts - 3.0.8 + 3.0.9 pom import diff --git a/netconf/netconf-parent/pom.xml b/netconf/netconf-parent/pom.xml index 79b9bcbe89..81c464e419 100644 --- a/netconf/netconf-parent/pom.xml +++ b/netconf/netconf-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 3.0.8 + 3.0.9 diff --git a/restconf/restconf-parent/pom.xml b/restconf/restconf-parent/pom.xml index fa7e325222..eee32a89d6 100644 --- a/restconf/restconf-parent/pom.xml +++ b/restconf/restconf-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 3.0.8 + 3.0.9 -- 2.36.6