diff --git a/pom.xml b/pom.xml
index b8b1533f5..92e67b3db 100644
--- a/pom.xml
+++ b/pom.xml
@@ -3,7 +3,7 @@
4.0.0
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
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.6.4
diff --git a/samples/pom.xml b/samples/pom.xml
index 9a71cca5d..d2d9256cc 100644
--- a/samples/pom.xml
+++ b/samples/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
..
com.c4-soft.springaddons.samples
diff --git a/samples/tutorials/pom.xml b/samples/tutorials/pom.xml
index 2b3a70894..9b7a5042c 100644
--- a/samples/tutorials/pom.xml
+++ b/samples/tutorials/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons.samples
spring-addons-samples
- 7.6.4-SNAPSHOT
+ 7.6.4
..
com.c4-soft.springaddons.samples.tutorials
diff --git a/samples/tutorials/reactive-client/pom.xml b/samples/tutorials/reactive-client/pom.xml
index 1b042f6df..136d8e6b6 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.6.4-SNAPSHOT
+ 7.6.4
..
reactive-client
diff --git a/samples/tutorials/reactive-resource-server/pom.xml b/samples/tutorials/reactive-resource-server/pom.xml
index 2e24d43fb..de127a381 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.6.4-SNAPSHOT
+ 7.6.4
..
reactive-resource-server
diff --git a/samples/tutorials/resource-server_multitenant_dynamic/pom.xml b/samples/tutorials/resource-server_multitenant_dynamic/pom.xml
index 45c5fd1fe..1dd9abc4f 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.6.4-SNAPSHOT
+ 7.6.4
..
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 990ed90aa..1cec43633 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.6.4-SNAPSHOT
+ 7.6.4
..
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 fa603f7fd..eb01744c0 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.6.4-SNAPSHOT
+ 7.6.4
..
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 aa3022898..fa2e1e0fb 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.6.4-SNAPSHOT
+ 7.6.4
..
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 1d6d2125d..8217eef2e 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.6.4-SNAPSHOT
+ 7.6.4
..
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 863b2bb02..2fb489ce9 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.6.4-SNAPSHOT
+ 7.6.4
..
resource-server_with_ui
diff --git a/samples/tutorials/servlet-client/pom.xml b/samples/tutorials/servlet-client/pom.xml
index 22b601e3b..e6b135290 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.6.4-SNAPSHOT
+ 7.6.4
..
servlet-client
diff --git a/samples/tutorials/servlet-resource-server/pom.xml b/samples/tutorials/servlet-resource-server/pom.xml
index edbc08328..5df0b7789 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.6.4-SNAPSHOT
+ 7.6.4
..
servlet-resource-server
diff --git a/samples/webflux-introspecting-default/pom.xml b/samples/webflux-introspecting-default/pom.xml
index aa5e7ab06..f85056744 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webflux-introspecting-oauthentication/pom.xml b/samples/webflux-introspecting-oauthentication/pom.xml
index a11ae6503..94a2f3cd2 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webflux-jwt-default/pom.xml b/samples/webflux-jwt-default/pom.xml
index daa9bf5c4..529bd91f2 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webflux-jwt-oauthentication/pom.xml b/samples/webflux-jwt-oauthentication/pom.xml
index bbd132a76..9c2696008 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webmvc-introspecting-default/pom.xml b/samples/webmvc-introspecting-default/pom.xml
index a873dbe56..5e49ccf2a 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webmvc-introspecting-oauthentication/pom.xml b/samples/webmvc-introspecting-oauthentication/pom.xml
index a062d1f6c..f6724c88f 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webmvc-jwt-default-jpa-authorities/pom.xml b/samples/webmvc-jwt-default-jpa-authorities/pom.xml
index 2f6b278a7..e8b9a6489 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webmvc-jwt-default/pom.xml b/samples/webmvc-jwt-default/pom.xml
index da311a045..f37f5ac03 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/samples/webmvc-jwt-oauthentication/pom.xml b/samples/webmvc-jwt-oauthentication/pom.xml
index 0379d3355..c3d4ca63d 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.6.4-SNAPSHOT
+ 7.6.4
..
diff --git a/spring-addons-oauth2-test/pom.xml b/spring-addons-oauth2-test/pom.xml
index f5b87cbf6..a369bda85 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.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4
diff --git a/spring-addons-oauth2/pom.xml b/spring-addons-oauth2/pom.xml
index 251586c44..8cd24a1e8 100644
--- a/spring-addons-oauth2/pom.xml
+++ b/spring-addons-oauth2/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4
diff --git a/spring-addons-starter-oidc-test/pom.xml b/spring-addons-starter-oidc-test/pom.xml
index 280e66daa..7668ce492 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.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4
diff --git a/spring-addons-starter-oidc/pom.xml b/spring-addons-starter-oidc/pom.xml
index 7becc705f..7e3db09da 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.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4
diff --git a/spring-addons-starter-openapi/pom.xml b/spring-addons-starter-openapi/pom.xml
index 5ea75dc09..2a3342ab4 100644
--- a/spring-addons-starter-openapi/pom.xml
+++ b/spring-addons-starter-openapi/pom.xml
@@ -1,11 +1,9 @@
-
+
4.0.0
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
..
spring-addons-starter-openapi
@@ -15,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.6.4
diff --git a/spring-addons-starter-rest/pom.xml b/spring-addons-starter-rest/pom.xml
index d58b7f689..467e3c33b 100644
--- a/spring-addons-starter-rest/pom.xml
+++ b/spring-addons-starter-rest/pom.xml
@@ -5,7 +5,7 @@
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
..
spring-addons-starter-rest
@@ -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.6.4
diff --git a/starters/pom.xml b/starters/pom.xml
index 7adee2050..c78424c64 100644
--- a/starters/pom.xml
+++ b/starters/pom.xml
@@ -4,7 +4,7 @@
com.c4-soft.springaddons
spring-addons
- 7.6.4-SNAPSHOT
+ 7.6.4
..
starters
diff --git a/starters/spring-addons-starters-recaptcha/pom.xml b/starters/spring-addons-starters-recaptcha/pom.xml
index 81127e0fc..6aaf1eb1b 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.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4
diff --git a/starters/spring-addons-starters-webclient/pom.xml b/starters/spring-addons-starters-webclient/pom.xml
index d61c39a4a..6b7e60d87 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.6.4-SNAPSHOT
+ 7.6.4
..
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.6.4