From cc43a574c6d3f2a410b08a1225676f774c870f4d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sat, 19 Dec 2020 13:04:06 +0100 Subject: [PATCH] Bump upstream versions Adopt: - odlparent-8.0.2 - yangtools-6.0.2 - mdsal-7.0.3 Change-Id: Iba37fd205fd3059da8d97fff65eed9e0ee56bcb7 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 dab60637c5..b86a12bbfb 100644 --- a/akka/pom.xml +++ b/akka/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/akka/repackaged-akka-jar/pom.xml b/akka/repackaged-akka-jar/pom.xml index b5bc6d1ffb..b8217e7c28 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.1 + 8.0.2 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 2d382d5189..7afa6ce1fd 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/benchmark/pom.xml b/benchmark/pom.xml index ff3a83bca7..03bdffa7a9 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.1 + 8.0.2 diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 7f86969a8b..2d7abd1210 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal dom-parent - 7.0.2 + 7.0.3 diff --git a/docs/pom.xml b/docs/pom.xml index 99569bc225..aac274a47d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 8.0.1 + 8.0.2 @@ -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.1/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/6.0.1/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/7.0.2/ + 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/ diff --git a/features/features-controller-experimental/pom.xml b/features/features-controller-experimental/pom.xml index 21e93d6d4c..c3a2da6ed7 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.1 + 8.0.2 diff --git a/features/features-controller-testing/pom.xml b/features/features-controller-testing/pom.xml index 3689d3ea63..f31718e0d4 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.1 + 8.0.2 diff --git a/features/features-controller/pom.xml b/features/features-controller/pom.xml index fd4cbadb40..aabd258dde 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.1 + 8.0.2 diff --git a/features/pom.xml b/features/pom.xml index 18984c52e1..66a63f0681 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/features/single-feature-parent/pom.xml b/features/single-feature-parent/pom.xml index d7fc9e61c0..6eac811b2e 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.1 + 8.0.2 diff --git a/jolokia/pom.xml b/jolokia/pom.xml index 10971bf347..06b44a51e3 100644 --- a/jolokia/pom.xml +++ b/jolokia/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent - 8.0.1 + 8.0.2 diff --git a/karaf/pom.xml b/karaf/pom.xml index 97da73c009..f3305627ad 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 8.0.1 + 8.0.2 diff --git a/model/model-inventory/pom.xml b/model/model-inventory/pom.xml index 529497d42d..19087723d6 100644 --- a/model/model-inventory/pom.xml +++ b/model/model-inventory/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.mdsal binding-parent - 7.0.2 + 7.0.3 diff --git a/model/pom.xml b/model/pom.xml index 5b12a5de80..edb5e917ba 100644 --- a/model/pom.xml +++ b/model/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/opendaylight/blueprint/pom.xml b/opendaylight/blueprint/pom.xml index fe3e39d1aa..58c36884be 100644 --- a/opendaylight/blueprint/pom.xml +++ b/opendaylight/blueprint/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 8.0.1 + 8.0.2 @@ -27,14 +27,14 @@ org.opendaylight.yangtools yangtools-artifacts - 6.0.1 + 6.0.2 pom import org.opendaylight.mdsal mdsal-artifacts - 7.0.2 + 7.0.3 pom import diff --git a/opendaylight/config/netty-event-executor-config/pom.xml b/opendaylight/config/netty-event-executor-config/pom.xml index 0af87322c1..9b2b3ed972 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.1 + 8.0.2 diff --git a/opendaylight/config/netty-threadgroup-config/pom.xml b/opendaylight/config/netty-threadgroup-config/pom.xml index 1c740cebb4..800444e94f 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.1 + 8.0.2 diff --git a/opendaylight/config/netty-timer-config/pom.xml b/opendaylight/config/netty-timer-config/pom.xml index d312eb4959..a7bc06b912 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.1 + 8.0.2 diff --git a/opendaylight/config/pom.xml b/opendaylight/config/pom.xml index c33b3d802c..38f11a8771 100644 --- a/opendaylight/config/pom.xml +++ b/opendaylight/config/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/opendaylight/config/threadpool-config-api/pom.xml b/opendaylight/config/threadpool-config-api/pom.xml index efb218c04d..6789ee75b9 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.1 + 8.0.2 diff --git a/opendaylight/config/threadpool-config-impl/pom.xml b/opendaylight/config/threadpool-config-impl/pom.xml index bbc8df9dcc..9ef8dfd828 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.1 + 8.0.2 diff --git a/opendaylight/md-sal/mdsal-it-base/pom.xml b/opendaylight/md-sal/mdsal-it-base/pom.xml index 8b3b1eb317..00b9b7fc65 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.1 + 8.0.2 @@ -26,7 +26,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.mdsal mdsal-artifacts - 7.0.2 + 7.0.3 pom import diff --git a/opendaylight/md-sal/mdsal-it-parent/pom.xml b/opendaylight/md-sal/mdsal-it-parent/pom.xml index 965bbb2112..80c0adcecb 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.1 + 8.0.2 diff --git a/opendaylight/md-sal/parent/pom.xml b/opendaylight/md-sal/parent/pom.xml index 8df3dc7e1f..d63c59eef0 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.2 + 7.0.3 diff --git a/opendaylight/md-sal/pom.xml b/opendaylight/md-sal/pom.xml index 7d9eba3d78..5cdc57be3b 100644 --- a/opendaylight/md-sal/pom.xml +++ b/opendaylight/md-sal/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 diff --git a/opendaylight/md-sal/sal-clustering-config/pom.xml b/opendaylight/md-sal/sal-clustering-config/pom.xml index 519873c961..18fda052d0 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.1 + 8.0.2 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 777d7845b5..4f32785951 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.1 + 8.0.2 diff --git a/opendaylight/md-sal/samples/clustering-test-app/pom.xml b/opendaylight/md-sal/samples/clustering-test-app/pom.xml index 44d0bb4727..140a601af5 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.1 + 8.0.2 diff --git a/opendaylight/md-sal/samples/pom.xml b/opendaylight/md-sal/samples/pom.xml index af43df9c73..926861513a 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.1 + 8.0.2 diff --git a/pom.xml b/pom.xml index e002a708f0..e58b2cd840 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent odlparent-lite - 8.0.1 + 8.0.2 -- 2.36.6