From 6c5652a3fa1939b1ce9648bb6ee605306006d49d Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Wed, 15 Nov 2023 14:11:50 +0100 Subject: [PATCH] Bump upstreams Adopt: - odlparent-13.0.7 - infrautils-6.0.4 - yangtools-11.0.4 - mdsal-12.0.3 - controller-8.0.3 - aaa-0.18.3 - netconf-6.0.5 - bgpcep-0.20.5 Change-Id: Ifd67b1daabaf0076e05e050d38030ba68028c254 Signed-off-by: Robert Varga (cherry picked from commit cf85b80e13454bcca39f298ba42bb2e6f6376667) --- artifacts/all/pom.xml | 2 +- artifacts/distribution/pom.xml | 2 +- artifacts/pom.xml | 2 +- artifacts/upstream/all/pom.xml | 2 +- artifacts/upstream/artifacts/pom.xml | 4 ++-- artifacts/upstream/pom.xml | 2 +- artifacts/upstream/properties/pom.xml | 18 +++++++++--------- docs/platform-versions.rst | 14 +++++++------- features/pom.xml | 2 +- features/repos/index/pom.xml | 6 +++--- features/repos/pom.xml | 2 +- features/repos/test/pom.xml | 2 +- features/singles/odl-integration-all/pom.xml | 2 +- .../pom.xml | 6 +++--- features/singles/pom.xml | 2 +- karaf-scripts/pom.xml | 2 +- karaf/pom.xml | 2 +- onap-karaf/pom.xml | 2 +- pom.xml | 2 +- 19 files changed, 38 insertions(+), 38 deletions(-) diff --git a/artifacts/all/pom.xml b/artifacts/all/pom.xml index 36321105..9363479b 100644 --- a/artifacts/all/pom.xml +++ b/artifacts/all/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/artifacts/distribution/pom.xml b/artifacts/distribution/pom.xml index 9802fe29..df6b80a4 100644 --- a/artifacts/distribution/pom.xml +++ b/artifacts/distribution/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 7a1af4b2..3f3758f0 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/artifacts/upstream/all/pom.xml b/artifacts/upstream/all/pom.xml index 308e7c1e..ca238aba 100644 --- a/artifacts/upstream/all/pom.xml +++ b/artifacts/upstream/all/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/artifacts/upstream/artifacts/pom.xml b/artifacts/upstream/artifacts/pom.xml index eb503c43..194a4104 100644 --- a/artifacts/upstream/artifacts/pom.xml +++ b/artifacts/upstream/artifacts/pom.xml @@ -278,7 +278,7 @@ transportpce-models - true + false @@ -295,7 +295,7 @@ transportpce - true + false diff --git a/artifacts/upstream/pom.xml b/artifacts/upstream/pom.xml index 99eed2f0..6ec29a8e 100644 --- a/artifacts/upstream/pom.xml +++ b/artifacts/upstream/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/artifacts/upstream/properties/pom.xml b/artifacts/upstream/properties/pom.xml index b435c2e7..72237449 100644 --- a/artifacts/upstream/properties/pom.xml +++ b/artifacts/upstream/properties/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration @@ -43,22 +43,22 @@ - 0.18.2 - 0.20.4 - 8.0.2 + 0.18.3 + 0.20.5 + 8.0.3 1.15.0-SNAPSHOT - 6.0.2 + 6.0.4 1.16.0-SNAPSHOT 1.19.0-SNAPSHOT - 12.0.2 - 6.0.4 - 13.0.4 + 12.0.3 + 6.0.5 + 13.0.7 0.18.0-SNAPSHOT 1.18.0-SNAPSHOT 0.13.0-SNAPSHOT 8.0.0 19.0.0 - 11.0.2 + 11.0.4 diff --git a/docs/platform-versions.rst b/docs/platform-versions.rst index 785cde24..9d00d702 100644 --- a/docs/platform-versions.rst +++ b/docs/platform-versions.rst @@ -13,31 +13,31 @@ Platform versions * - org.opendaylight.odlparent - \* - - 13.0.4 + - 13.0.7 * - org.opendaylight.infrautils - \* - - 6.0.2 + - 6.0.4 * - org.opendaylight.yangtools - \* - - 11.0.2 + - 11.0.4 * - org.opendaylight.mdsal - \* - - 12.0.2 + - 12.0.3 * - org.opendaylight.controller - \* - - 8.0.2 + - 8.0.3 * - org.opendaylight.aaa - \* - - 0.18.2 + - 0.18.3 * - org.opendaylight.netconf - \* - - 6.0.4 + - 6.0.5 .. note:: Most projects get their YANG Tools version via MD-SAL. ${project}-artifacts are maven `bill of materials `__ diff --git a/features/pom.xml b/features/pom.xml index b4b30fcc..4e3c862b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/features/repos/index/pom.xml b/features/repos/index/pom.xml index 964272b5..6e26e45c 100644 --- a/features/repos/index/pom.xml +++ b/features/repos/index/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.0.4 + 13.0.7 org.opendaylight.integration @@ -317,7 +317,7 @@ transportpce-models - true + false @@ -332,7 +332,7 @@ transportpce - true + false diff --git a/features/repos/pom.xml b/features/repos/pom.xml index 60c331d0..e2f29d22 100644 --- a/features/repos/pom.xml +++ b/features/repos/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/features/repos/test/pom.xml b/features/repos/test/pom.xml index 6da6d77a..a6bf7215 100644 --- a/features/repos/test/pom.xml +++ b/features/repos/test/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent feature-repo-parent - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/features/singles/odl-integration-all/pom.xml b/features/singles/odl-integration-all/pom.xml index 3ed0ac7a..b7b7945c 100644 --- a/features/singles/odl-integration-all/pom.xml +++ b/features/singles/odl-integration-all/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/features/singles/odl-integration-compatible-with-all/pom.xml b/features/singles/odl-integration-compatible-with-all/pom.xml index e5ee4fc0..dbaab83e 100644 --- a/features/singles/odl-integration-compatible-with-all/pom.xml +++ b/features/singles/odl-integration-compatible-with-all/pom.xml @@ -11,7 +11,7 @@ org.opendaylight.odlparent single-feature-parent - 13.0.4 + 13.0.7 org.opendaylight.integration @@ -223,7 +223,7 @@ transportpce - true + false @@ -262,7 +262,7 @@ transportpce-models - true + false diff --git a/features/singles/pom.xml b/features/singles/pom.xml index 50ed6e37..482224d3 100644 --- a/features/singles/pom.xml +++ b/features/singles/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/karaf-scripts/pom.xml b/karaf-scripts/pom.xml index 56173fc1..03f98e10 100644 --- a/karaf-scripts/pom.xml +++ b/karaf-scripts/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/karaf/pom.xml b/karaf/pom.xml index 688656d8..e7679de6 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent karaf4-parent - 13.0.4 + 13.0.7 org.opendaylight.integration diff --git a/onap-karaf/pom.xml b/onap-karaf/pom.xml index 9bd79691..ed362568 100644 --- a/onap-karaf/pom.xml +++ b/onap-karaf/pom.xml @@ -4,7 +4,7 @@ org.opendaylight.odlparent karaf4-parent - 13.0.4 + 13.0.7 diff --git a/pom.xml b/pom.xml index 938acbdd..6791f7c2 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent-lite - 13.0.4 + 13.0.7 org.opendaylight.integration -- 2.36.6