From 48aa2878a4e68fd3d6690c85c213cfe25bb7c18f Mon Sep 17 00:00:00 2001 From: Robert Varga Date: Sun, 24 Apr 2022 23:56:10 +0200 Subject: [PATCH] Bump versions to 0.15.4-SNAPSHOT This starts the next development iteration. Change-Id: I205a001d824110d48a081697634891a59523391b 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 8c57736a8..e8224a322 100644 --- a/aaa-authn-api/pom.xml +++ b/aaa-authn-api/pom.xml @@ -11,13 +11,13 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent org.opendaylight.aaa aaa-authn-api - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-cert/pom.xml b/aaa-cert/pom.xml index 9a0e5edff..f89285f10 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent diff --git a/aaa-cli-jar/pom.xml b/aaa-cli-jar/pom.xml index e503f6b3c..ae8842ecc 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent diff --git a/aaa-cli/pom.xml b/aaa-cli/pom.xml index 065188abb..f3400de7a 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent 4.0.0 org.opendaylight.aaa aaa-cli - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-encrypt-service/api/pom.xml b/aaa-encrypt-service/api/pom.xml index 8705d66f8..551ad42fe 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/impl/pom.xml b/aaa-encrypt-service/impl/pom.xml index 22c1d284e..6a9b8e1c7 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent diff --git a/aaa-encrypt-service/pom.xml b/aaa-encrypt-service/pom.xml index 7e9906a7f..3c1b50db1 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-filterchain/pom.xml b/aaa-filterchain/pom.xml index 260b7b656..9c0d2197e 100644 --- a/aaa-filterchain/pom.xml +++ b/aaa-filterchain/pom.xml @@ -8,7 +8,7 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent diff --git a/aaa-idm-store-h2/pom.xml b/aaa-idm-store-h2/pom.xml index 52964e5c0..6dd9de1b3 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent diff --git a/aaa-password-service/api/pom.xml b/aaa-password-service/api/pom.xml index 03ed65b1d..0b7bca9ae 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-api - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/impl/pom.xml b/aaa-password-service/impl/pom.xml index 90447ec5f..afdd48e3f 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa aaa-password-service-impl - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-password-service/pom.xml b/aaa-password-service/pom.xml index a3cc3fc8b..e50ff031f 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/aaa-shiro/api/pom.xml b/aaa-shiro/api/pom.xml index a0e4c1c15..463a882c7 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro-api - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/impl/pom.xml b/aaa-shiro/impl/pom.xml index 5300e0276..aa57ce213 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa aaa-shiro - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/aaa-shiro/pom.xml b/aaa-shiro/pom.xml index 88abef262..8a3f1308e 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.15.3-SNAPSHOT + 0.15.4-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 29c5bfffd..4f7be0723 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ${project.artifactId} diff --git a/aaa-shiro/repackaged-shiro/pom.xml b/aaa-shiro/repackaged-shiro/pom.xml index 084386440..f9cb8108c 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent diff --git a/aaa-tokenauthrealm/pom.xml b/aaa-tokenauthrealm/pom.xml index 30e647f66..7296f7f38 100644 --- a/aaa-tokenauthrealm/pom.xml +++ b/aaa-tokenauthrealm/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../parent 4.0.0 diff --git a/artifacts/pom.xml b/artifacts/pom.xml index 36969f1c2..10f8417f5 100644 --- a/artifacts/pom.xml +++ b/artifacts/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-artifacts - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/dependency-check/pom.xml b/dependency-check/pom.xml index 94eb2361c..4cbc24544 100644 --- a/dependency-check/pom.xml +++ b/dependency-check/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-artifacts - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../artifacts org.opendaylight.aaa dependency-check - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} diff --git a/docs/pom.xml b/docs/pom.xml index 6cc1c2741..72438953d 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa aaa-docs jar - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ${project.artifactId} AAA documentation @@ -28,7 +28,7 @@ org.opendaylight.aaa aaa-artifacts - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT pom import diff --git a/features/features-aaa/pom.xml b/features/features-aaa/pom.xml index 286761f18..025064e3a 100644 --- a/features/features-aaa/pom.xml +++ b/features/features-aaa/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa features-aaa - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} feature diff --git a/features/odl-aaa-api/pom.xml b/features/odl-aaa-api/pom.xml index 577399032..df5e9986f 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cert/pom.xml b/features/odl-aaa-cert/pom.xml index 99addfbe5..513175ed0 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-cli/pom.xml b/features/odl-aaa-cli/pom.xml index 831e16045..6ce81e368 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.15.3-SNAPSHOT + 0.15.4-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 4a05bc072..435da08ce 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.15.3-SNAPSHOT + 0.15.4-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 c8f612855..b3ad5e704 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-aaa-shiro/pom.xml b/features/odl-aaa-shiro/pom.xml index a7e32b43c..0d5c5c8c4 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature diff --git a/features/odl-aaa-web/pom.xml b/features/odl-aaa-web/pom.xml index 29c2abe9a..05670201d 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature ODL :: aaa :: ${project.artifactId} diff --git a/features/odl-apache-shiro/pom.xml b/features/odl-apache-shiro/pom.xml index 303acbe92..ec421ad12 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.15.3-SNAPSHOT + 0.15.4-SNAPSHOT feature OpenDaylight :: Apache Shiro diff --git a/features/pom.xml b/features/pom.xml index 51ef63494..8820e6805 100644 --- a/features/pom.xml +++ b/features/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa features-aaa-aggregator - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/karaf/pom.xml b/karaf/pom.xml index bf600fe4b..bffeea634 100644 --- a/karaf/pom.xml +++ b/karaf/pom.xml @@ -18,7 +18,7 @@ org.opendaylight.aaa aaa-karaf - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/parent/pom.xml b/parent/pom.xml index 2440d8b41..f52dcf1e4 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -10,7 +10,7 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} pom diff --git a/pom.xml b/pom.xml index a2901c8e9..599910053 100644 --- a/pom.xml +++ b/pom.xml @@ -17,7 +17,7 @@ org.opendaylight.aaa aaa.project - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT pom aaa diff --git a/web/api/pom.xml b/web/api/pom.xml index bb8893965..3fa8a57d3 100644 --- a/web/api/pom.xml +++ b/web/api/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa.web web-api - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-jetty/pom.xml b/web/impl-jetty/pom.xml index 002bb13fe..935dff0a6 100644 --- a/web/impl-jetty/pom.xml +++ b/web/impl-jetty/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa.web web-jetty-impl - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/impl-osgi/pom.xml b/web/impl-osgi/pom.xml index c7440811e..d580aa91b 100644 --- a/web/impl-osgi/pom.xml +++ b/web/impl-osgi/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa.web web-osgi-impl - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle diff --git a/web/pom.xml b/web/pom.xml index 4bda3c111..980b3866d 100644 --- a/web/pom.xml +++ b/web/pom.xml @@ -19,7 +19,7 @@ org.opendaylight.aaa.web web-aggregator - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT pom ODL :: aaa :: ${project.artifactId} diff --git a/web/servlet-api/pom.xml b/web/servlet-api/pom.xml index 0cf70d34f..b4f611f3e 100644 --- a/web/servlet-api/pom.xml +++ b/web/servlet-api/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent diff --git a/web/servlet-jersey2/pom.xml b/web/servlet-jersey2/pom.xml index ce41330f1..2c1960c0c 100644 --- a/web/servlet-jersey2/pom.xml +++ b/web/servlet-jersey2/pom.xml @@ -12,7 +12,7 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent diff --git a/web/testutils/pom.xml b/web/testutils/pom.xml index 6fc0ab250..13a091b93 100644 --- a/web/testutils/pom.xml +++ b/web/testutils/pom.xml @@ -12,13 +12,13 @@ org.opendaylight.aaa aaa-parent - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ../../parent org.opendaylight.aaa.web testutils - 0.15.3-SNAPSHOT + 0.15.4-SNAPSHOT ODL :: aaa :: ${project.artifactId} bundle -- 2.36.6