From c1957f667e4bbb88661904eb85e2eae73116053a Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Sun, 24 Sep 2023 16:49:21 -1000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/tutorials/bff/gateway/pom.xml | 2 +- samples/tutorials/bff/greetings-api/pom.xml | 2 +- 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 +- 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 ++-- starters/pom.xml | 2 +- starters/spring-addons-starters-recaptcha/pom.xml | 4 ++-- starters/spring-addons-starters-webclient/pom.xml | 4 ++-- 32 files changed, 39 insertions(+), 39 deletions(-) diff --git a/pom.xml b/pom.xml index ecb5c6d61..239e2ba20 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.1.9 + 7.1.10-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.1.9 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index ac41c24fd..598b92395 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.9 + 7.1.10-SNAPSHOT .. com.c4-soft.springaddons.samples diff --git a/samples/tutorials/bff/gateway/pom.xml b/samples/tutorials/bff/gateway/pom.xml index 03d0ee7ef..281e735ca 100644 --- a/samples/tutorials/bff/gateway/pom.xml +++ b/samples/tutorials/bff/gateway/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff bff - 7.1.9 + 7.1.10-SNAPSHOT .. bff-gateway diff --git a/samples/tutorials/bff/greetings-api/pom.xml b/samples/tutorials/bff/greetings-api/pom.xml index 6e3161ad3..bf0d71256 100644 --- a/samples/tutorials/bff/greetings-api/pom.xml +++ b/samples/tutorials/bff/greetings-api/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff bff - 7.1.9 + 7.1.10-SNAPSHOT .. bff-greetings-api diff --git a/samples/tutorials/bff/pom.xml b/samples/tutorials/bff/pom.xml index 6a6986a36..ede739c2f 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.9 + 7.1.10-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials.bff diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 3978a052f..f8d6c30c6 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.9 + 7.1.10-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index b2dd477eb..0eabff972 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.9 + 7.1.10-SNAPSHOT .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index ed88fbcd6..4f8564f52 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.9 + 7.1.10-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 1d21748de..26ddb1f08 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.9 + 7.1.10-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 3857a6bea..6d15e6514 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.9 + 7.1.10-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 7710b8896..7a2c3cda2 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.9 + 7.1.10-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 1e5fe13cd..4be141be5 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.9 + 7.1.10-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 ed7908478..4fcde4d8d 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.9 + 7.1.10-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 28a32ece0..c6f74dbc2 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.9 + 7.1.10-SNAPSHOT .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 6554f3cdf..984180ba3 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.9 + 7.1.10-SNAPSHOT .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index 47b9c6920..331b24ad9 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.9 + 7.1.10-SNAPSHOT .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index defdd5dea..c239f2348 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index c09c10b08..3aace7310 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index 541f3bf22..77578987e 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 7177a6d19..f571626a8 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index b43380676..8af58460a 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index 49fe7732c..e4064e6f0 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index e49adbc96..489187fa2 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index 1e96e176f..d5d2488e3 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.9 + 7.1.10-SNAPSHOT .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index 0c8495424..0dc144f24 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.9 + 7.1.10-SNAPSHOT .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index b22ca5b13..5266723eb 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.9 + 7.1.10-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.1.9 + HEAD diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index ba22c359d..c873bdf02 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.9 + 7.1.10-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.1.9 + HEAD diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index d6d95627d..adbb22cc0 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.9 + 7.1.10-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.1.9 + HEAD diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index 3bf15b07b..75d3130ef 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.9 + 7.1.10-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.1.9 + HEAD diff --git a/starters/pom.xml b/starters/pom.xml index c36a2ed26..f9a027a35 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.9 + 7.1.10-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index cb4dcefee..b21050a06 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.9 + 7.1.10-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.1.9 + HEAD diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index cd3f92bcb..b854bc349 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.9 + 7.1.10-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.1.9 + HEAD