From 58cab488309943b60d0b7c1826285a4ed458ea31 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Thu, 27 May 2021 10:17:39 +0200 Subject: [PATCH] Bump dependencies to newer Silicon dev versions https://docs.opendaylight.org/projects/integration-distribution/en/stable-silicon/platform-versions.html $ find . -name pom.xml -exec sed -i -e 's/1.13.1/1.13.2/g' \ -e 's/8.1.1/8.1.2/' -e 's/7.0.6/7.0.7/' \{\} + Signed-off-by: guillaume.lambert Change-Id: Iafb4916ac1fb1cec2e31690984892d86e9dfb3f0 --- 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 f8d12387a..f6bf16634 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.6 + 7.0.7 diff --git a/common/pom.xml b/common/pom.xml index c72f106e3..f45eb322d 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 @@ -24,14 +24,14 @@ org.opendaylight.netconf netconf-artifacts - 1.13.1 + 1.13.2 import pom org.opendaylight.mdsal mdsal-artifacts - 7.0.6 + 7.0.7 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index e2b5e7864..abdcb00ba 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 org.opendaylight.transportpce diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index 7265893a3..d4a7020a0 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.1 + 8.1.2 org.opendaylight.transportpce diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index e40e0c470..e2f4a52dc 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.1 + 8.1.2 diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index 44a624b3e..738f5cf2c 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.1 + 8.1.2 diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 52fa88ad3..3d45611ac 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.1 + 8.1.2 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index b2ffc0484..784e1d0cb 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.1 + 8.1.2 @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 1.13.1 + 1.13.2 etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index 185bac012..d684f5122 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.1 + 8.1.2 diff --git a/inventory/pom.xml b/inventory/pom.xml index 3df2fc5a6..99d4a1879 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 diff --git a/karaf/pom.xml b/karaf/pom.xml index 3a9c90d45..ca0873b14 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.1 + 8.1.2 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 8611587d3..98fd63086 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 11efadc14..feb97bf5c 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.1 + 8.1.2 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.6 + 7.0.7 import pom diff --git a/olm/pom.xml b/olm/pom.xml index 1085f62bb..908b44fe6 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.6 + 7.0.7 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 0f5c446c1..51e5f85ae 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.6 + 7.0.7 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 8f7ca2921..156184955 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.6 + 7.0.7 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.13.1 + 1.13.2 import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index b2982eca5..9f79574ce 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.6 + 7.0.7 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index ff7ecac95..5863b0ec6 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.6 + 7.0.7 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index e9b82995b..e22da7aae 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.6 + 7.0.7 diff --git a/pce/pom.xml b/pce/pom.xml index 13fd59304..415ff75ad 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 diff --git a/pom.xml b/pom.xml index b922ff1df..164492669 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.1 + 8.1.2 diff --git a/renderer/pom.xml b/renderer/pom.xml index dc6b8cbed..a34c4bef0 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.6 + 7.0.7 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index ae07604e7..980f2b767 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.6 + 7.0.7 diff --git a/tapi/pom.xml b/tapi/pom.xml index b427c9813..25b9dd54c 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.6 + 7.0.7 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 7.0.6 + 7.0.7 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index ce5894065..fa7f7b810 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.6 + 7.0.7 diff --git a/test-common/pom.xml b/test-common/pom.xml index 7978dcbbd..9f7b246be 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 7.0.6 + 7.0.7 @@ -25,7 +25,7 @@ org.opendaylight.netconf netconf-artifacts - 1.13.1 + 1.13.2 import pom -- 2.36.6