From d2579b22bb154bda3ce6e35aba88ca087db83ab7 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Thu, 11 Jun 2020 23:54:29 +0200 Subject: [PATCH] Integrate controller-2.0.2 This bumps versions to the following: - odlparent-7.0.3 - yangtools-5.0.3 - mdsal-6.0.2 - controller-2.0.2 Change-Id: Ida57ff1454c9298715de0a3dd2653b624cba5622 Signed-off-by: Robert Varga --- alivenessmonitor/pom.xml | 2 +- arputil/pom.xml | 2 +- artifacts/pom.xml | 2 +- cloudscaler/pom.xml | 2 +- commons/binding-parent/pom.xml | 4 ++-- commons/checkstyle/pom.xml | 2 +- commons/pom.xml | 2 +- commons/quality-parent/pom.xml | 6 +++--- fcapsapplication/pom.xml | 2 +- fcapsmanager/pom.xml | 2 +- features/genius-features/pom.xml | 2 +- features/odl-genius-api/pom.xml | 4 ++-- features/odl-genius-fcaps-application/pom.xml | 2 +- features/odl-genius-fcaps-framework/pom.xml | 2 +- features/odl-genius-rest/pom.xml | 2 +- features/odl-genius/pom.xml | 2 +- features/pom.xml | 2 +- idmanager/pom.xml | 2 +- interfacemanager/pom.xml | 2 +- ipv6util/pom.xml | 2 +- itm/pom.xml | 2 +- karaf/pom.xml | 2 +- lockmanager/pom.xml | 2 +- mdsalutil/pom.xml | 2 +- networkutils/pom.xml | 2 +- pom.xml | 2 +- 26 files changed, 30 insertions(+), 30 deletions(-) diff --git a/alivenessmonitor/pom.xml b/alivenessmonitor/pom.xml index 7de2955b8..693236cf8 100644 --- a/alivenessmonitor/pom.xml +++ b/alivenessmonitor/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/arputil/pom.xml b/arputil/pom.xml index af58253be..db82b5553 100644 --- a/arputil/pom.xml +++ b/arputil/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index acfd2b3c8..90bb71db2 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/cloudscaler/pom.xml b/cloudscaler/pom.xml index 093c55a08..cf8ec679a 100644 --- a/cloudscaler/pom.xml +++ b/cloudscaler/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index 0ce60b447..e157e20e9 100644 --- a/commons/binding-parent/pom.xml +++ b/commons/binding-parent/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal binding-parent - 6.0.1 + 6.0.2 @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller controller-artifacts - 2.0.1 + 2.0.2 pom import diff --git a/commons/checkstyle/pom.xml b/commons/checkstyle/pom.xml index 20093209f..2a09d5dc4 100644 --- a/commons/checkstyle/pom.xml +++ b/commons/checkstyle/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent - 7.0.2 + 7.0.3 diff --git a/commons/pom.xml b/commons/pom.xml index f999de26c..817869557 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/commons/quality-parent/pom.xml b/commons/quality-parent/pom.xml index d982cd3db..9cd3d89af 100644 --- a/commons/quality-parent/pom.xml +++ b/commons/quality-parent/pom.xml @@ -29,21 +29,21 @@ org.opendaylight.yangtools yangtools-artifacts - 5.0.2 + 5.0.3 pom import org.opendaylight.controller controller-artifacts - 2.0.1 + 2.0.2 pom import org.opendaylight.mdsal mdsal-artifacts - 6.0.1 + 6.0.2 pom import diff --git a/fcapsapplication/pom.xml b/fcapsapplication/pom.xml index a83da9d21..6753fdd78 100644 --- a/fcapsapplication/pom.xml +++ b/fcapsapplication/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/fcapsmanager/pom.xml b/fcapsmanager/pom.xml index 825fc0b97..42e3c1108 100644 --- a/fcapsmanager/pom.xml +++ b/fcapsmanager/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/features/genius-features/pom.xml b/features/genius-features/pom.xml index 4168529a1..bbd2002dc 100644 --- a/features/genius-features/pom.xml +++ b/features/genius-features/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 7.0.2 + 7.0.3 diff --git a/features/odl-genius-api/pom.xml b/features/odl-genius-api/pom.xml index 71c133cb2..9b533ce6b 100644 --- a/features/odl-genius-api/pom.xml +++ b/features/odl-genius-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.2 + 7.0.3 @@ -27,7 +27,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.1 + 6.0.2 import pom diff --git a/features/odl-genius-fcaps-application/pom.xml b/features/odl-genius-fcaps-application/pom.xml index 9ab36f16b..65894e60f 100644 --- a/features/odl-genius-fcaps-application/pom.xml +++ b/features/odl-genius-fcaps-application/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.2 + 7.0.3 diff --git a/features/odl-genius-fcaps-framework/pom.xml b/features/odl-genius-fcaps-framework/pom.xml index 5ee16aa89..728c1e371 100644 --- a/features/odl-genius-fcaps-framework/pom.xml +++ b/features/odl-genius-fcaps-framework/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.2 + 7.0.3 diff --git a/features/odl-genius-rest/pom.xml b/features/odl-genius-rest/pom.xml index 8b09dfaab..cd38e263a 100644 --- a/features/odl-genius-rest/pom.xml +++ b/features/odl-genius-rest/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.2 + 7.0.3 diff --git a/features/odl-genius/pom.xml b/features/odl-genius/pom.xml index 2732ecb6f..34b48fe27 100644 --- a/features/odl-genius/pom.xml +++ b/features/odl-genius/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.2 + 7.0.3 diff --git a/features/pom.xml b/features/pom.xml index 9f2d87f83..aa635e7a2 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 - 7.0.2 + 7.0.3 diff --git a/idmanager/pom.xml b/idmanager/pom.xml index 0c3b94995..0928f28f1 100644 --- a/idmanager/pom.xml +++ b/idmanager/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/interfacemanager/pom.xml b/interfacemanager/pom.xml index 88838b52d..fb560e8df 100644 --- a/interfacemanager/pom.xml +++ b/interfacemanager/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/ipv6util/pom.xml b/ipv6util/pom.xml index 461aa683d..8e157f371 100644 --- a/ipv6util/pom.xml +++ b/ipv6util/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/itm/pom.xml b/itm/pom.xml index bed1668be..853eb01fc 100644 --- a/itm/pom.xml +++ b/itm/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/karaf/pom.xml b/karaf/pom.xml index e5aee5368..72ef618ff 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 - 7.0.2 + 7.0.3 diff --git a/lockmanager/pom.xml b/lockmanager/pom.xml index 060e31c97..ea5a4b67d 100644 --- a/lockmanager/pom.xml +++ b/lockmanager/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/mdsalutil/pom.xml b/mdsalutil/pom.xml index d6a44a302..b4cbf24aa 100644 --- a/mdsalutil/pom.xml +++ b/mdsalutil/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/networkutils/pom.xml b/networkutils/pom.xml index 1888f135f..a909bb92f 100644 --- a/networkutils/pom.xml +++ b/networkutils/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 diff --git a/pom.xml b/pom.xml index 25d4be0ed..ee5df26e1 100644 --- a/pom.xml +++ b/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL --> org.opendaylight.odlparent odlparent-lite - 7.0.2 + 7.0.3 -- 2.36.6