From ba423ca210d83d960f1e2a460fe8f6f9f8f00129 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 15 Sep 2021 17:32:16 +0200 Subject: [PATCH] Bump MRI upstreams Adopt: - odlparent-9.0.6 - yangtools-7.0.8 - mdsal-8.0.5 - controller-4.0.3 - infrautils-2.0.6 - aaa-0.14.3 Change-Id: Ibbc448edc536ddae986d5936264e5e3fcbca6a69 Signed-off-by: Robert Varga --- artifacts/pom.xml | 2 +- .../netconf-connector/features-netconf-connector/pom.xml | 2 +- features/netconf-connector/pom.xml | 2 +- features/netconf/features-netconf-testing/pom.xml | 2 +- features/netconf/features-netconf/pom.xml | 2 +- features/netconf/pom.xml | 2 +- features/parent/pom.xml | 2 +- features/pom.xml | 2 +- features/restconf/features-restconf/pom.xml | 2 +- features/restconf/pom.xml | 2 +- features/yanglib/features-yanglib/pom.xml | 2 +- features/yanglib/pom.xml | 2 +- karaf-static/pom.xml | 2 +- karaf/pom.xml | 4 ++-- netconf/models/pom.xml | 2 +- netconf/netconf-config/pom.xml | 2 +- netconf/pom.xml | 2 +- netconf/shaded-exificient-jar/pom.xml | 2 +- netconf/shaded-exificient/pom.xml | 2 +- netconf/shaded-sshd-jar/pom.xml | 2 +- netconf/shaded-sshd/pom.xml | 2 +- netconf/tools/pom.xml | 2 +- parent/pom.xml | 6 +++--- pom.xml | 2 +- restconf/pom.xml | 2 +- restconf/restconf-models/pom.xml | 2 +- restconf/sal-rest-connector-config/pom.xml | 2 +- 27 files changed, 30 insertions(+), 30 deletions(-) diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 076282ad70..22ed6d533b 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/features/netconf-connector/features-netconf-connector/pom.xml b/features/netconf-connector/features-netconf-connector/pom.xml index 83e1778063..3bb9ff4039 100644 --- a/features/netconf-connector/features-netconf-connector/pom.xml +++ b/features/netconf-connector/features-netconf-connector/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.5 + 9.0.6 diff --git a/features/netconf-connector/pom.xml b/features/netconf-connector/pom.xml index ae41bcfde7..506d896a8a 100644 --- a/features/netconf-connector/pom.xml +++ b/features/netconf-connector/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/features/netconf/features-netconf-testing/pom.xml b/features/netconf/features-netconf-testing/pom.xml index af8a7df22d..af0ecb67ff 100644 --- a/features/netconf/features-netconf-testing/pom.xml +++ b/features/netconf/features-netconf-testing/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.5 + 9.0.6 diff --git a/features/netconf/features-netconf/pom.xml b/features/netconf/features-netconf/pom.xml index a737e14f42..57afe1bc1b 100644 --- a/features/netconf/features-netconf/pom.xml +++ b/features/netconf/features-netconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.5 + 9.0.6 diff --git a/features/netconf/pom.xml b/features/netconf/pom.xml index fe64f81044..f7330c8014 100644 --- a/features/netconf/pom.xml +++ b/features/netconf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/features/parent/pom.xml b/features/parent/pom.xml index c35bb20158..29f7d85e3c 100644 --- a/features/parent/pom.xml +++ b/features/parent/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent single-feature-parent - 9.0.5 + 9.0.6 diff --git a/features/pom.xml b/features/pom.xml index c3f809af42..ada11b7d23 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/features/restconf/features-restconf/pom.xml b/features/restconf/features-restconf/pom.xml index c1604aaf7a..054ae66c5c 100644 --- a/features/restconf/features-restconf/pom.xml +++ b/features/restconf/features-restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.5 + 9.0.6 diff --git a/features/restconf/pom.xml b/features/restconf/pom.xml index bc05239890..db27cca60a 100644 --- a/features/restconf/pom.xml +++ b/features/restconf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/features/yanglib/features-yanglib/pom.xml b/features/yanglib/features-yanglib/pom.xml index 4419f1bdb9..7c2be89bfd 100644 --- a/features/yanglib/features-yanglib/pom.xml +++ b/features/yanglib/features-yanglib/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent feature-repo-parent - 9.0.5 + 9.0.6 diff --git a/features/yanglib/pom.xml b/features/yanglib/pom.xml index b0c0e44780..294009bbf0 100644 --- a/features/yanglib/pom.xml +++ b/features/yanglib/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/karaf-static/pom.xml b/karaf-static/pom.xml index 357718c437..ce18c4ce40 100644 --- a/karaf-static/pom.xml +++ b/karaf-static/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf-dist-static - 9.0.5 + 9.0.6 diff --git a/karaf/pom.xml b/karaf/pom.xml index 6585ecb18a..7d53e16a72 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent karaf4-parent - 9.0.5 + 9.0.6 org.opendaylight.netconf @@ -40,7 +40,7 @@ org.opendaylight.infrautils infrautils-artifacts - 2.0.5 + 2.0.6 pom import diff --git a/netconf/models/pom.xml b/netconf/models/pom.xml index 84d8ad9c13..6926362e75 100644 --- a/netconf/models/pom.xml +++ b/netconf/models/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/netconf/netconf-config/pom.xml b/netconf/netconf-config/pom.xml index bc049e5a65..3e44d71374 100644 --- a/netconf/netconf-config/pom.xml +++ b/netconf/netconf-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 9.0.5 + 9.0.6 diff --git a/netconf/pom.xml b/netconf/pom.xml index a33b6973f0..78811e155a 100644 --- a/netconf/pom.xml +++ b/netconf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/netconf/shaded-exificient-jar/pom.xml b/netconf/shaded-exificient-jar/pom.xml index 49c07bf6b3..503c230fab 100644 --- a/netconf/shaded-exificient-jar/pom.xml +++ b/netconf/shaded-exificient-jar/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 9.0.5 + 9.0.6 diff --git a/netconf/shaded-exificient/pom.xml b/netconf/shaded-exificient/pom.xml index 3927ba867b..5232a665e6 100644 --- a/netconf/shaded-exificient/pom.xml +++ b/netconf/shaded-exificient/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent bundle-parent - 9.0.5 + 9.0.6 diff --git a/netconf/shaded-sshd-jar/pom.xml b/netconf/shaded-sshd-jar/pom.xml index 31bd8abe0e..eac2e0c749 100644 --- a/netconf/shaded-sshd-jar/pom.xml +++ b/netconf/shaded-sshd-jar/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 9.0.5 + 9.0.6 diff --git a/netconf/shaded-sshd/pom.xml b/netconf/shaded-sshd/pom.xml index eb677197ba..11fa0768fb 100644 --- a/netconf/shaded-sshd/pom.xml +++ b/netconf/shaded-sshd/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent bundle-parent - 9.0.5 + 9.0.6 diff --git a/netconf/tools/pom.xml b/netconf/tools/pom.xml index 33dc2c00b6..d371465921 100644 --- a/netconf/tools/pom.xml +++ b/netconf/tools/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/parent/pom.xml b/parent/pom.xml index 6e6ee94e6e..e558d07bb7 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.mdsal binding-parent - 8.0.4 + 8.0.5 @@ -25,7 +25,7 @@ org.opendaylight.aaa aaa-artifacts - 0.14.2 + 0.14.3 pom import @@ -39,7 +39,7 @@ org.opendaylight.infrautils infrautils-artifacts - 2.0.5 + 2.0.6 pom import diff --git a/pom.xml b/pom.xml index f5af42a93c..4c40ff68c2 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/restconf/pom.xml b/restconf/pom.xml index 5ae39b2758..4cdca9742b 100644 --- a/restconf/pom.xml +++ b/restconf/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/restconf/restconf-models/pom.xml b/restconf/restconf-models/pom.xml index 89706f3cee..94008db1ba 100644 --- a/restconf/restconf-models/pom.xml +++ b/restconf/restconf-models/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 diff --git a/restconf/sal-rest-connector-config/pom.xml b/restconf/sal-rest-connector-config/pom.xml index f7c1949986..6b77eaa363 100644 --- a/restconf/sal-rest-connector-config/pom.xml +++ b/restconf/sal-rest-connector-config/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 9.0.5 + 9.0.6 -- 2.36.6