From 7201a44803a03ec2076db3d7dc7d26fc555644b6 Mon Sep 17 00:00:00 2001 From: "guillaume.lambert" Date: Mon, 19 Apr 2021 13:48:44 -0400 Subject: [PATCH] Bump deps to new Silicon dev versions org.opendaylight.odlparent * 8.1.0 -> 8.1.1 org.opendaylight.mdsal * 7.0.5 -> 7.0.6 org.opendaylight.netconf * 1.13.0 -> 1.13.1 https://docs.opendaylight.org/projects/integration-distribution/en/stable-silicon/platform-versions.html This fixes the SSH issue described in NETCONF-765 an that occurs with some OpenROADM devices too. JIRA: NETCONF-765 TRNSPRTPCE-441 Co-Authored-by: Balagangadhar Bathula Change-Id: If166b3b40c80f1fa1cc69c1dfebc71d98db516e1 --- 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 7e0d2ef4e..f8d12387a 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.5 + 7.0.6 diff --git a/common/pom.xml b/common/pom.xml index 47292ed70..c72f106e3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 @@ -24,14 +24,14 @@ org.opendaylight.netconf netconf-artifacts - 1.13.0 + 1.13.1 import pom org.opendaylight.mdsal mdsal-artifacts - 7.0.5 + 7.0.6 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index 99d510dce..e2b5e7864 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 org.opendaylight.transportpce diff --git a/features/odl-transportpce-dmaap-client/pom.xml b/features/odl-transportpce-dmaap-client/pom.xml index 67853723b..7265893a3 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.0 + 8.1.1 org.opendaylight.transportpce diff --git a/features/odl-transportpce-inventory/pom.xml b/features/odl-transportpce-inventory/pom.xml index 861b6080e..e40e0c470 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.0 + 8.1.1 diff --git a/features/odl-transportpce-nbinotifications/pom.xml b/features/odl-transportpce-nbinotifications/pom.xml index a0e49ac2f..44a624b3e 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.0 + 8.1.1 diff --git a/features/odl-transportpce-tapi/pom.xml b/features/odl-transportpce-tapi/pom.xml index 1c76b3e09..52fa88ad3 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.0 + 8.1.1 diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 221ce2ad4..b2ffc0484 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.0 + 8.1.1 @@ -24,7 +24,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 1.13.0 + 1.13.1 etc/opendaylight/karaf diff --git a/features/pom.xml b/features/pom.xml index 4a02c83ee..185bac012 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.0 + 8.1.1 diff --git a/inventory/pom.xml b/inventory/pom.xml index 99f66614d..3df2fc5a6 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 diff --git a/karaf/pom.xml b/karaf/pom.xml index 0cbac54d0..3a9c90d45 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.0 + 8.1.1 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index 41215c565..8611587d3 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 2394bb23c..11efadc14 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.0 + 8.1.1 @@ -27,7 +27,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.5 + 7.0.6 import pom diff --git a/olm/pom.xml b/olm/pom.xml index 653040ad8..1085f62bb 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.5 + 7.0.6 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index 33cbfc6ac..0f5c446c1 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.5 + 7.0.6 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 01e0d996e..8f7ca2921 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.5 + 7.0.6 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 1.13.0 + 1.13.1 import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 8f3463626..b2982eca5 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.5 + 7.0.6 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 4035e1991..ff7ecac95 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.5 + 7.0.6 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 3314df295..e9b82995b 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.5 + 7.0.6 diff --git a/pce/pom.xml b/pce/pom.xml index a2b35b320..13fd59304 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 diff --git a/pom.xml b/pom.xml index 6b037c54c..b922ff1df 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.0 + 8.1.1 diff --git a/renderer/pom.xml b/renderer/pom.xml index 09c24bdd7..dc6b8cbed 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.5 + 7.0.6 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index 6d3b1d06f..ae07604e7 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.5 + 7.0.6 diff --git a/tapi/pom.xml b/tapi/pom.xml index 0271401ef..478be2601 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.5 + 7.0.6 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.mdsal mdsal-artifacts - 7.0.5 + 7.0.6 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index afd80d61b..ce5894065 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.5 + 7.0.6 diff --git a/test-common/pom.xml b/test-common/pom.xml index e8039806f..7978dcbbd 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 7.0.5 + 7.0.6 @@ -25,7 +25,7 @@ org.opendaylight.netconf netconf-artifacts - 1.13.0 + 1.13.1 import pom -- 2.36.6