From 9b0e671176f30b7b73aba89142998f6a247ff03e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 8 Jan 2021 15:59:30 +0100 Subject: [PATCH] Bump upstream versions Adopt: - odlparent-8.0.3 - yangtools-6.0.3 - mdsal-7.0.4 Change-Id: I2c166ae111d423a76d9ea97ee2e3d0ce11c4b1da Signed-off-by: Robert Varga --- akka/pom.xml | 2 +- akka/repackaged-akka-jar/pom.xml | 2 +- artifacts/pom.xml | 2 +- benchmark/pom.xml | 2 +- bundle-parent/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 +- jolokia/pom.xml | 2 +- karaf/pom.xml | 2 +- model/model-inventory/pom.xml | 2 +- model/pom.xml | 2 +- opendaylight/blueprint/pom.xml | 6 +++--- 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 +- pom.xml | 2 +- 31 files changed, 37 insertions(+), 37 deletions(-) diff --git a/akka/pom.xml b/akka/pom.xml index 45170b9f37..03cb04e69c 100644 --- a/akka/pom.xml +++ b/akka/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index 033b9a1919..8103d72f0c 100644 --- a/akka/repackaged-akka-jar/pom.xml +++ b/akka/repackaged-akka-jar/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 8.0.2 + 8.0.3 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 0338c92a07..2d7a7b1dfc 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index db60385c89..5252aab6f3 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 - 8.0.2 + 8.0.3 diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 30232f10f6..ae76b4c934 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 7.0.3 + 7.0.4 diff --git a/docs/pom.xml b/docs/pom.xml index e81aadb7d0..aec4fcbda5 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 8.0.2 + 8.0.3 @@ -249,9 +249,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/8.0.2/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.2/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.3/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/8.0.3/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.3/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.4/ diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 7613d15271..286ecf0dc3 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 - 8.0.2 + 8.0.3 diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 6b12361d23..e51772dc0c 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 - 8.0.2 + 8.0.3 diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index 81e2f0ff27..3e7d30a1f1 100644 --- a/features/features-controller/pom.xml +++ b/features/features-controller/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent feature-repo-parent - 8.0.2 + 8.0.3 diff --git a/features/pom.xml b/features/pom.xml index 4ec61ed797..0f904658af 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index caa112aa92..6478a61ab6 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 - 8.0.2 + 8.0.3 diff --git a/jolokia/pom.xml b/jolokia/pom.xml index c76a396c5c..092beec717 100644 --- a/jolokia/pom.xml +++ b/jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent - 8.0.2 + 8.0.3 diff --git a/karaf/pom.xml b/karaf/pom.xml index da3ee6dddd..c786a0b41e 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 8.0.2 + 8.0.3 diff --git a/model/model-inventory/pom.xml b/model/model-inventory/pom.xml index b00539bd39..8ec1510ab8 100644 --- a/model/model-inventory/pom.xml +++ b/model/model-inventory/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 7.0.3 + 7.0.4 diff --git a/model/pom.xml b/model/pom.xml index a4b5f44034..2226c837a1 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index 7ca0fc8bee..f95ad0ac99 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 8.0.2 + 8.0.3 @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 6.0.2 + 6.0.3 pom import org.opendaylight.mdsal mdsal-artifacts - 7.0.3 + 7.0.4 pom import diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index ed3aab43a3..97e880e058 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index 5a736dc363..fdf8418dcd 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index 04bbd172ff..5911c6c729 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index a167fbbe70..027afee6bd 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index 0af1be1674..6f25111d75 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index bf5ece3dd9..3cfee4b943 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 0221b666ad..458875c26a 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 - 8.0.2 + 8.0.3 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.3 + 7.0.4 pom import diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 0ea3e2d9fc..dd14e742c0 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index ff1375ddaf..4a3c002138 100644 --- a/opendaylight/md-sal/parent/pom.xml +++ b/opendaylight/md-sal/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 7.0.3 + 7.0.4 diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index edd2a41dd5..4fc838e570 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index aaf875c603..f68a36e6f4 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 - 8.0.2 + 8.0.3 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 489faf7b54..d87a707b23 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index fba5c8b9ff..cd68383b00 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 - 8.0.2 + 8.0.3 diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index 89ce53d7fe..b7b7d2a349 100644 --- a/opendaylight/md-sal/samples/pom.xml +++ b/opendaylight/md-sal/samples/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 diff --git a/pom.xml b/pom.xml index 5ccc1b7cb8..2d072e5dc2 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.2 + 8.0.3 -- 2.36.6