From 827e3f5b03dc2c7c0ae7cb4be4d2290004b32ba2 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Fri, 2 Dec 2022 17:44:40 +0100 Subject: [PATCH] Bump upstream versions Adopt: - odlparent-10.0.5 - infrautils-3.0.4 - yangtools-8.0.9 - mdsal-9.0.7 - controller-5.0.8 Change-Id: I81f29ff2d24e223089a2b6674395b05148e686af Signed-off-by: Robert Varga --- aaa-encrypt-service/pom.xml | 2 +- aaa-password-service/pom.xml | 2 +- aaa-shiro/pom.xml | 2 +- aaa-shiro/repackaged-shiro-jar/pom.xml | 2 +- artifacts/pom.xml | 2 +- docs/pom.xml | 14 +++++++------- features/features-aaa/pom.xml | 2 +- features/odl-aaa-api/pom.xml | 4 ++-- features/odl-aaa-cert/pom.xml | 4 ++-- features/odl-aaa-cli/pom.xml | 2 +- features/odl-aaa-encryption-service/pom.xml | 4 ++-- features/odl-aaa-password-service/pom.xml | 6 +++--- features/odl-aaa-shiro/pom.xml | 2 +- features/odl-aaa-web/pom.xml | 4 ++-- features/odl-apache-shiro/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- parent/pom.xml | 4 ++-- pom.xml | 2 +- web/pom.xml | 2 +- web/testutils/pom.xml | 2 +- 21 files changed, 34 insertions(+), 34 deletions(-) diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index 4037ef8d6..792a1d4dd 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 10.0.4 + 10.0.5 diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index f203f989b..f88dadc16 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 10.0.4 + 10.0.5 diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 23061201e..3fc73b429 100644 --- a/aaa-shiro/pom.xml +++ b/aaa-shiro/pom.xml @@ -11,7 +11,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.odlparent odlparent-lite - 10.0.4 + 10.0.5 diff --git a/aaa-shiro/repackaged-shiro-jar/pom.xml b/aaa-shiro/repackaged-shiro-jar/pom.xml index abbf99f56..b23fd1462 100644 --- a/aaa-shiro/repackaged-shiro-jar/pom.xml +++ b/aaa-shiro/repackaged-shiro-jar/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent - 10.0.4 + 10.0.5 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 62c170e09..91c0b8ba4 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.odlparent odlparent-lite - 10.0.4 + 10.0.5 diff --git a/docs/pom.xml b/docs/pom.xml index d2f665a73..836fbbb4b 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.odlparent odlparent - 10.0.4 + 10.0.5 @@ -111,7 +111,7 @@ org.opendaylight.infrautils inject.guice.testutils - 3.0.3 + 3.0.4 provided @@ -247,11 +247,11 @@ https://commons.apache.org/proper/commons-lang/javadocs/api-release/ https://commons.apache.org/proper/commons-codec/apidocs/ - https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/10.0.4/ - https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/3.0.3/ - https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/8.0.8/ - https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/9.0.6/ - https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/5.0.7/ + https://www.javadoc.io/doc/org.opendaylight.odlparent/odlparent-docs/10.0.5/ + https://www.javadoc.io/doc/org.opendaylight.infrautils/infrautils-docs/3.0.4/ + https://www.javadoc.io/doc/org.opendaylight.yangtools/yangtools-docs/8.0.9/ + https://www.javadoc.io/doc/org.opendaylight.mdsal/mdsal-docs/9.0.7/ + https://www.javadoc.io/doc/org.opendaylight.controller/controller-docs/5.0.8/