From 214c2d858939d37fd1227091a4fe39439c513ab2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 23 Sep 2022 17:25:20 +0200 Subject: [PATCH] Bump MRI upstreams Adopt the following versions: - mdsal-10.0.2 - controller-6.0.2 - aaa-0.16.3 - netconf-4.0.2 - bgpcep-0.18.2 Change-Id: I7a6ac54d33733eade6007925c56adf88c395e16a Signed-off-by: Robert Varga --- api/pom.xml | 2 +- common/pom.xml | 4 ++-- dmaap-client/pom.xml | 2 +- features/odl-transportpce-swagger/pom.xml | 2 +- features/odl-transportpce/pom.xml | 2 +- inventory/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 +- renderer/pom.xml | 2 +- servicehandler/pom.xml | 2 +- tapi/pom.xml | 4 ++-- tapimodels/pom.xml | 2 +- test-common/pom.xml | 4 ++-- 20 files changed, 25 insertions(+), 25 deletions(-) diff --git a/api/pom.xml b/api/pom.xml index 41e280573..0a023ab05 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 - 10.0.1 + 10.0.2 diff --git a/common/pom.xml b/common/pom.xml index 64a61d0d8..8f8e708a2 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 @@ -24,7 +24,7 @@ org.opendaylight.netconf netconf-artifacts - 4.0.1 + 4.0.2 import pom diff --git a/dmaap-client/pom.xml b/dmaap-client/pom.xml index cb3a12ef3..29dc03f3b 100644 --- a/dmaap-client/pom.xml +++ b/dmaap-client/pom.xml @@ -9,7 +9,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 diff --git a/features/odl-transportpce-swagger/pom.xml b/features/odl-transportpce-swagger/pom.xml index 592ab06f6..c3f8f2044 100644 --- a/features/odl-transportpce-swagger/pom.xml +++ b/features/odl-transportpce-swagger/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce :: swagger - 4.0.1 + 4.0.2 etc/opendaylight/karaf diff --git a/features/odl-transportpce/pom.xml b/features/odl-transportpce/pom.xml index 9e21107bd..3ee7cdce7 100644 --- a/features/odl-transportpce/pom.xml +++ b/features/odl-transportpce/pom.xml @@ -23,7 +23,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL OpenDaylight :: transportpce - 4.0.1 + 4.0.2 etc/opendaylight/karaf diff --git a/inventory/pom.xml b/inventory/pom.xml index 69314b17f..e65fc2b9d 100644 --- a/inventory/pom.xml +++ b/inventory/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 diff --git a/nbinotifications/pom.xml b/nbinotifications/pom.xml index d6647c904..20eafb2e8 100644 --- a/nbinotifications/pom.xml +++ b/nbinotifications/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 diff --git a/networkmodel/pom.xml b/networkmodel/pom.xml index 1f8f00d53..a226bf861 100644 --- a/networkmodel/pom.xml +++ b/networkmodel/pom.xml @@ -34,14 +34,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 10.0.1 + 10.0.2 import pom org.opendaylight.netconf netconf-artifacts - 4.0.1 + 4.0.2 import pom diff --git a/olm/pom.xml b/olm/pom.xml index 10bfde6f8..09439f77b 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 - 10.0.1 + 10.0.2 diff --git a/ordmodels/common/pom.xml b/ordmodels/common/pom.xml index bc091c0a4..352e2a7e8 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 - 10.0.1 + 10.0.2 diff --git a/ordmodels/device/pom.xml b/ordmodels/device/pom.xml index 1bd590b14..8a385da4b 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 - 10.0.1 + 10.0.2 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.netconf netconf-artifacts - 4.0.1 + 4.0.2 import pom diff --git a/ordmodels/network/pom.xml b/ordmodels/network/pom.xml index 819bc3849..7763b08ba 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 - 10.0.1 + 10.0.2 diff --git a/ordmodels/pom.xml b/ordmodels/pom.xml index 135db9358..8dd4e832f 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 - 10.0.1 + 10.0.2 diff --git a/ordmodels/service/pom.xml b/ordmodels/service/pom.xml index 5e4d4c6ae..e78cd424c 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 - 10.0.1 + 10.0.2 diff --git a/pce/pom.xml b/pce/pom.xml index 634191248..2e6cff3c7 100644 --- a/pce/pom.xml +++ b/pce/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 diff --git a/renderer/pom.xml b/renderer/pom.xml index 50169a074..a88940f05 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 - 10.0.1 + 10.0.2 diff --git a/servicehandler/pom.xml b/servicehandler/pom.xml index a4390f427..ca897bda9 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 - 10.0.1 + 10.0.2 diff --git a/tapi/pom.xml b/tapi/pom.xml index a65d9fa67..e8924b365 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 - 10.0.1 + 10.0.2 @@ -29,7 +29,7 @@ Author: Martial Coulibaly on behalf of Orange org.opendaylight.netconf netconf-artifacts - 4.0.1 + 4.0.2 import pom diff --git a/tapimodels/pom.xml b/tapimodels/pom.xml index 2332db230..b65351cb5 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 - 10.0.1 + 10.0.2 diff --git a/test-common/pom.xml b/test-common/pom.xml index aa9ff06ab..1e7991ea9 100644 --- a/test-common/pom.xml +++ b/test-common/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.mdsal binding-parent - 10.0.1 + 10.0.2 @@ -26,7 +26,7 @@ org.opendaylight.netconf netconf-artifacts - 4.0.1 + 4.0.2 import pom -- 2.36.6