From 529d1fbefb87e1e9dd0c317fabb6cdbd65ea2506 Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Sun, 5 Nov 2023 02:50:38 -1000 Subject: [PATCH] [maven-release-plugin] prepare release 7.1.11 --- pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/tutorials/bff/backend/official/bff-official/pom.xml | 6 ++---- .../bff/backend/official/greeting-api-official/pom.xml | 6 ++---- samples/tutorials/bff/backend/official/pom.xml | 6 ++---- samples/tutorials/bff/backend/pom.xml | 6 ++---- samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml | 6 ++---- .../bff/backend/with-c4-soft/greeting-api-c4/pom.xml | 6 ++---- samples/tutorials/bff/backend/with-c4-soft/pom.xml | 6 ++---- samples/tutorials/bff/pom.xml | 2 +- samples/tutorials/pom.xml | 2 +- samples/tutorials/reactive-client/pom.xml | 2 +- samples/tutorials/reactive-resource-server/pom.xml | 2 +- .../tutorials/resource-server_multitenant_dynamic/pom.xml | 2 +- .../resource-server_with_additional-header/pom.xml | 2 +- .../tutorials/resource-server_with_introspection/pom.xml | 2 +- .../tutorials/resource-server_with_oauthentication/pom.xml | 2 +- .../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 ++-- starters/pom.xml | 2 +- starters/spring-addons-starters-recaptcha/pom.xml | 4 ++-- starters/spring-addons-starters-webclient/pom.xml | 4 ++-- 37 files changed, 51 insertions(+), 65 deletions(-) diff --git a/pom.xml b/pom.xml index a9fb486b4..d47e34532 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.1.11-SNAPSHOT + git pom spring-addons Set of tools I find useful to work with Spring (mostly spring-security for OpenID) @@ -29,7 +29,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 - HEAD + 7.1.11 diff --git a/samples/pom.xml b/samples/pom.xml index d45242fa3..805cf5d74 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.samples diff --git a/samples/tutorials/bff/backend/official/bff-official/pom.xml b/samples/tutorials/bff/backend/official/bff-official/pom.xml index eac691c4a..36353e26d 100644 --- a/samples/tutorials/bff/backend/official/bff-official/pom.xml +++ b/samples/tutorials/bff/backend/official/bff-official/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff.official bff-official-parent - 7.1.11-SNAPSHOT + git .. bff-gateway-official diff --git a/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml b/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml index 2e41ce493..c035747a5 100644 --- a/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml +++ b/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff.official bff-official-parent - 7.1.11-SNAPSHOT + git .. bff-greeting-api-official diff --git a/samples/tutorials/bff/backend/official/pom.xml b/samples/tutorials/bff/backend/official/pom.xml index 8532b26b5..cc08b48a2 100644 --- a/samples/tutorials/bff/backend/official/pom.xml +++ b/samples/tutorials/bff/backend/official/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff bff-backend-parent - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.samples.tutorials.bff.official diff --git a/samples/tutorials/bff/backend/pom.xml b/samples/tutorials/bff/backend/pom.xml index 66d278a54..5f3acde76 100644 --- a/samples/tutorials/bff/backend/pom.xml +++ b/samples/tutorials/bff/backend/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff bff-parent - 7.1.11-SNAPSHOT + git .. bff-backend-parent diff --git a/samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml b/samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml index e66f2bf71..0b4c4f43e 100644 --- a/samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml +++ b/samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft bff-c4-parent - 7.1.11-SNAPSHOT + git .. bff-gateway-c4 diff --git a/samples/tutorials/bff/backend/with-c4-soft/greeting-api-c4/pom.xml b/samples/tutorials/bff/backend/with-c4-soft/greeting-api-c4/pom.xml index f8249ea1e..9a03dbcc8 100644 --- a/samples/tutorials/bff/backend/with-c4-soft/greeting-api-c4/pom.xml +++ b/samples/tutorials/bff/backend/with-c4-soft/greeting-api-c4/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft bff-c4-parent - 7.1.11-SNAPSHOT + git .. bff-greeting-api-c4 diff --git a/samples/tutorials/bff/backend/with-c4-soft/pom.xml b/samples/tutorials/bff/backend/with-c4-soft/pom.xml index 1cb74d216..387204f0d 100644 --- a/samples/tutorials/bff/backend/with-c4-soft/pom.xml +++ b/samples/tutorials/bff/backend/with-c4-soft/pom.xml @@ -1,12 +1,10 @@ - + 4.0.0 com.c4-soft.springaddons.samples.tutorials.bff bff-backend-parent - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft diff --git a/samples/tutorials/bff/pom.xml b/samples/tutorials/bff/pom.xml index 49b6f7301..f862d66f0 100644 --- a/samples/tutorials/bff/pom.xml +++ b/samples/tutorials/bff/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.samples.tutorials.bff diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index c1078c514..ca00e6599 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index a2b7ac9d0..f74d663a3 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 - 7.1.11-SNAPSHOT + git .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index 3e2b15f44..e762a978f 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 - 7.1.11-SNAPSHOT + git .. reactive-resource-server diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml index 00a8de8d2..05b8a4e99 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 - 7.1.11-SNAPSHOT + git .. 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 585cfa1a5..eee16eb9a 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 - 7.1.11-SNAPSHOT + git .. 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 dd9984dbc..69ddba9ff 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 - 7.1.11-SNAPSHOT + git .. 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 1fb043648..b7401783f 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 - 7.1.11-SNAPSHOT + git .. 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 8558d7957..7645c0f38 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 - 7.1.11-SNAPSHOT + git .. 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 5a2fa03bb..d9771ae15 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 - 7.1.11-SNAPSHOT + git .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 45749ef86..2cdcf6c4a 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 - 7.1.11-SNAPSHOT + git .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index cda0093e2..619a60207 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 - 7.1.11-SNAPSHOT + git .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index d3b30fcce..7ce6f9c36 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index c33c7be32..04e8c6bd9 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index 789227d5e..451a2b1e3 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 602f761c3..7f700cc1a 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index 2090d1b73..5522d8d03 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index b3e124e53..7f36a8aa2 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index 952eba871..5384265af 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index 0c7b894d0..95ae01506 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 - 7.1.11-SNAPSHOT + git .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index 0190971f6..17ea91348 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 - 7.1.11-SNAPSHOT + git .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index 993d5526c..c2f2b6ec4 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 - 7.1.11-SNAPSHOT + git .. 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 - HEAD + 7.1.11 diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index e2e38ecd6..32499a038 100644 --- a/spring-addons-oauth2/pom.xml +++ b/spring-addons-oauth2/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.11-SNAPSHOT + git .. 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 - HEAD + 7.1.11 diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 4b3596b09..0ad41cd6f 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 - 7.1.11-SNAPSHOT + git .. 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 - HEAD + 7.1.11 diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index b91d84980..e94c37e95 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 - 7.1.11-SNAPSHOT + git .. 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 - HEAD + 7.1.11 diff --git a/starters/pom.xml b/starters/pom.xml index 39a60ab9c..e5d213651 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.11-SNAPSHOT + git .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index b112770ca..82cf9ee3a 100644 --- a/starters/spring-addons-starters-recaptcha/pom.xml +++ b/starters/spring-addons-starters-recaptcha/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons starters - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.starter @@ -16,7 +16,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 - HEAD + 7.1.11 diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index 2ba6009d5..79c2066a4 100644 --- a/starters/spring-addons-starters-webclient/pom.xml +++ b/starters/spring-addons-starters-webclient/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons starters - 7.1.11-SNAPSHOT + git .. com.c4-soft.springaddons.starter @@ -16,7 +16,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 - HEAD + 7.1.11