From 3536e353479ac7746c60b468f0a1d98260cdd83b Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Wed, 18 Aug 2021 01:02:02 +0200 Subject: [PATCH] Bump mdsal dependency to 7.0.9 for Si SR2 Signed-off-by: guillaume.lambert Change-Id: I02f954fb670939a5c7c3b40c24ad92568243f6f5 --- api/pom.xml | 2 +- common/pom.xml | 4 ++-- dmaap-client/pom.xml | 2 +- inventory/pom.xml | 2 +- nbinotifications/pom.xml | 2 +- networkmodel/pom.xml | 2 +- olm/pom.xml | 2 +- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 2 +- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 2 +- ordmodels/service/pom.xml | 2 +- pce/pom.xml | 2 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 4 ++-- tapimodels/pom.xml | 2 +- test-common/pom.xml | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 748f1dfd9..4f47296d9 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/common/pom.xml b/common/pom.xml index 4e62c4dca..0f8742cc6 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 @@ -31,7 +31,7 @@ org.opendaylight.mdsal mdsal-artifacts - 7.0.8 + 7.0.9 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 7b938d11c..68ec82771 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 org.opendaylight.transportpce diff --git a/inventory/pom.xml b/inventory/pom.xml index f37fc60a7..1781f599a 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 54badf415..8626b640a 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 9abe1d08e..0d06d525b 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.8 + 7.0.9 import pom diff --git a/olm/pom.xml b/olm/pom.xml index ef25c1de2..f80a0f251 100644 --- a/olm/pom.xml +++ b/olm/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index fbf49cfc8..4852f2ef8 100644 --- a/ordmodels/common/pom.xml +++ b/ordmodels/common/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 7dbad3aa2..c46270acd 100644 --- a/ordmodels/device/pom.xml +++ b/ordmodels/device/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 164abbadf..7e68a9382 100644 --- a/ordmodels/network/pom.xml +++ b/ordmodels/network/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 1cbaaab00..cfd273bab 100644 --- a/ordmodels/pom.xml +++ b/ordmodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 0316b66e1..9e06402b0 100644 --- a/ordmodels/service/pom.xml +++ b/ordmodels/service/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/pce/pom.xml b/pce/pom.xml index 3eee5713b..14dd85c74 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/renderer/pom.xml b/renderer/pom.xml index 3c29c3bd3..b3d9ac200 100644 --- a/renderer/pom.xml +++ b/renderer/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index b55825941..c6d67e4fa 100644 --- a/servicehandler/pom.xml +++ b/servicehandler/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/tapi/pom.xml b/tapi/pom.xml index 94eea55b1..c8b183509 100644 --- a/tapi/pom.xml +++ b/tapi/pom.xml @@ -15,7 +15,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 7.0.8 + 7.0.9 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 98617155d..0650e300f 100644 --- a/tapimodels/pom.xml +++ b/tapimodels/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 diff --git a/test-common/pom.xml b/test-common/pom.xml index ca23e06a3..8cbb237ca 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 7.0.8 + 7.0.9 -- 2.36.6