diff --git a/pom.xml b/pom.xml
index 2ecfe3b02..de143ab48 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.c4-soft.springaddons
spring-addons
- 7.1.17-SNAPSHOT
+ 7.2.0
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
- HEAD
+ spring-addons-7.2.0
diff --git a/samples/pom.xml b/samples/pom.xml
index 6943a138e..85bb980fe 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons
spring-addons
- 7.1.17-SNAPSHOT
+ 7.2.0
..
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 261e9b248..cb6c61551 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.17-SNAPSHOT
+ 7.2.0
..
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 91c680b38..98c29f57c 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.17-SNAPSHOT
+ 7.2.0
..
bff-greeting-api-official
diff --git a/samples/tutorials/bff/backend/official/pom.xml b/samples/tutorials/bff/backend/official/pom.xml
index 05ff693db..0ad67531c 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.17-SNAPSHOT
+ 7.2.0
..
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 2923c1cae..0998693fa 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.17-SNAPSHOT
+ 7.2.0
..
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 dfcacd82a..7b3039feb 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.17-SNAPSHOT
+ 7.2.0
..
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 259cb463b..29f2005ea 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.17-SNAPSHOT
+ 7.2.0
..
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 bcc485fa7..b78975283 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.17-SNAPSHOT
+ 7.2.0
..
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 72985d130..0b3cf7e99 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.17-SNAPSHOT
+ 7.2.0
..
com.c4-soft.springaddons.samples.tutorials.bff
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index add7289ad..56342a5b0 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.17-SNAPSHOT
+ 7.2.0
..
com.c4-soft.springaddons.samples.tutorials
diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml
index 8bbdb05ea..1a5ace7fa 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.17-SNAPSHOT
+ 7.2.0
..
reactive-client
diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml
index ebe39735c..d2d7e6ae5 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.17-SNAPSHOT
+ 7.2.0
..
reactive-resource-server
diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml
index 688fdb4b5..4089de79f 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.17-SNAPSHOT
+ 7.2.0
..
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 922231312..a6f1878cc 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.17-SNAPSHOT
+ 7.2.0
..
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 4cbfc70f6..4ed2ef1ff 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.17-SNAPSHOT
+ 7.2.0
..
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 db17507dd..2228f93f2 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.17-SNAPSHOT
+ 7.2.0
..
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 ddb6eff34..5e5e48dcb 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.17-SNAPSHOT
+ 7.2.0
..
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 20198b9e8..ca860f308 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.17-SNAPSHOT
+ 7.2.0
..
resource-server_with_ui
diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml
index 1b1b13558..e6604c1f5 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.17-SNAPSHOT
+ 7.2.0
..
servlet-client
diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml
index 6da647bf6..b0065dd05 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.17-SNAPSHOT
+ 7.2.0
..
servlet-resource-server
diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml
index 87b3efb68..2f300476e 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml
index e4603656b..5a4a91b44 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml
index 85ba8ffa7..5f5f5c47d 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml
index 5ca671ebc..0783c21e6 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml
index 371ef0b01..c767df5a0 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml
index e3913e513..074504dee 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml
index 0f129e1f0..1f0038b90 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml
index df4421b12..a2f3b64ca 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml
index 5a626cd1d..8b0612f90 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.17-SNAPSHOT
+ 7.2.0
..
diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml
index 5da44d1d9..862864d4f 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0
diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml
index 4eb40a982..ca7481825 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0
diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml
index fa74c9765..5239163a9 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0
diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml
index 63a5ec069..81a658690 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0
diff --git a/starters/pom.xml b/starters/pom.xml
index 111ae0ae6..a9e4b6e58 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons
spring-addons
- 7.1.17-SNAPSHOT
+ 7.2.0
..
starters
diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml
index 51ce8c338..3e1a54eeb 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0
diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml
index 7f279cca2..c4679e45e 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.17-SNAPSHOT
+ 7.2.0
..
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
- HEAD
+ spring-addons-7.2.0