From 31fca3a32d41bb2f4d140114d01504a8b9caff84 Mon Sep 17 00:00:00 2001 From: Gilles Thouenon Date: Fri, 9 Jul 2021 09:16:58 +0200 Subject: [PATCH] Bump dependencies to Si SR2 - odlparent => 8.1.3 - mdsal => 7.0.8 - netconf => 1.13.3 Signed-off-by: Gilles Thouenon Change-Id: I99ad1c5c2f6a9d1e0b2f6b3694fe338756866000 --- api/pom.xml | 2 +- common/pom.xml | 6 +++--- dmaap-client/pom.xml | 2 +- features/odl-transportpce-dmaap-client/pom.xml | 2 +- features/odl-transportpce-inventory/pom.xml | 2 +- features/odl-transportpce-nbinotifications/pom.xml | 2 +- features/odl-transportpce-tapi/pom.xml | 2 +- features/odl-transportpce/pom.xml | 4 ++-- features/pom.xml | 2 +- inventory/pom.xml | 2 +- karaf/pom.xml | 2 +- nbinotifications/pom.xml | 2 +- networkmodel/pom.xml | 4 ++-- olm/pom.xml | 2 +- ordmodels/common/pom.xml | 2 +- ordmodels/device/pom.xml | 4 ++-- ordmodels/network/pom.xml | 2 +- ordmodels/pom.xml | 2 +- ordmodels/service/pom.xml | 2 +- pce/pom.xml | 2 +- pom.xml | 2 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 4 ++-- tapimodels/pom.xml | 2 +- test-common/pom.xml | 4 ++-- 26 files changed, 33 insertions(+), 33 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index f6bf16634..748f1dfd9 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.7 + 7.0.8 diff --git a/common/pom.xml b/common/pom.xml index f45eb322d..a8ba745f7 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 @@ -24,14 +24,14 @@ org.opendaylight.netconf netconf-artifacts - 1.13.2 + 1.13.3 import pom org.opendaylight.mdsal mdsal-artifacts - 7.0.7 + 7.0.8 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index abdcb00ba..7b938d11c 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 org.opendaylight.transportpce diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index d4a7020a0..e7bdfe387 100644 --- a/features/odl-transportpce-dmaap-client/pom.xml +++ b/features/odl-transportpce-dmaap-client/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 8.1.3 org.opendaylight.transportpce diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index e2f4a52dc..9d52696b9 100644 --- a/features/odl-transportpce-inventory/pom.xml +++ b/features/odl-transportpce-inventory/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 8.1.3 diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index 738f5cf2c..580160fdb 100644 --- a/features/odl-transportpce-nbinotifications/pom.xml +++ b/features/odl-transportpce-nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 8.1.2 + 8.1.3 diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 3d45611ac..a94973d80 100644 --- a/features/odl-transportpce-tapi/pom.xml +++ b/features/odl-transportpce-tapi/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 8.1.2 + 8.1.3 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index deafc5509..e6f75ddc8 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent single-feature-parent - 8.1.2 + 8.1.3 @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 1.13.2 + 1.13.3 etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index d684f5122..62b26751b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 8.1.2 + 8.1.3 diff --git a/inventory/pom.xml b/inventory/pom.xml index 99d4a1879..f37fc60a7 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 diff --git a/karaf/pom.xml b/karaf/pom.xml index ca0873b14..93a4f8e75 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent karaf4-parent - 8.1.2 + 8.1.3 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 98fd63086..54badf415 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index feb97bf5c..9abe1d08e 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 8.1.2 + 8.1.3 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.7 + 7.0.8 import pom diff --git a/olm/pom.xml b/olm/pom.xml index 908b44fe6..ef25c1de2 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.7 + 7.0.8 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 51e5f85ae..fbf49cfc8 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.7 + 7.0.8 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 156184955..a31c3333c 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.7 + 7.0.8 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.13.2 + 1.13.3 import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 9f79574ce..164abbadf 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.7 + 7.0.8 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 5863b0ec6..1cbaaab00 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.7 + 7.0.8 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index e22da7aae..0316b66e1 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.7 + 7.0.8 diff --git a/pce/pom.xml b/pce/pom.xml index 415ff75ad..3eee5713b 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 diff --git a/pom.xml b/pom.xml index 164492669..873ffe20a 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 8.1.2 + 8.1.3 diff --git a/renderer/pom.xml b/renderer/pom.xml index a34c4bef0..3c29c3bd3 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.7 + 7.0.8 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 980f2b767..b55825941 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.7 + 7.0.8 diff --git a/tapi/pom.xml b/tapi/pom.xml index 25b9dd54c..94eea55b1 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.7 + 7.0.8 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 7.0.7 + 7.0.8 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index fa7f7b810..98617155d 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.7 + 7.0.8 diff --git a/test-common/pom.xml b/test-common/pom.xml index 9f7b246be..c0032ef6f 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 7.0.7 + 7.0.8 @@ -25,7 +25,7 @@ org.opendaylight.netconf netconf-artifacts - 1.13.2 + 1.13.3 import pom -- 2.36.6