diff --git a/pom.xml b/pom.xml index c659bdf0a..e5dc13b6f 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.1.14 + 7.1.15-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.14 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index 0b3813f7a..5efde0e0d 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.14 + 7.1.15-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 3abc0884d..2975e6f8b 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.14 + 7.1.15-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 8425d8a6e..9cde1d83c 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.14 + 7.1.15-SNAPSHOT .. bff-greeting-api-official diff --git a/samples/tutorials/bff/backend/official/pom.xml b/samples/tutorials/bff/backend/official/pom.xml index a4e09ec37..fd62633b8 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.14 + 7.1.15-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 ab4385b44..8b7496d35 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.14 + 7.1.15-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 41046ef32..e01478782 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.14 + 7.1.15-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 e919b44b6..f574b17a1 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.14 + 7.1.15-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 e9984c41d..12edadc24 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.14 + 7.1.15-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 fd68ebd30..c5c5e2f9a 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.14 + 7.1.15-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials.bff diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 6c8d9ece0..200a83f96 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.14 + 7.1.15-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index fe4127b23..48db4bbab 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.14 + 7.1.15-SNAPSHOT .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index 83c13cb7b..aa20562aa 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.14 + 7.1.15-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 5a40bbf2f..0f72dc264 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.14 + 7.1.15-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 cd9b2ec0c..3a981a05b 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.14 + 7.1.15-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 9cee444d1..002ec7cc2 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.14 + 7.1.15-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 0f6016b32..de25bd59d 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.14 + 7.1.15-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 9fa3cda7a..3123acfb7 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.14 + 7.1.15-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 80b47dc30..ed686c13c 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.14 + 7.1.15-SNAPSHOT .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index e301e75ee..07291559b 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.14 + 7.1.15-SNAPSHOT .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index 178db36bb..9f6a9da1e 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.14 + 7.1.15-SNAPSHOT .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index bfcfa046b..25087466d 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index 46199db5c..de71ed61f 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index e2c486ed9..00ad9984e 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index 7a994f494..d939fe617 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index 2b51f1fdc..2a2565096 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index db69b2669..760f72a0f 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index 0b6455b1a..1b855786f 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index cc79aa675..37a8149d2 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.14 + 7.1.15-SNAPSHOT .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index 5992138df..b0b1a120a 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.14 + 7.1.15-SNAPSHOT .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index cd7071473..81af13f98 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.14 + 7.1.15-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.14 + HEAD diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index 34467dac2..5e2625013 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.14 + 7.1.15-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.14 + HEAD diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 4086192dc..814b07b35 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.14 + 7.1.15-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.14 + HEAD diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index 0795a9444..9f48e3faa 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.14 + 7.1.15-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.14 + HEAD diff --git a/starters/pom.xml b/starters/pom.xml index 46912cd3f..3823736dc 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.14 + 7.1.15-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index 103e8b125..4797db447 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.14 + 7.1.15-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.14 + HEAD diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index 50064c2e0..1a168d918 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.14 + 7.1.15-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.14 + HEAD