From f25b736b541246eff66d0201fb674dccbc4c9a64 Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Thu, 19 Dec 2024 08:47:55 -1000 Subject: [PATCH] [maven-release-plugin] prepare release spring-addons-8.0.1 --- pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/tutorials/pom.xml | 2 +- samples/tutorials/reactive-client/pom.xml | 2 +- samples/tutorials/reactive-resource-server/pom.xml | 2 +- samples/tutorials/resource-server_multitenant_dynamic/pom.xml | 2 +- .../tutorials/resource-server_with_additional-header/pom.xml | 2 +- samples/tutorials/resource-server_with_introspection/pom.xml | 2 +- .../tutorials/resource-server_with_oauthentication/pom.xml | 2 +- .../resource-server_with_specialized_oauthentication/pom.xml | 2 +- samples/tutorials/resource-server_with_ui/pom.xml | 2 +- samples/tutorials/servlet-client/pom.xml | 2 +- samples/tutorials/servlet-resource-server/pom.xml | 2 +- samples/webflux-introspecting-default/pom.xml | 2 +- samples/webflux-introspecting-oauthentication/pom.xml | 2 +- samples/webflux-jwt-default/pom.xml | 2 +- samples/webflux-jwt-oauthentication/pom.xml | 2 +- samples/webmvc-introspecting-default/pom.xml | 2 +- samples/webmvc-introspecting-oauthentication/pom.xml | 2 +- samples/webmvc-jwt-default-jpa-authorities/pom.xml | 2 +- samples/webmvc-jwt-default/pom.xml | 2 +- samples/webmvc-jwt-oauthentication/pom.xml | 2 +- spring-addons-oauth2-test/pom.xml | 4 ++-- spring-addons-oauth2/pom.xml | 4 ++-- spring-addons-starter-oidc-test/pom.xml | 4 ++-- spring-addons-starter-oidc/pom.xml | 4 ++-- spring-addons-starter-openapi/pom.xml | 4 ++-- spring-addons-starter-recaptcha/pom.xml | 4 ++-- spring-addons-starter-rest/pom.xml | 4 ++-- 29 files changed, 37 insertions(+), 37 deletions(-) diff --git a/pom.xml b/pom.xml index c1fe78111..78eec5bcb 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 pom spring-addons Make Spring developpers' life easier when OAuth2 / OpenID is involved @@ -34,7 +34,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/samples/pom.xml b/samples/pom.xml index eceb5b64b..92d2cc100 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. com.c4-soft.springaddons.samples diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 9ee878a5f..23d1d5f58 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index ceb91b151..f73b9406d 100644 --- a/samples/tutorials/reactive-client/pom.xml +++ b/samples/tutorials/reactive-client/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index e1af5990a..1f0c5b708 100644 --- a/samples/tutorials/reactive-resource-server/pom.xml +++ b/samples/tutorials/reactive-resource-server/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. reactive-resource-server diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml index 829d8ea8c..e1d225f78 100644 --- a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml +++ b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_multitenant_dynamic diff --git a/samples/tutorials/resource-server_with_additional-header/pom.xml b/samples/tutorials/resource-server_with_additional-header/pom.xml index 62f9e629e..0ce72f017 100644 --- a/samples/tutorials/resource-server_with_additional-header/pom.xml +++ b/samples/tutorials/resource-server_with_additional-header/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_with_additional-header diff --git a/samples/tutorials/resource-server_with_introspection/pom.xml b/samples/tutorials/resource-server_with_introspection/pom.xml index 12c6f3682..b1a8fda0e 100644 --- a/samples/tutorials/resource-server_with_introspection/pom.xml +++ b/samples/tutorials/resource-server_with_introspection/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_with_introspection diff --git a/samples/tutorials/resource-server_with_oauthentication/pom.xml b/samples/tutorials/resource-server_with_oauthentication/pom.xml index 0b7d42631..25e30053c 100644 --- a/samples/tutorials/resource-server_with_oauthentication/pom.xml +++ b/samples/tutorials/resource-server_with_oauthentication/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_with_oauthentication diff --git a/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml b/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml index 5bf185755..d33747b9a 100644 --- a/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml +++ b/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_with_specialized_oauthentication diff --git a/samples/tutorials/resource-server_with_ui/pom.xml b/samples/tutorials/resource-server_with_ui/pom.xml index cc6e44ab2..2afa54aa0 100644 --- a/samples/tutorials/resource-server_with_ui/pom.xml +++ b/samples/tutorials/resource-server_with_ui/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 700b37e02..aab9f6597 100644 --- a/samples/tutorials/servlet-client/pom.xml +++ b/samples/tutorials/servlet-client/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index 3a6176de7..4042c4473 100644 --- a/samples/tutorials/servlet-resource-server/pom.xml +++ b/samples/tutorials/servlet-resource-server/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 8.0.1-SNAPSHOT + 8.0.1 .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index 3b353b702..d5eda2788 100644 --- a/samples/webflux-introspecting-default/pom.xml +++ b/samples/webflux-introspecting-default/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index 48ee79a2e..166bc62f8 100644 --- a/samples/webflux-introspecting-oauthentication/pom.xml +++ b/samples/webflux-introspecting-oauthentication/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index 81c2d4c9d..2c71917f1 100644 --- a/samples/webflux-jwt-default/pom.xml +++ b/samples/webflux-jwt-default/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 379297066..88f17d1f5 100644 --- a/samples/webflux-jwt-oauthentication/pom.xml +++ b/samples/webflux-jwt-oauthentication/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index e4271605d..f8617cefa 100644 --- a/samples/webmvc-introspecting-default/pom.xml +++ b/samples/webmvc-introspecting-default/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index 2b4e399b0..f3005edc4 100644 --- a/samples/webmvc-introspecting-oauthentication/pom.xml +++ b/samples/webmvc-introspecting-oauthentication/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index e20c2e613..d6d92e190 100644 --- a/samples/webmvc-jwt-default-jpa-authorities/pom.xml +++ b/samples/webmvc-jwt-default-jpa-authorities/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index 288344521..d5365c9de 100644 --- a/samples/webmvc-jwt-default/pom.xml +++ b/samples/webmvc-jwt-default/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index e232921bc..6953ccb6f 100644 --- a/samples/webmvc-jwt-oauthentication/pom.xml +++ b/samples/webmvc-jwt-oauthentication/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 8.0.1-SNAPSHOT + 8.0.1 .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index c33f14b0d..af6afbfed 100644 --- a/spring-addons-oauth2-test/pom.xml +++ b/spring-addons-oauth2-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-oauth2-test @@ -15,7 +15,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index 83a81cd03..d6ef124b1 100644 --- a/spring-addons-oauth2/pom.xml +++ b/spring-addons-oauth2/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-oauth2 @@ -14,7 +14,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 26814cb6c..65a3acf5f 100644 --- a/spring-addons-starter-oidc-test/pom.xml +++ b/spring-addons-starter-oidc-test/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-starter-oidc-test @@ -13,7 +13,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index b8b095e58..fb4f90020 100644 --- a/spring-addons-starter-oidc/pom.xml +++ b/spring-addons-starter-oidc/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-starter-oidc @@ -13,7 +13,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-starter-openapi/pom.xml b/spring-addons-starter-openapi/pom.xml index 9c1ae0176..9b1f57d74 100644 --- a/spring-addons-starter-openapi/pom.xml +++ b/spring-addons-starter-openapi/pom.xml @@ -3,7 +3,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-starter-openapi @@ -13,7 +13,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-starter-recaptcha/pom.xml b/spring-addons-starter-recaptcha/pom.xml index 64bf650d7..89b1297c5 100644 --- a/spring-addons-starter-recaptcha/pom.xml +++ b/spring-addons-starter-recaptcha/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-starter-recaptcha @@ -15,7 +15,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1 diff --git a/spring-addons-starter-rest/pom.xml b/spring-addons-starter-rest/pom.xml index 8cfc89aef..994901d93 100644 --- a/spring-addons-starter-rest/pom.xml +++ b/spring-addons-starter-rest/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons - 8.0.1-SNAPSHOT + 8.0.1 .. spring-addons-starter-rest @@ -15,7 +15,7 @@ scm:git:git://github.com/ch4mpy/spring-addons.git scm:git:git@github.com:ch4mpy/spring-addons.git https://github.com/ch4mpy/spring-addons - spring-addons-7.8.8 + spring-addons-8.0.1