From 55c04b2f1964d96572c41dc8dce25d0544d7ac09 Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Fri, 24 Nov 2023 16:35:51 -1000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/tutorials/bff/backend/official/bff-official/pom.xml | 2 +- .../bff/backend/official/greeting-api-official/pom.xml | 2 +- samples/tutorials/bff/backend/official/pom.xml | 2 +- samples/tutorials/bff/backend/pom.xml | 2 +- samples/tutorials/bff/backend/with-c4-soft/bff-c4/pom.xml | 2 +- .../bff/backend/with-c4-soft/greeting-api-c4/pom.xml | 2 +- samples/tutorials/bff/backend/with-c4-soft/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 ++-- 37 files changed, 44 insertions(+), 44 deletions(-) diff --git a/pom.xml b/pom.xml index 4a7ed7d02..2ecfe3b02 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.1.16 + 7.1.17-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.16 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index c8cf044b0..a42878f42 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.16 + 7.1.17-SNAPSHOT .. 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 105eac69d..261e9b248 100644 --- a/samples/tutorials/bff/backend/official/bff-official/pom.xml +++ b/samples/tutorials/bff/backend/official/bff-official/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff.official bff-official-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 c7f89019d..91c680b38 100644 --- a/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml +++ b/samples/tutorials/bff/backend/official/greeting-api-official/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff.official bff-official-parent - 7.1.16 + 7.1.17-SNAPSHOT .. bff-greeting-api-official diff --git a/samples/tutorials/bff/backend/official/pom.xml b/samples/tutorials/bff/backend/official/pom.xml index 1d29b8914..05ff693db 100644 --- a/samples/tutorials/bff/backend/official/pom.xml +++ b/samples/tutorials/bff/backend/official/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff bff-backend-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 129499d0e..2923c1cae 100644 --- a/samples/tutorials/bff/backend/pom.xml +++ b/samples/tutorials/bff/backend/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff bff-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 a5d2d7954..dfcacd82a 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 @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft bff-c4-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 ad2549665..259cb463b 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 @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff.with-c4-soft bff-c4-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 b3b356799..bcc485fa7 100644 --- a/samples/tutorials/bff/backend/with-c4-soft/pom.xml +++ b/samples/tutorials/bff/backend/with-c4-soft/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials.bff bff-backend-parent - 7.1.16 + 7.1.17-SNAPSHOT .. 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 0f6e59909..72985d130 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.16 + 7.1.17-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials.bff diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 726c2e12e..add7289ad 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.16 + 7.1.17-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index 394dc1896..8bbdb05ea 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.16 + 7.1.17-SNAPSHOT .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index 946f1cc05..ebe39735c 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.16 + 7.1.17-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 a06165e84..688fdb4b5 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.16 + 7.1.17-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 fa44c5df3..922231312 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.16 + 7.1.17-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 5cae5dfab..4cbfc70f6 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.16 + 7.1.17-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 85e1185df..db17507dd 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.16 + 7.1.17-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 87a05c474..ddb6eff34 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.16 + 7.1.17-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 972b8d955..20198b9e8 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.16 + 7.1.17-SNAPSHOT .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 3c8a984d6..1b1b13558 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.16 + 7.1.17-SNAPSHOT .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index bc156fc92..6da647bf6 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.16 + 7.1.17-SNAPSHOT .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index 92f4f3182..87b3efb68 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index 758d51dd1..e4603656b 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index fc29d34e4..85ba8ffa7 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 2d3723551..5ca671ebc 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index 3b358ee8c..371ef0b01 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index 8d7d55da8..e3913e513 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index aebdc98c2..0f129e1f0 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index b4710a741..df4421b12 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.16 + 7.1.17-SNAPSHOT .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index c3feac33a..5a626cd1d 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.16 + 7.1.17-SNAPSHOT .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index 4d2cc1f11..5da44d1d9 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.16 + 7.1.17-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.16 + HEAD diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index 57467c864..4eb40a982 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.16 + 7.1.17-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.16 + HEAD diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 23c52b7fc..fa74c9765 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.16 + 7.1.17-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.16 + HEAD diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index f293c84b3..63a5ec069 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.16 + 7.1.17-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.16 + HEAD diff --git a/starters/pom.xml b/starters/pom.xml index b3ae95fb0..111ae0ae6 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.16 + 7.1.17-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index b894c3f73..51ce8c338 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.16 + 7.1.17-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.16 + HEAD diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index be9fe2c43..7f279cca2 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.16 + 7.1.17-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.16 + HEAD