From 97edefc419656dc07d0b49fe33dcaaf32e295d7e Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Mon, 14 Feb 2022 11:34:03 +0100 Subject: [PATCH] Bump versions to 0.14.10-SNAPSHOT This starts the next development iteration. Change-Id: Ie4554d92e8b31c960bcb912b9922a7cbabe6f058 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 | 4 ++-- web/impl-jetty/pom.xml | 4 ++-- web/impl-osgi/pom.xml | 4 ++-- web/pom.xml | 2 +- web/servlet-api/pom.xml | 2 +- web/servlet-jersey2/pom.xml | 2 +- web/testutils/pom.xml | 4 ++-- 41 files changed, 53 insertions(+), 53 deletions(-) diff --git a/aaa-authn-api/pom.xml b/aaa-authn-api/pom.xml index 07a7ece12..e881f2d7c 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent org.opendaylight.aaa aaa-authn-api - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index d99652ba0..77bfb569b 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index e2677e4fd..5625826e2 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index afc9fa6df..8f0eb574f 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent 4.0.0 org.opendaylight.aaa aaa-cli - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-encrypt-service/api/pom.xml b/aaa-encrypt-service/api/pom.xml index 25dc713a2..45a248cbf 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/impl/pom.xml b/aaa-encrypt-service/impl/pom.xml index 2c7df4300..f5b0a185e 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index 796f452cd..f6801cb80 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index a7d59b46e..74af81001 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent diff --git a/aaa-idm-store-h2/pom.xml b/aaa-idm-store-h2/pom.xml index a0fec96c7..48b671673 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent diff --git a/aaa-password-service/api/pom.xml b/aaa-password-service/api/pom.xml index b3c06da4d..aeea297c1 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-api - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/impl/pom.xml b/aaa-password-service/impl/pom.xml index 3e8e751d6..a6dba6051 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-impl - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index 68ee1a0de..7ae15d653 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index 6e7faf5f3..04e5d7221 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro-api - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index 008b6d9c1..2764f1e7b 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 238298c08..5fd42dcb9 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.14.9-SNAPSHOT + 0.14.10-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 79be1a983..dd11b2037 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ${project.artifactId} diff --git a/aaa-shiro/repackaged-shiro/pom.xml b/aaa-shiro/repackaged-shiro/pom.xml index a65ca3ac4..3861028bd 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent diff --git a/aaa-tokenauthrealm/pom.xml b/aaa-tokenauthrealm/pom.xml index 845120fd6..fea23a05a 100644 --- a/aaa-tokenauthrealm/pom.xml +++ b/aaa-tokenauthrealm/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../parent 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 72adbd72a..0d6f58def 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-artifacts - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index 861cae31a..54f2997fd 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-artifacts - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../artifacts org.opendaylight.aaa dependency-check - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} diff --git a/docs/pom.xml b/docs/pom.xml index 9920f4fce..205640829 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-docs jar - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ${project.artifactId} AAA documentation @@ -28,7 +28,7 @@ org.opendaylight.aaa aaa-artifacts - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT pom import diff --git a/features/features-aaa/pom.xml b/features/features-aaa/pom.xml index 89cb86418..573d0ad98 100644 --- a/features/features-aaa/pom.xml +++ b/features/features-aaa/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa features-aaa - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} feature diff --git a/features/odl-aaa-api/pom.xml b/features/odl-aaa-api/pom.xml index 251cf0d21..aa97af0b7 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index 6d126702c..6c5929152 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index bbf971dd6..47413c598 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.14.9-SNAPSHOT + 0.14.10-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 386059fba..3f1444ce6 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.14.9-SNAPSHOT + 0.14.10-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 9723c2bd4..06a5df50c 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index 4b75cfa63..c00c9f0a5 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index 3baceafd1..4748057bc 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-apache-shiro/pom.xml b/features/odl-apache-shiro/pom.xml index f89d5498a..42921f8b4 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.14.9-SNAPSHOT + 0.14.10-SNAPSHOT feature OpenDaylight :: Apache Shiro diff --git a/features/pom.xml b/features/pom.xml index 46e675700..16d30e9e2 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa features-aaa-aggregator - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/karaf/pom.xml b/karaf/pom.xml index fa54c9c83..ec94f7c45 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa aaa-karaf - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/parent/pom.xml b/parent/pom.xml index 47cc33432..49ec26c4f 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/pom.xml b/pom.xml index 4555a098a..d7df7fee7 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa.project - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT pom aaa diff --git a/web/api/pom.xml b/web/api/pom.xml index 76c627927..bc25568a9 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa.web web-api - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-jetty/pom.xml b/web/impl-jetty/pom.xml index c488000a8..bb43b1814 100644 --- a/web/impl-jetty/pom.xml +++ b/web/impl-jetty/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa.web web-jetty-impl - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index 8691dbd97..063d8152e 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa.web web-osgi-impl - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/pom.xml b/web/pom.xml index d3e659611..a0d906db9 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa.web web-aggregator - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT pom ODL :: aaa :: ${project.artifactId} diff --git a/web/servlet-api/pom.xml b/web/servlet-api/pom.xml index f009736d1..5ce13a034 100644 --- a/web/servlet-api/pom.xml +++ b/web/servlet-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent diff --git a/web/servlet-jersey2/pom.xml b/web/servlet-jersey2/pom.xml index ed875e6f1..bc7f4845e 100644 --- a/web/servlet-jersey2/pom.xml +++ b/web/servlet-jersey2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index e8a07ca0b..85ecc03be 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ../../parent org.opendaylight.aaa.web testutils - 0.14.9-SNAPSHOT + 0.14.10-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle -- 2.36.6