From d70acf4e62c970f5192043fec3a0bec3c2c99dee Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 27 Jul 2020 02:00:43 +0200 Subject: [PATCH] Bump odlparent/yangtools/mdsal/controller Adopt upstream versions: - odlparent-7.0.5 - yangtools-5.0.5 - mdsal-6.0.4 - controller-2.0.3 Change-Id: I221bfd55fefc4f412efcf2a605782f29d3e1bde6 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 693236cf8..6d6e712cf 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.3 + 7.0.5 diff --git a/arputil/pom.xml b/arputil/pom.xml index db82b5553..465af97d7 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.3 + 7.0.5 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 90bb71db2..0d99f0c8f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.3 + 7.0.5 diff --git a/cloudscaler/pom.xml b/cloudscaler/pom.xml index cf8ec679a..170326b49 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.3 + 7.0.5 diff --git a/commons/binding-parent/pom.xml b/commons/binding-parent/pom.xml index e157e20e9..dfd635935 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.2 + 6.0.4 @@ -34,7 +34,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.controller controller-artifacts - 2.0.2 + 2.0.3 pom import diff --git a/commons/checkstyle/pom.xml b/commons/checkstyle/pom.xml index 2a09d5dc4..c5f279bc6 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.3 + 7.0.5 diff --git a/commons/pom.xml b/commons/pom.xml index 817869557..1e9950fee 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.3 + 7.0.5 diff --git a/commons/quality-parent/pom.xml b/commons/quality-parent/pom.xml index 9cd3d89af..bd3c9cc80 100644 --- a/commons/quality-parent/pom.xml +++ b/commons/quality-parent/pom.xml @@ -29,21 +29,21 @@ org.opendaylight.yangtools yangtools-artifacts - 5.0.3 + 5.0.5 pom import org.opendaylight.controller controller-artifacts - 2.0.2 + 2.0.3 pom import org.opendaylight.mdsal mdsal-artifacts - 6.0.2 + 6.0.4 pom import diff --git a/fcapsapplication/pom.xml b/fcapsapplication/pom.xml index 6753fdd78..71e942af4 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.3 + 7.0.5 diff --git a/fcapsmanager/pom.xml b/fcapsmanager/pom.xml index 42e3c1108..baaf5cf49 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.3 + 7.0.5 diff --git a/features/genius-features/pom.xml b/features/genius-features/pom.xml index bbd2002dc..ded43eb16 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.3 + 7.0.5 diff --git a/features/odl-genius-api/pom.xml b/features/odl-genius-api/pom.xml index 9b533ce6b..f33ea2a49 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.3 + 7.0.5 @@ -27,7 +27,7 @@ org.opendaylight.mdsal mdsal-artifacts - 6.0.2 + 6.0.4 import pom diff --git a/features/odl-genius-fcaps-application/pom.xml b/features/odl-genius-fcaps-application/pom.xml index 65894e60f..95eb9ee34 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.3 + 7.0.5 diff --git a/features/odl-genius-fcaps-framework/pom.xml b/features/odl-genius-fcaps-framework/pom.xml index 728c1e371..d2f11ff61 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.3 + 7.0.5 diff --git a/features/odl-genius-rest/pom.xml b/features/odl-genius-rest/pom.xml index cd38e263a..de1449618 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.3 + 7.0.5 diff --git a/features/odl-genius/pom.xml b/features/odl-genius/pom.xml index 34b48fe27..54c3fb510 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.3 + 7.0.5 diff --git a/features/pom.xml b/features/pom.xml index aa635e7a2..aa6360288 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.3 + 7.0.5 diff --git a/idmanager/pom.xml b/idmanager/pom.xml index 0928f28f1..cb62bc334 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.3 + 7.0.5 diff --git a/interfacemanager/pom.xml b/interfacemanager/pom.xml index fb560e8df..382ca269a 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.3 + 7.0.5 diff --git a/ipv6util/pom.xml b/ipv6util/pom.xml index 8e157f371..73f3f9926 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.3 + 7.0.5 diff --git a/itm/pom.xml b/itm/pom.xml index 853eb01fc..1047a1d78 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.3 + 7.0.5 diff --git a/karaf/pom.xml b/karaf/pom.xml index 72ef618ff..c51985926 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.3 + 7.0.5 diff --git a/lockmanager/pom.xml b/lockmanager/pom.xml index ea5a4b67d..73ce962fc 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.3 + 7.0.5 diff --git a/mdsalutil/pom.xml b/mdsalutil/pom.xml index b4cbf24aa..a687644bd 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.3 + 7.0.5 diff --git a/networkutils/pom.xml b/networkutils/pom.xml index a909bb92f..a40378010 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.3 + 7.0.5 diff --git a/pom.xml b/pom.xml index ee5df26e1..c0924a3b2 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.3 + 7.0.5 -- 2.36.6