From 773d1b45b0c84fb09d05021ee02d1a5bad0186c0 Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 5 Dec 2022 09:10:51 +0100 Subject: [PATCH] Bump versions to 0.17.1-SNAPSHOT This starts the next development iteration. Change-Id: Id645fb074555eece29a57412567569bb34d34f66 Signed-off-by: Robert Varga --- aaa-authn-api/pom.xml | 4 ++-- aaa-cert/pom.xml | 2 +- aaa-cli-jar/pom.xml | 2 +- aaa-cli/pom.xml | 4 ++-- aaa-encrypt-service/api/pom.xml | 2 +- aaa-encrypt-service/impl/pom.xml | 2 +- aaa-encrypt-service/pom.xml | 2 +- aaa-filterchain/pom.xml | 2 +- aaa-idm-store-h2/pom.xml | 2 +- aaa-password-service/api/pom.xml | 4 ++-- aaa-password-service/impl/pom.xml | 4 ++-- aaa-password-service/pom.xml | 2 +- aaa-shiro/api/pom.xml | 4 ++-- aaa-shiro/impl/pom.xml | 4 ++-- aaa-shiro/pom.xml | 2 +- aaa-shiro/repackaged-shiro-jar/pom.xml | 2 +- aaa-shiro/repackaged-shiro/pom.xml | 2 +- aaa-tokenauthrealm/pom.xml | 2 +- artifacts/pom.xml | 2 +- dependency-check/pom.xml | 4 ++-- docs/pom.xml | 4 ++-- features/features-aaa/pom.xml | 2 +- features/odl-aaa-api/pom.xml | 2 +- features/odl-aaa-cert/pom.xml | 2 +- features/odl-aaa-cli/pom.xml | 2 +- features/odl-aaa-encryption-service/pom.xml | 2 +- features/odl-aaa-password-service/pom.xml | 2 +- features/odl-aaa-shiro/pom.xml | 2 +- features/odl-aaa-web/pom.xml | 2 +- features/odl-apache-shiro/pom.xml | 2 +- features/pom.xml | 2 +- karaf/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 2 +- web/api/pom.xml | 2 +- web/impl-jetty/pom.xml | 2 +- web/impl-osgi/pom.xml | 2 +- web/pom.xml | 2 +- web/servlet-api/pom.xml | 2 +- web/servlet-jersey2/pom.xml | 2 +- web/testutils/pom.xml | 2 +- 41 files changed, 49 insertions(+), 49 deletions(-) diff --git a/aaa-authn-api/pom.xml b/aaa-authn-api/pom.xml index 942bef1fe..1845aa45b 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent org.opendaylight.aaa aaa-authn-api - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index bbada95b5..3c0ed5f92 100644 --- a/aaa-cert/pom.xml +++ b/aaa-cert/pom.xml @@ -10,7 +10,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index 0cdd35bef..892bb5b3c 100644 --- a/aaa-cli-jar/pom.xml +++ b/aaa-cli-jar/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index cc020bcb1..4af625127 100644 --- a/aaa-cli/pom.xml +++ b/aaa-cli/pom.xml @@ -11,14 +11,14 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent 4.0.0 org.opendaylight.aaa aaa-cli - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-encrypt-service/api/pom.xml b/aaa-encrypt-service/api/pom.xml index c40462ba0..1db7236ff 100644 --- a/aaa-encrypt-service/api/pom.xml +++ b/aaa-encrypt-service/api/pom.xml @@ -5,7 +5,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/impl/pom.xml b/aaa-encrypt-service/impl/pom.xml index 83a6478fc..6e1c818db 100644 --- a/aaa-encrypt-service/impl/pom.xml +++ b/aaa-encrypt-service/impl/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index 05c2c2071..befc52e33 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -16,7 +16,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-encryption-service-aggregator - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index 04ebceb31..5367b138e 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent diff --git a/aaa-idm-store-h2/pom.xml b/aaa-idm-store-h2/pom.xml index 1560a53e1..efaf9b840 100644 --- a/aaa-idm-store-h2/pom.xml +++ b/aaa-idm-store-h2/pom.xml @@ -14,7 +14,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent diff --git a/aaa-password-service/api/pom.xml b/aaa-password-service/api/pom.xml index 89a90394a..40edf22c3 100644 --- a/aaa-password-service/api/pom.xml +++ b/aaa-password-service/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-api - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/impl/pom.xml b/aaa-password-service/impl/pom.xml index 3d52c10b5..cb010ba7a 100644 --- a/aaa-password-service/impl/pom.xml +++ b/aaa-password-service/impl/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-impl - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index 510a9236b..f8efeaba3 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-password-service-aggregator - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index 1b9120d4a..be326d838 100644 --- a/aaa-shiro/api/pom.xml +++ b/aaa-shiro/api/pom.xml @@ -12,13 +12,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro-api - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index da5c30dc8..299fa4e9a 100644 --- a/aaa-shiro/impl/pom.xml +++ b/aaa-shiro/impl/pom.xml @@ -13,13 +13,13 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 65faa8c3b..dbb1902e7 100644 --- a/aaa-shiro/pom.xml +++ b/aaa-shiro/pom.xml @@ -17,7 +17,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html INTERNAL org.opendaylight.aaa aaa-shiro-aggregator - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/repackaged-shiro-jar/pom.xml b/aaa-shiro/repackaged-shiro-jar/pom.xml index 62d15baff..c734ab0a1 100644 --- a/aaa-shiro/repackaged-shiro-jar/pom.xml +++ b/aaa-shiro/repackaged-shiro-jar/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.aaa repackaged-shiro-jar jar - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ${project.artifactId} diff --git a/aaa-shiro/repackaged-shiro/pom.xml b/aaa-shiro/repackaged-shiro/pom.xml index 9f8771a0b..ca34177eb 100644 --- a/aaa-shiro/repackaged-shiro/pom.xml +++ b/aaa-shiro/repackaged-shiro/pom.xml @@ -13,7 +13,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/aaa-tokenauthrealm/pom.xml b/aaa-tokenauthrealm/pom.xml index f02091491..8d1829672 100644 --- a/aaa-tokenauthrealm/pom.xml +++ b/aaa-tokenauthrealm/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../parent 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 324901e86..022627429 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-artifacts - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index 7f9aa4e1d..d482bfd2a 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-artifacts - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../artifacts org.opendaylight.aaa dependency-check - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} diff --git a/docs/pom.xml b/docs/pom.xml index aaa1f3048..e9efb9d07 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-docs jar - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ${project.artifactId} AAA documentation @@ -28,7 +28,7 @@ org.opendaylight.aaa aaa-artifacts - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT pom import diff --git a/features/features-aaa/pom.xml b/features/features-aaa/pom.xml index 7fbc29a2e..f84a0aa97 100644 --- a/features/features-aaa/pom.xml +++ b/features/features-aaa/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa features-aaa - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} feature diff --git a/features/odl-aaa-api/pom.xml b/features/odl-aaa-api/pom.xml index 36bc176c6..f73e4d21d 100644 --- a/features/odl-aaa-api/pom.xml +++ b/features/odl-aaa-api/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-api - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index e5f5178be..60035217f 100644 --- a/features/odl-aaa-cert/pom.xml +++ b/features/odl-aaa-cert/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-cert - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index 4cd3c5be7..ac14695a6 100644 --- a/features/odl-aaa-cli/pom.xml +++ b/features/odl-aaa-cli/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-cli - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-encryption-service/pom.xml b/features/odl-aaa-encryption-service/pom.xml index 18fea1ae8..1b3b17177 100644 --- a/features/odl-aaa-encryption-service/pom.xml +++ b/features/odl-aaa-encryption-service/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-encryption-service - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-password-service/pom.xml b/features/odl-aaa-password-service/pom.xml index 5cc0362be..5edb35254 100644 --- a/features/odl-aaa-password-service/pom.xml +++ b/features/odl-aaa-password-service/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa odl-aaa-password-service - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index a68a1332c..5a42019bc 100644 --- a/features/odl-aaa-shiro/pom.xml +++ b/features/odl-aaa-shiro/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-shiro - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index 0a2e77a05..1e556605c 100644 --- a/features/odl-aaa-web/pom.xml +++ b/features/odl-aaa-web/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa odl-aaa-web - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-apache-shiro/pom.xml b/features/odl-apache-shiro/pom.xml index ab725de9a..2c7c138c5 100644 --- a/features/odl-apache-shiro/pom.xml +++ b/features/odl-apache-shiro/pom.xml @@ -20,7 +20,7 @@ org.opendaylight.aaa odl-apache-shiro - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT feature OpenDaylight :: Apache Shiro diff --git a/features/pom.xml b/features/pom.xml index 291adfc14..9d32927f5 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa features-aaa-aggregator - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 51a764c65..ae578f0a3 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa aaa-karaf - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/parent/pom.xml b/parent/pom.xml index 99f396c15..02138c9ca 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/pom.xml b/pom.xml index f6d820f82..efe59a946 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa.project - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT pom aaa diff --git a/web/api/pom.xml b/web/api/pom.xml index 5a4b265a0..fe6947a85 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/web/impl-jetty/pom.xml b/web/impl-jetty/pom.xml index 3c4d2ef0c..4cec0d80e 100644 --- a/web/impl-jetty/pom.xml +++ b/web/impl-jetty/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index ff3dd5af9..81ac8675a 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/web/pom.xml b/web/pom.xml index e845a3f0f..1b010b524c 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa.web web-aggregator - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT pom ODL :: aaa :: ${project.artifactId} diff --git a/web/servlet-api/pom.xml b/web/servlet-api/pom.xml index c8e2ebe80..1780f1eec 100644 --- a/web/servlet-api/pom.xml +++ b/web/servlet-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/web/servlet-jersey2/pom.xml b/web/servlet-jersey2/pom.xml index a36a65200..df7521cf5 100644 --- a/web/servlet-jersey2/pom.xml +++ b/web/servlet-jersey2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index 071fcb90d..8e3bab284 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.17.0-SNAPSHOT + 0.17.1-SNAPSHOT ../../parent -- 2.36.6