From d16ab2fc609194e654fa04ee48c82ec90d6b2fe1 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 18 Jul 2019 15:35:30 +0200 Subject: [PATCH] Bump mdsal to 3.0.10 This brings in latest fixes/improvements. Change-Id: Ida49ef543f765fd8f828761d7804e5b51a93b1b3 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 f547ca7771..49dc9c278e 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.9 + 3.0.10 pom import diff --git a/features/netconf/odl-netconf-api/pom.xml b/features/netconf/odl-netconf-api/pom.xml index db1b9f1482..3201ba6b08 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.9 + 3.0.10 pom import diff --git a/features/netconf/odl-netconf-notifications-impl/pom.xml b/features/netconf/odl-netconf-notifications-impl/pom.xml index 84c362ca9b..a26b6cd629 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.9 + 3.0.10 pom import diff --git a/features/restconf/odl-restconf-common/pom.xml b/features/restconf/odl-restconf-common/pom.xml index aa471852ec..1fd83da654 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.9 + 3.0.10 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 41729350a6..7a22bd3596 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.9 + 3.0.10 pom import diff --git a/netconf/netconf-parent/pom.xml b/netconf/netconf-parent/pom.xml index 81c464e419..beb1a06956 100644 --- a/netconf/netconf-parent/pom.xml +++ b/netconf/netconf-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 3.0.9 + 3.0.10 diff --git a/restconf/restconf-parent/pom.xml b/restconf/restconf-parent/pom.xml index eee32a89d6..10967b2c92 100644 --- a/restconf/restconf-parent/pom.xml +++ b/restconf/restconf-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 3.0.9 + 3.0.10 -- 2.36.6