From 9585fdd12430dff48ac2c245c5b8e80fb9daceab Mon Sep 17 00:00:00 2001 From: jenkins-releng Date: Sun, 31 Mar 2024 16:52:59 +0000 Subject: [PATCH] Release aaa --- 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 | 2 +- aaa-password-service/pom.xml | 2 +- aaa-shiro/api/pom.xml | 2 +- aaa-shiro/impl/pom.xml | 2 +- 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, 46 insertions(+), 46 deletions(-) diff --git a/aaa-authn-api/pom.xml b/aaa-authn-api/pom.xml index 5f8208cf7..4fa183768 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../parent org.opendaylight.aaa aaa-authn-api - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index f6cf71238..302521d10 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.19.3-SNAPSHOT + 0.19.3 ../parent diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index 1d0fa386c..d4feeb861 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.19.3-SNAPSHOT + 0.19.3 ../parent diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index d2f5355af..6eb26d0e6 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.19.3-SNAPSHOT + 0.19.3 ../parent 4.0.0 org.opendaylight.aaa aaa-cli - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-encrypt-service/api/pom.xml b/aaa-encrypt-service/api/pom.xml index 3d7b7a913..0bdef7224 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.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-encrypt-service/impl/pom.xml b/aaa-encrypt-service/impl/pom.xml index e65f6d0c6..02b4ce848 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.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index b67f4f2f9..6490445a0 100644 --- a/aaa-encrypt-service/pom.xml +++ b/aaa-encrypt-service/pom.xml @@ -16,7 +16,7 @@ org.opendaylight.aaa aaa-encryption-service-aggregator - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index 3d3bb8e2a..b85e98b1b 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../parent diff --git a/aaa-idm-store-h2/pom.xml b/aaa-idm-store-h2/pom.xml index fc792e235..cd5325dc0 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.19.3-SNAPSHOT + 0.19.3 ../parent diff --git a/aaa-password-service/api/pom.xml b/aaa-password-service/api/pom.xml index 277e7593b..7fcfd300f 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.19.3-SNAPSHOT + 0.19.3 ../../parent org.opendaylight.aaa aaa-password-service-api - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/impl/pom.xml b/aaa-password-service/impl/pom.xml index b4237c4d5..4e90cf351 100644 --- a/aaa-password-service/impl/pom.xml +++ b/aaa-password-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.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index b5f535dea..fce93e697 100644 --- a/aaa-password-service/pom.xml +++ b/aaa-password-service/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa-password-service-aggregator - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index d1bd07741..4ec46d556 100644 --- a/aaa-shiro/api/pom.xml +++ b/aaa-shiro/api/pom.xml @@ -12,7 +12,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index af55f79ad..a80c35209 100644 --- a/aaa-shiro/impl/pom.xml +++ b/aaa-shiro/impl/pom.xml @@ -13,7 +13,7 @@ and is available at http://www.eclipse.org/legal/epl-v10.html org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 0472216ae..2d4167a59 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.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/repackaged-shiro-jar/pom.xml b/aaa-shiro/repackaged-shiro-jar/pom.xml index 456936c01..4a5f69ead 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.19.3-SNAPSHOT + 0.19.3 ${project.artifactId} diff --git a/aaa-shiro/repackaged-shiro/pom.xml b/aaa-shiro/repackaged-shiro/pom.xml index 54f69cb05..6ec2aaa75 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.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/aaa-tokenauthrealm/pom.xml b/aaa-tokenauthrealm/pom.xml index af7d75169..8dfca5e32 100644 --- a/aaa-tokenauthrealm/pom.xml +++ b/aaa-tokenauthrealm/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../parent 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 14602dcff..fc1851610 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-artifacts - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index f330b7c4c..e412c7876 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-artifacts - 0.19.3-SNAPSHOT + 0.19.3 ../artifacts org.opendaylight.aaa dependency-check - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} diff --git a/docs/pom.xml b/docs/pom.xml index d5154edf3..f69829290 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-docs jar - 0.19.3-SNAPSHOT + 0.19.3 ${project.artifactId} AAA documentation @@ -28,7 +28,7 @@ org.opendaylight.aaa aaa-artifacts - 0.19.3-SNAPSHOT + 0.19.3 pom import diff --git a/features/features-aaa/pom.xml b/features/features-aaa/pom.xml index 6476063a6..7dce4758c 100644 --- a/features/features-aaa/pom.xml +++ b/features/features-aaa/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa features-aaa - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} feature diff --git a/features/odl-aaa-api/pom.xml b/features/odl-aaa-api/pom.xml index d0f2f8f31..c7aea1f24 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index 8991bbb1d..a1cc3ec4a 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index 4e7f630ab..bc9f51a25 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-encryption-service/pom.xml b/features/odl-aaa-encryption-service/pom.xml index 4877468eb..b8798d6a1 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-password-service/pom.xml b/features/odl-aaa-password-service/pom.xml index 2a6d31c03..cd913232d 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index 4cda850ce..1792751b9 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.19.3-SNAPSHOT + 0.19.3 feature diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index 22c997467..f8bab73cc 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.19.3-SNAPSHOT + 0.19.3 feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-apache-shiro/pom.xml b/features/odl-apache-shiro/pom.xml index 6d57d95f3..6beba5c18 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.19.3-SNAPSHOT + 0.19.3 feature OpenDaylight :: Apache Shiro diff --git a/features/pom.xml b/features/pom.xml index 3e9f931af..796474a5b 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa features-aaa-aggregator - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/karaf/pom.xml b/karaf/pom.xml index 5e43e56d4..01c41a46f 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa aaa-karaf - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/parent/pom.xml b/parent/pom.xml index e3899b9cf..2cfcf1ec4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ODL :: aaa :: ${project.artifactId} pom diff --git a/pom.xml b/pom.xml index e67684e72..a2a22bc4d 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa.project - 0.19.3-SNAPSHOT + 0.19.3 pom aaa diff --git a/web/api/pom.xml b/web/api/pom.xml index 66f7a5934..f0ffdd9c9 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/web/impl-jetty/pom.xml b/web/impl-jetty/pom.xml index 57eb91ffe..966306d74 100644 --- a/web/impl-jetty/pom.xml +++ b/web/impl-jetty/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index 7f00c5eb5..e7841c110 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/web/pom.xml b/web/pom.xml index 0dba1072c..5b0212eaa 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa.web web-aggregator - 0.19.3-SNAPSHOT + 0.19.3 pom ODL :: aaa :: ${project.artifactId} diff --git a/web/servlet-api/pom.xml b/web/servlet-api/pom.xml index 7a24840d7..d6d392167 100644 --- a/web/servlet-api/pom.xml +++ b/web/servlet-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/web/servlet-jersey2/pom.xml b/web/servlet-jersey2/pom.xml index d2ae9998d..7763104a7 100644 --- a/web/servlet-jersey2/pom.xml +++ b/web/servlet-jersey2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index 9f16bedb0..c94cc9553 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.19.3-SNAPSHOT + 0.19.3 ../../parent -- 2.36.6