From 30cda591679b78c8f05678b2f6f28a36169a8edc Mon Sep 17 00:00:00 2001 From: ch4mpy Date: Sun, 5 Nov 2023 22:00:15 -1000 Subject: [PATCH] [maven-release-plugin] prepare for next development iteration --- README.MD | 8 ++++---- pom.xml | 4 ++-- samples/pom.xml | 2 +- .../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 +- .../tutorials/resource-server_multitenant_dynamic/pom.xml | 2 +- .../resource-server_with_additional-header/pom.xml | 2 +- .../tutorials/resource-server_with_introspection/pom.xml | 2 +- .../resource-server_with_oauthentication/pom.xml | 2 +- .../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 ++-- 38 files changed, 48 insertions(+), 48 deletions(-) diff --git a/README.MD b/README.MD index 46637fb55..c2d56a587 100644 --- a/README.MD +++ b/README.MD @@ -2,7 +2,7 @@ You can now **test your OAuth2 / OpenID knowledge with a dedicated quiz** availa 7.x is a break through in usability: all 6 `spring-addons` Boot starters are merged into a single one: [`com.c4-soft.springaddons:spring-addons-starter-oidc`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-starter-oidc/), and so are 4 of the test libs: [`com.c4-soft.springaddons:spring-addons-starter-oidc-test`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-starter-oidc-test/). To use the test annotations without the starter, the dependency is unchanged: [`com.c4-soft.springaddons:spring-addons-oauth2-test`](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons-oauth2-test/). -Please follow the [migration guide](https://github.com/ch4mpy/spring-addons/blob/master/7.0.0-migration-guide.md) to move from `6.x` to `7.1.11`. There is no urge to do so on existing projects as 6.2.x patches should be published untill the end of 2023. +Please follow the [migration guide](https://github.com/ch4mpy/spring-addons/blob/master/7.0.0-migration-guide.md) to move from `6.x` to `7.1.12`. There is no urge to do so on existing projects as 6.2.x patches should be published untill the end of 2023. All samples and tutorials sources are migrated to latest starter and test annotations, but some READMEs might still need a refresh. Please make sure you refer to source code for up to date configuration. @@ -426,7 +426,7 @@ This starters are designed to push auto-configuration one step further. In most I could forget to update README before releasing, so please refer to [maven central](https://repo1.maven.org/maven2/com/c4-soft/springaddons/spring-addons/) to pick latest available release ```xml - 7.1.11 + 7.1.12 @@ -462,8 +462,8 @@ I could forget to update README before releasing, so please refer to [maven cent ### 5.1. `7.x` Branch -#### `7.1.11` -- Spring boot `3.1.5` as transcient dependency +#### `7.1.12` +- Spring boot `3.1.5` as transient dependency - [gh-151](https://github.com/ch4mpy/spring-addons/issues/151) scan application context for `authenticationEntryPoint` and `accessDeniedHandler` to auto-configure resource servers (default returns `401` for unauthorized requests instead of `302 redirect to login`). #### `7.1.9` diff --git a/pom.xml b/pom.xml index d2b7112b1..14779def1 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 com.c4-soft.springaddons spring-addons - 7.1.12 + 7.1.13-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.12 + HEAD diff --git a/samples/pom.xml b/samples/pom.xml index a961a698b..ea6da0cfb 100644 --- a/samples/pom.xml +++ b/samples/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.12 + 7.1.13-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 6f6033b2b..9d9aaece3 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.12 + 7.1.13-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 b4d343def..352e06de5 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.12 + 7.1.13-SNAPSHOT .. bff-greeting-api-official diff --git a/samples/tutorials/bff/backend/official/pom.xml b/samples/tutorials/bff/backend/official/pom.xml index 58dc1f68a..01e2981d1 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.12 + 7.1.13-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 ac8dce67a..ffb95fa63 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.12 + 7.1.13-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 95dee27cd..18ff5c4e4 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.12 + 7.1.13-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 95ba6ee39..42a3b2d1f 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.12 + 7.1.13-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 b02d93109..4cd836b0b 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.12 + 7.1.13-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 933fe5df8..f19363b10 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.12 + 7.1.13-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials.bff diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml index 67115e5fb..a53e0f71a 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.12 + 7.1.13-SNAPSHOT .. com.c4-soft.springaddons.samples.tutorials diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml index 146554338..68b62bfda 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.12 + 7.1.13-SNAPSHOT .. reactive-client diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml index 3e5336d57..b9de57355 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.12 + 7.1.13-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 763d0e335..fe6be399e 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.12 + 7.1.13-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 78d3a95e0..bdcc3cedd 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.12 + 7.1.13-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 123e999b2..8bf7e2d12 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.12 + 7.1.13-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 91560027c..c46604d9e 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.12 + 7.1.13-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 15114f14a..a8795aabb 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.12 + 7.1.13-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 e2c40fea5..a5c1ddd08 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.12 + 7.1.13-SNAPSHOT .. resource-server_with_ui diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml index 481e4b48b..833d6102c 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.12 + 7.1.13-SNAPSHOT .. servlet-client diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml index 43657de06..9ff252184 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.12 + 7.1.13-SNAPSHOT .. servlet-resource-server diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml index 2a4ebd15c..83e40cd25 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml index f746b541c..44d14ab51 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml index 846c5d3d5..92ab228cf 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml index dbbe55d9d..c0e869fd6 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml index 29a68fe66..1b9b035bd 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml index ba8e68496..cbaf62376 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml index df65269cb..c9ed5018f 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml index 065e826ac..10a608d61 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.12 + 7.1.13-SNAPSHOT .. diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml index fddbafa33..b68bf4fb3 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.12 + 7.1.13-SNAPSHOT .. diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml index 04744e671..df7ee9777 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.12 + 7.1.13-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.12 + HEAD diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml index 312e7d5e5..b2b65069b 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.12 + 7.1.13-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.12 + HEAD diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml index 7bee0da93..735104963 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.12 + 7.1.13-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.12 + HEAD diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml index 77f59ff7f..b868582ed 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.12 + 7.1.13-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.12 + HEAD diff --git a/starters/pom.xml b/starters/pom.xml index aba9bdce9..07537a577 100644 --- a/starters/pom.xml +++ b/starters/pom.xml @@ -4,7 +4,7 @@ com.c4-soft.springaddons spring-addons - 7.1.12 + 7.1.13-SNAPSHOT .. starters diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml index 420890bcd..31cccbba3 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.12 + 7.1.13-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.12 + HEAD diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml index 2269344ea..0f0629599 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.12 + 7.1.13-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.12 + HEAD