From 8f4eb7d8d47eb21cb68d6b07996d299ec0f57d1e Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Mon, 10 Jun 2024 16:47:49 -1000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- release.properties | 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-rest/pom.xml | 4 ++-- starters/pom.xml | 2 +- starters/spring-addons-starters-recaptcha/pom.xml | 4 ++-- starters/spring-addons-starters-webclient/pom.xml | 4 ++-- 32 files changed, 42 insertions(+), 42 deletions(-) diff --git a/pom.xml b/pom.xml index 44dcfbd60..47cec56de 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.8.2 + 7.8.3-SNAPSHOT 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 - spring-addons-7.8.2 + HEAD diff --git a/release.properties b/release.properties index f7acd6a70..fa0a646cc 100644 --- a/release.properties +++ b/release.properties @@ -1,5 +1,5 @@ #release configuration -#Mon Jun 10 16:47:32 TAHT 2024 +#Mon Jun 10 16:47:48 TAHT 2024 project.dev.com.c4-soft.springaddons\:spring-addons=7.8.3-SNAPSHOT project.rel.com.c4-soft.springaddons.samples.tutorials\:resource-server_with_ui=7.8.2 projectVersionPolicyId=default @@ -96,7 +96,7 @@ project.rel.com.c4-soft.springaddons.starter\:spring-addons-starters-webclient=7 project.rel.com.c4-soft.springaddons\:spring-addons-starter-oidc=7.8.2 project.scm.com.c4-soft.springaddons\:spring-addons-oauth2-test.tag=spring-addons-7.6.11 project.scm.com.c4-soft.springaddons.samples\:webmvc-jwt-default.empty=true -completedPhase=run-preparation-goals +completedPhase=run-completion-goals project.scm.com.c4-soft.springaddons\:spring-addons-oauth2-test.connection=scm\:git\:git\://github.com/ch4mpy/spring-addons.git project.rel.com.c4-soft.springaddons\:spring-addons-starter-rest=7.8.2 project.dev.com.c4-soft.springaddons.samples\:spring-addons-samples=7.8.3-SNAPSHOT diff --git a/samples/pom.xml b/samples/pom.xml index 8c7c97d18..224768a63 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.8.2 + 7.8.3-SNAPSHOT .. com.c4-soft.springaddons.samples diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 3e272cf12..a5b9c6007 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 7.8.2 + 7.8.3-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index 2e547a011..835be74ef 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.8.2 + 7.8.3-SNAPSHOT .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index 6c5c268f6..d94177efa 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.8.2 + 7.8.3-SNAPSHOT .. reactive-resource-server diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml index fceab5448..30cf74502 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.8.2 + 7.8.3-SNAPSHOT .. 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 cc5049486..27e6fbdd2 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.8.2 + 7.8.3-SNAPSHOT .. 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 2b4a030d7..fbedf3b3b 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.8.2 + 7.8.3-SNAPSHOT .. 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 95f3745eb..b41b31e38 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.8.2 + 7.8.3-SNAPSHOT .. 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 691c7fa27..d49bee4d6 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.8.2 + 7.8.3-SNAPSHOT .. 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 7a1654e9f..3c20a06fc 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.8.2 + 7.8.3-SNAPSHOT .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 1bee39fd1..14fb29169 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.8.2 + 7.8.3-SNAPSHOT .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index 6720ad149..a1e3e41c8 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.8.2 + 7.8.3-SNAPSHOT .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index 10830b96a..77ef82642 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index ec021759e..3c7104c1d 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index 0739fd389..94ed5ed8e 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 72325ff87..97a19eded 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index af353ff75..6fbc330c3 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index 247863d7c..06a426b62 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index 2aaf842a0..0f6ae8e5a 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index b8d311eea..deff02925 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index e67ea2a30..cd06c2101 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.8.2 + 7.8.3-SNAPSHOT .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index aafa569cb..15bca440d 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.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index 4e6433484..f9735518e 100644 --- a/spring-addons-oauth2/pom.xml +++ b/spring-addons-oauth2/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 48255e1af..bc361b089 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.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index d0103a5ca..d221b8607 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.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/spring-addons-starter-openapi/pom.xml b/spring-addons-starter-openapi/pom.xml index 9799c8a84..5186b4aae 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 - 7.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/spring-addons-starter-rest/pom.xml b/spring-addons-starter-rest/pom.xml index c6b60ae36..8862e1dc8 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 - 7.8.2 + 7.8.3-SNAPSHOT .. 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.2 + spring-addons-7.6.11 diff --git a/starters/pom.xml b/starters/pom.xml index ed640474e..4b5314d24 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.8.2 + 7.8.3-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index 0ad547009..8a0418ff9 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.8.2 + 7.8.3-SNAPSHOT .. 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 - spring-addons-7.8.2 + spring-addons-7.6.11 diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index e90e05dd3..58c3e1211 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.8.2 + 7.8.3-SNAPSHOT .. 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 - spring-addons-7.8.2 + spring-addons-7.6.11