From fbd4206de78314ee839147afcf09c8e29b24dc4e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 12 Oct 2020 11:08:40 +0200 Subject: [PATCH 1/1] Bump upstream versions Pick up odlparent-7.0.7, yangtools-5.0.7, mdsal-6.0.6 for latest fixes. Change-Id: I9a81b8eee714241b30bac8bd772db6f98697e958 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 6d180ea451..37915bcf2f 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index 271a6d6275..9992cc4b4b 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.6 + 7.0.7 diff --git a/docs/pom.xml b/docs/pom.xml index aa887fd322..a41fc73a4d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 7.0.6 + 7.0.7 @@ -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.6/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/5.0.6/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.5/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/7.0.7/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/5.0.7/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/6.0.6/ diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index b6dd9393d7..391221a056 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.6 + 7.0.7 diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 32bfefdb40..60954e0f68 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.6 + 7.0.7 diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index be45aecb38..836af69322 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.6 + 7.0.7 diff --git a/features/pom.xml b/features/pom.xml index 00bfd4c7be..9b49f488ea 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index 8587aa71b8..579f1f1994 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.6 + 7.0.7 diff --git a/karaf/pom.xml b/karaf/pom.xml index 23ff6f892d..20aa590960 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 7.0.6 + 7.0.7 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 15b4c3432a..0b591e8018 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 7.0.6 + 7.0.7 @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 5.0.6 + 5.0.7 pom import org.opendaylight.mdsal mdsal-artifacts - 6.0.5 + 6.0.6 pom import diff --git a/opendaylight/commons/jolokia/pom.xml b/opendaylight/commons/jolokia/pom.xml index 83f4050cf3..a2a1265ee9 100644 --- a/opendaylight/commons/jolokia/pom.xml +++ b/opendaylight/commons/jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent - 7.0.6 + 7.0.7 diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index b4dd7b129e..0706c3e67d 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.6 + 7.0.7 diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index 26d9505200..5da83890b1 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.6 + 7.0.7 diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 983e9aa638..b01132a5a7 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.6 + 7.0.7 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index 6f7c51bf1c..10577ab87b 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index c0a10c07e1..1bb9f52a60 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.6 + 7.0.7 diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index a5bf664ed6..b84c570a91 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.6 + 7.0.7 diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 4ed123cd22..09c3f4a06d 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.6 + 7.0.7 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 6.0.5 + 6.0.6 pom import diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 66b4bde8d1..e0cc58a0be 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.6 + 7.0.7 diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 176c7cb6df..0a93791d38 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.5 + 6.0.6 diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 32f64921c8..ae16ecd423 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 075cb06397..d7e683d1f5 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.6 + 7.0.7 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 5c975abe5f..cf61732375 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.6 + 7.0.7 diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index 77534bf7ff..87531b0509 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.6 + 7.0.7 diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 8a608a3e94..93d4d39fd3 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.6 + 7.0.7 diff --git a/opendaylight/model/model-inventory/pom.xml b/opendaylight/model/model-inventory/pom.xml index 2aae9a7964..badac6e231 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.5 + 6.0.6 diff --git a/opendaylight/model/pom.xml b/opendaylight/model/pom.xml index 7578ede83c..e9a3110ba1 100644 --- a/opendaylight/model/pom.xml +++ b/opendaylight/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 diff --git a/pom.xml b/pom.xml index db57dd5bc4..07a86b903b 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 7.0.6 + 7.0.7 -- 2.36.6