From 7711568534f7884e0c876da4c2bfa8d778047a33 Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Thu, 18 May 2023 13:41:55 -1000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- archetypes/pom.xml | 2 +- .../spring-addons-archetypes-webflux-singlemodule/pom.xml | 6 +----- .../spring-addons-archetypes-webmvc-multimodule/pom.xml | 6 +----- .../spring-addons-archetypes-webmvc-singlemodule/pom.xml | 6 +----- pom.xml | 4 ++-- samples/pom.xml | 2 +- samples/tutorials/bff/gateway/pom.xml | 6 +----- samples/tutorials/bff/greetings-api/pom.xml | 6 +----- samples/tutorials/bff/pom.xml | 6 +----- samples/tutorials/pom.xml | 6 +----- samples/tutorials/reactive-client/pom.xml | 6 +----- samples/tutorials/reactive-resource-server/pom.xml | 6 +----- .../tutorials/resource-server_multitenant_dynamic/pom.xml | 6 +----- .../resource-server_with_additional-header/pom.xml | 6 +----- .../tutorials/resource-server_with_introspection/pom.xml | 6 +----- .../tutorials/resource-server_with_oauthentication/pom.xml | 6 +----- .../pom.xml | 6 +----- samples/tutorials/resource-server_with_ui/pom.xml | 6 +----- samples/tutorials/servlet-client/pom.xml | 6 +----- samples/tutorials/servlet-resource-server/pom.xml | 6 +----- samples/webflux-introspecting-default/pom.xml | 6 +----- samples/webflux-introspecting-oauthentication/pom.xml | 6 +----- samples/webflux-jwt-default/pom.xml | 6 +----- samples/webflux-jwt-oauthentication/pom.xml | 6 +----- samples/webmvc-introspecting-default/pom.xml | 6 +----- samples/webmvc-introspecting-oauthentication/pom.xml | 6 +----- samples/webmvc-jwt-default-jpa-authorities/pom.xml | 6 +----- samples/webmvc-jwt-default/pom.xml | 6 +----- samples/webmvc-jwt-oauthentication/pom.xml | 6 +----- spring-addons-oauth2-test/pom.xml | 4 ++-- spring-addons-oauth2/pom.xml | 4 ++-- spring-addons-web-test/pom.xml | 4 ++-- starters/pom.xml | 2 +- starters/spring-addons-starters-recaptcha/pom.xml | 4 ++-- starters/spring-addons-starters-webclient/pom.xml | 4 ++-- webflux/pom.xml | 4 ++-- webflux/spring-addons-webflux-client/pom.xml | 4 ++-- webflux/spring-addons-webflux-core/pom.xml | 4 ++-- .../pom.xml | 4 ++-- webflux/spring-addons-webflux-introspecting-test/pom.xml | 4 ++-- webflux/spring-addons-webflux-jwt-resource-server/pom.xml | 4 ++-- webflux/spring-addons-webflux-jwt-test/pom.xml | 4 ++-- webflux/spring-addons-webflux-test/pom.xml | 4 ++-- webmvc/pom.xml | 4 ++-- webmvc/spring-addons-webmvc-client/pom.xml | 4 ++-- webmvc/spring-addons-webmvc-core/pom.xml | 4 ++-- .../pom.xml | 4 ++-- webmvc/spring-addons-webmvc-introspecting-test/pom.xml | 4 ++-- webmvc/spring-addons-webmvc-jwt-resource-server/pom.xml | 4 ++-- webmvc/spring-addons-webmvc-jwt-test/pom.xml | 4 ++-- webmvc/spring-addons-webmvc-test/pom.xml | 4 ++-- 51 files changed, 73 insertions(+), 177 deletions(-) diff --git a/archetypes/pom.xml b/archetypes/pom.xml index 9a9427524..838bdd9e3 100644 --- a/archetypes/pom.xml +++ b/archetypes/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-archetypes diff --git a/archetypes/spring-addons-archetypes-webflux-singlemodule/pom.xml b/archetypes/spring-addons-archetypes-webflux-singlemodule/pom.xml index da72296dc..2690ad5fc 100644 --- a/archetypes/spring-addons-archetypes-webflux-singlemodule/pom.xml +++ b/archetypes/spring-addons-archetypes-webflux-singlemodule/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons-archetypes - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-archetypes-webflux-singlemodule @@ -20,8 +20,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/archetypes/spring-addons-archetypes-webmvc-multimodule/pom.xml b/archetypes/spring-addons-archetypes-webmvc-multimodule/pom.xml index c646d6041..9ffb6cf45 100644 --- a/archetypes/spring-addons-archetypes-webmvc-multimodule/pom.xml +++ b/archetypes/spring-addons-archetypes-webmvc-multimodule/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons-archetypes - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-archetypes-webmvc-multimodule @@ -20,8 +20,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/archetypes/spring-addons-archetypes-webmvc-singlemodule/pom.xml b/archetypes/spring-addons-archetypes-webmvc-singlemodule/pom.xml index 50edfc915..12103f778 100644 --- a/archetypes/spring-addons-archetypes-webmvc-singlemodule/pom.xml +++ b/archetypes/spring-addons-archetypes-webmvc-singlemodule/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons-archetypes - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-archetypes-webmvc-singlemodule @@ -20,8 +20,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/pom.xml b/pom.xml index 14baea8de..8f388a83c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-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-6.1.10 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index c9b07b740..0b8064598 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. com.c4-soft.springaddons.samples diff --git a/samples/tutorials/bff/gateway/pom.xml b/samples/tutorials/bff/gateway/pom.xml index d953c8945..b9a0ca922 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 - 6.1.10 + 6.1.11-SNAPSHOT .. bff-gateway @@ -78,8 +78,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/bff/greetings-api/pom.xml b/samples/tutorials/bff/greetings-api/pom.xml index 26d50ddf3..c70a912c7 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 - 6.1.10 + 6.1.11-SNAPSHOT .. bff-greetings-api @@ -79,8 +79,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/bff/pom.xml b/samples/tutorials/bff/pom.xml index 761383123..e203801ca 100644 --- a/samples/tutorials/bff/pom.xml +++ b/samples/tutorials/bff/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples.tutorials tutorials - 6.1.10 + 6.1.11-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials.bff @@ -15,8 +15,4 @@ gateway greetings-api - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index fc2da16af..f74f12c0f 100644 --- a/samples/tutorials/pom.xml +++ b/samples/tutorials/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons.samples spring-addons-samples - 6.1.10 + 6.1.11-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials @@ -24,8 +24,4 @@ servlet-resource-server resource-server_multitenant_dynamic - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index d76869388..476091757 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 - 6.1.10 + 6.1.11-SNAPSHOT .. reactive-client @@ -78,8 +78,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index a3fbe5d96..7063f5c0f 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 - 6.1.10 + 6.1.11-SNAPSHOT .. reactive-resource-server @@ -63,8 +63,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml index fcdd8c1d3..d3a04f8ed 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_multitenant_dynamic @@ -62,8 +62,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_with_additional-header/pom.xml b/samples/tutorials/resource-server_with_additional-header/pom.xml index 89fce5dac..15c3ca532 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_with_additional-header @@ -59,8 +59,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_with_introspection/pom.xml b/samples/tutorials/resource-server_with_introspection/pom.xml index 240794932..fca203979 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_with_introspection @@ -55,8 +55,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_with_oauthentication/pom.xml b/samples/tutorials/resource-server_with_oauthentication/pom.xml index 4c8bf0384..794fd6e3e 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_with_oauthentication @@ -62,8 +62,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml b/samples/tutorials/resource-server_with_specialized_oauthentication/pom.xml index aa04d03c7..454a3abf1 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_with_specialized_oauthentication @@ -63,8 +63,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/resource-server_with_ui/pom.xml b/samples/tutorials/resource-server_with_ui/pom.xml index cd68182a0..2eff28dce 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 - 6.1.10 + 6.1.11-SNAPSHOT .. resource-server_with_ui @@ -95,8 +95,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index fe9fe0a30..e298ef10b 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 - 6.1.10 + 6.1.11-SNAPSHOT .. servlet-client @@ -73,8 +73,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index f914c7809..11a2b4da0 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 - 6.1.10 + 6.1.11-SNAPSHOT .. servlet-resource-server @@ -67,8 +67,4 @@ - - - spring-addons-6.1.10 - diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index a2b5e7f31..99bc8264c 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -62,8 +62,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index 94ca47be8..c324fb35e 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -62,8 +62,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index ace3a00f5..b56bf323c 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -62,8 +62,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index a01296000..d9a0be4eb 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -60,8 +60,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index 197512e4f..aecb0f237 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -85,8 +85,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index 1ede24e6f..9a8761954 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -89,8 +89,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index 0bdcff21b..328bef408 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -104,8 +104,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index c5c7a1ab0..229d085f6 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -89,8 +89,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index 778086221..3ba00e3dc 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 - 6.1.10 + 6.1.11-SNAPSHOT .. @@ -89,8 +89,4 @@ - - - spring-addons-6.1.10 - \ No newline at end of file diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index 76c9e8c74..02d46d475 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 - 6.1.10 + 6.1.11-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-6.1.10 + HEAD diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index f1dfa4393..9c2da1bcf 100644 --- a/spring-addons-oauth2/pom.xml +++ b/spring-addons-oauth2/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-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-6.1.10 + HEAD diff --git a/spring-addons-web-test/pom.xml b/spring-addons-web-test/pom.xml index b58bf35f5..c97581f6d 100644 --- a/spring-addons-web-test/pom.xml +++ b/spring-addons-web-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-web-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-6.1.10 + HEAD diff --git a/starters/pom.xml b/starters/pom.xml index 6f39c8f7f..8d3d9b4b7 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index 1cf794398..50bb8eab3 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 - 6.1.10 + 6.1.11-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-6.1.10 + HEAD diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index 63be4c4b9..ba459c0f4 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 - 6.1.10 + 6.1.11-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-6.1.10 + HEAD diff --git a/webflux/pom.xml b/webflux/pom.xml index cefe6172d..4a5e689f0 100644 --- a/webflux/pom.xml +++ b/webflux/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux @@ -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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-client/pom.xml b/webflux/spring-addons-webflux-client/pom.xml index d2629dd52..7b6dd8fc3 100644 --- a/webflux/spring-addons-webflux-client/pom.xml +++ b/webflux/spring-addons-webflux-client/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-client @@ -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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-core/pom.xml b/webflux/spring-addons-webflux-core/pom.xml index e4b73e4ae..165d1db12 100644 --- a/webflux/spring-addons-webflux-core/pom.xml +++ b/webflux/spring-addons-webflux-core/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-core @@ -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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-introspecting-resource-server/pom.xml b/webflux/spring-addons-webflux-introspecting-resource-server/pom.xml index abad68c65..f2a86d458 100644 --- a/webflux/spring-addons-webflux-introspecting-resource-server/pom.xml +++ b/webflux/spring-addons-webflux-introspecting-resource-server/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-introspecting-resource-server @@ -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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-introspecting-test/pom.xml b/webflux/spring-addons-webflux-introspecting-test/pom.xml index 5d455928b..da7a0e806 100644 --- a/webflux/spring-addons-webflux-introspecting-test/pom.xml +++ b/webflux/spring-addons-webflux-introspecting-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-introspecting-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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-jwt-resource-server/pom.xml b/webflux/spring-addons-webflux-jwt-resource-server/pom.xml index b3bd88c7d..62a689e97 100644 --- a/webflux/spring-addons-webflux-jwt-resource-server/pom.xml +++ b/webflux/spring-addons-webflux-jwt-resource-server/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-jwt-resource-server @@ -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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-jwt-test/pom.xml b/webflux/spring-addons-webflux-jwt-test/pom.xml index 13d1a4a8e..74cff63e8 100644 --- a/webflux/spring-addons-webflux-jwt-test/pom.xml +++ b/webflux/spring-addons-webflux-jwt-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-jwt-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-6.1.10 + HEAD diff --git a/webflux/spring-addons-webflux-test/pom.xml b/webflux/spring-addons-webflux-test/pom.xml index e0a00823b..b70d362e5 100644 --- a/webflux/spring-addons-webflux-test/pom.xml +++ b/webflux/spring-addons-webflux-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webflux - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webflux-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-6.1.10 + HEAD diff --git a/webmvc/pom.xml b/webmvc/pom.xml index bdb9e1704..5da6543c8 100644 --- a/webmvc/pom.xml +++ b/webmvc/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc @@ -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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-client/pom.xml b/webmvc/spring-addons-webmvc-client/pom.xml index 80c08ebf3..2f13f3324 100644 --- a/webmvc/spring-addons-webmvc-client/pom.xml +++ b/webmvc/spring-addons-webmvc-client/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-client @@ -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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-core/pom.xml b/webmvc/spring-addons-webmvc-core/pom.xml index 5cccef2ec..be9140577 100644 --- a/webmvc/spring-addons-webmvc-core/pom.xml +++ b/webmvc/spring-addons-webmvc-core/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-core @@ -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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-introspecting-resource-server/pom.xml b/webmvc/spring-addons-webmvc-introspecting-resource-server/pom.xml index f070d7829..f650e55a3 100644 --- a/webmvc/spring-addons-webmvc-introspecting-resource-server/pom.xml +++ b/webmvc/spring-addons-webmvc-introspecting-resource-server/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-introspecting-resource-server @@ -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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-introspecting-test/pom.xml b/webmvc/spring-addons-webmvc-introspecting-test/pom.xml index 24a02088d..0921465de 100644 --- a/webmvc/spring-addons-webmvc-introspecting-test/pom.xml +++ b/webmvc/spring-addons-webmvc-introspecting-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-introspecting-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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-jwt-resource-server/pom.xml b/webmvc/spring-addons-webmvc-jwt-resource-server/pom.xml index c22de9ded..2d6d35fe4 100644 --- a/webmvc/spring-addons-webmvc-jwt-resource-server/pom.xml +++ b/webmvc/spring-addons-webmvc-jwt-resource-server/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-jwt-resource-server @@ -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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-jwt-test/pom.xml b/webmvc/spring-addons-webmvc-jwt-test/pom.xml index aa613f47f..036d45b14 100644 --- a/webmvc/spring-addons-webmvc-jwt-test/pom.xml +++ b/webmvc/spring-addons-webmvc-jwt-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-jwt-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-6.1.10 + HEAD diff --git a/webmvc/spring-addons-webmvc-test/pom.xml b/webmvc/spring-addons-webmvc-test/pom.xml index 193c9d588..2a4b3ef8c 100644 --- a/webmvc/spring-addons-webmvc-test/pom.xml +++ b/webmvc/spring-addons-webmvc-test/pom.xml @@ -5,7 +5,7 @@ com.c4-soft.springaddons spring-addons-webmvc - 6.1.10 + 6.1.11-SNAPSHOT .. spring-addons-webmvc-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-6.1.10 + HEAD