From d38185faacdcc94df9e3095d6a19a73c1fb7627b Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Tue, 18 May 2021 12:45:21 +0200 Subject: [PATCH] Bump upstream versions Adopt: - odlparent-7.0.10 - yangtools-5.0.10 - mdsal-6.0.10 Change-Id: I4d59befcaf1ba83daf6ca60d8ab2636f701f78d0 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- benchmark/pom.xml | 2 +- docs/pom.xml | 8 ++++---- features/features-controller-experimental/pom.xml | 2 +- features/features-controller-testing/pom.xml | 2 +- features/features-controller/pom.xml | 2 +- features/pom.xml | 2 +- features/single-feature-parent/pom.xml | 2 +- karaf/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 6 +++--- opendaylight/commons/jolokia/pom.xml | 2 +- opendaylight/config/netty-event-executor-config/pom.xml | 2 +- opendaylight/config/netty-threadgroup-config/pom.xml | 2 +- opendaylight/config/netty-timer-config/pom.xml | 2 +- opendaylight/config/pom.xml | 2 +- opendaylight/config/threadpool-config-api/pom.xml | 2 +- opendaylight/config/threadpool-config-impl/pom.xml | 2 +- opendaylight/md-sal/mdsal-it-base/pom.xml | 4 ++-- opendaylight/md-sal/mdsal-it-parent/pom.xml | 2 +- opendaylight/md-sal/parent/pom.xml | 2 +- opendaylight/md-sal/pom.xml | 2 +- opendaylight/md-sal/sal-clustering-config/pom.xml | 2 +- .../samples/clustering-test-app/configuration/pom.xml | 2 +- opendaylight/md-sal/samples/clustering-test-app/pom.xml | 2 +- opendaylight/md-sal/samples/pom.xml | 2 +- opendaylight/model/model-inventory/pom.xml | 2 +- opendaylight/model/pom.xml | 2 +- pom.xml | 2 +- 28 files changed, 34 insertions(+), 34 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index d33a06f314..7c3a195814 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 6ee231eec1..0fcdb00093 100644 --- a/benchmark/pom.xml +++ b/benchmark/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/docs/pom.xml b/docs/pom.xml index 498736837c..23758ae422 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 7.0.8 + 7.0.10 @@ -245,9 +245,9 @@ https://commons.apache.org/proper/commons-lang/javadocs/api-3.9/ https://commons.apache.org/proper/commons-codec/apidocs/ - https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/7.0.8/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/5.0.9/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.9/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/7.0.10/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/5.0.10/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.10/ diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 23ee67d70d..194567a666 100644 --- a/features/features-controller-experimental/pom.xml +++ b/features/features-controller-experimental/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 7.0.8 + 7.0.10 diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 71b71e1ba2..1edcdbd4af 100644 --- a/features/features-controller-testing/pom.xml +++ b/features/features-controller-testing/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 7.0.8 + 7.0.10 diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index 51be7855d8..c0d68f25c3 100644 --- a/features/features-controller/pom.xml +++ b/features/features-controller/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 7.0.8 + 7.0.10 diff --git a/features/pom.xml b/features/pom.xml index 470981e720..578b433ba8 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index 5ca277c03a..1aa05b5ecf 100644 --- a/features/single-feature-parent/pom.xml +++ b/features/single-feature-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 7.0.8 + 7.0.10 diff --git a/karaf/pom.xml b/karaf/pom.xml index 3cd64fa7cc..6cf7298624 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 1c318ee349..94aff9998f 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 5.0.9 + 5.0.10 pom import org.opendaylight.mdsal mdsal-artifacts - 6.0.9 + 6.0.10 pom import diff --git a/opendaylight/commons/jolokia/pom.xml b/opendaylight/commons/jolokia/pom.xml index 93b861c7a9..7e28099c9a 100644 --- a/opendaylight/commons/jolokia/pom.xml +++ b/opendaylight/commons/jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index d841b9c146..9db6e6165c 100644 --- a/opendaylight/config/netty-event-executor-config/pom.xml +++ b/opendaylight/config/netty-event-executor-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index c26f309f3d..c7d38bf29b 100644 --- a/opendaylight/config/netty-threadgroup-config/pom.xml +++ b/opendaylight/config/netty-threadgroup-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 00bfd6da2f..40fecc6f19 100644 --- a/opendaylight/config/netty-timer-config/pom.xml +++ b/opendaylight/config/netty-timer-config/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 6797e8f648..34d2d3acbf 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 127fb80ce5..4317181811 100644 --- a/opendaylight/config/threadpool-config-api/pom.xml +++ b/opendaylight/config/threadpool-config-api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index 16f0917d8a..89292d7589 100644 --- a/opendaylight/config/threadpool-config-impl/pom.xml +++ b/opendaylight/config/threadpool-config-impl/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index d3e0f2f4fc..dbebf649a8 100644 --- a/opendaylight/md-sal/mdsal-it-base/pom.xml +++ b/opendaylight/md-sal/mdsal-it-base/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 6.0.9 + 6.0.10 pom import diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 55ef499f77..b5e1ae6244 100644 --- a/opendaylight/md-sal/mdsal-it-parent/pom.xml +++ b/opendaylight/md-sal/mdsal-it-parent/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.odlparent bundle-parent - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index b0ba1ad966..d33ba69a8e 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 6.0.9 + 6.0.10 diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 9956680d52..3c38414870 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 16b2a73c7f..56a178824c 100644 --- a/opendaylight/md-sal/sal-clustering-config/pom.xml +++ b/opendaylight/md-sal/sal-clustering-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml index 42182ce9e7..490a127c03 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/configuration/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index 29cec99275..4a2cd51a44 100644 --- a/opendaylight/md-sal/samples/clustering-test-app/pom.xml +++ b/opendaylight/md-sal/samples/clustering-test-app/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 67a87b8273..a45f2e71b1 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/opendaylight/model/model-inventory/pom.xml b/opendaylight/model/model-inventory/pom.xml index 4184a51937..6947c02c74 100644 --- a/opendaylight/model/model-inventory/pom.xml +++ b/opendaylight/model/model-inventory/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 6.0.9 + 6.0.10 diff --git a/opendaylight/model/pom.xml b/opendaylight/model/pom.xml index 84f610611f..ec6cf534a7 100644 --- a/opendaylight/model/pom.xml +++ b/opendaylight/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 diff --git a/pom.xml b/pom.xml index 8ac130993e..3ac4ec2ccb 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.8 + 7.0.10 -- 2.36.6