From 47252e856c1c6caa031884c43c9cdda3b436c332 Mon Sep 17 00:00:00 2001 From: Rudy De Busscher Date: Mon, 21 Oct 2019 21:23:39 +0200 Subject: [PATCH] release v0.6 --- bom/pom.xml | 4 ++-- commands.txt | 2 +- examples/auth-methods/hashed/pom.xml | 2 +- examples/auth-methods/oauth2/pom.xml | 2 +- examples/auth-methods/pom.xml | 4 ++-- examples/auth-methods/remember-me/pom.xml | 4 ++-- examples/auth-methods/twostep-totp/pom.xml | 4 ++-- examples/auth-methods/twostep/pom.xml | 4 ++-- examples/authorization/async-manual/pom.xml | 2 +- examples/authorization/multiple/pom.xml | 2 +- examples/authorization/named-permission/pom.xml | 2 +- examples/authorization/pom.xml | 4 ++-- examples/authz/pom.xml | 4 ++-- examples/basic/pom.xml | 4 ++-- examples/cas-jsf/pom.xml | 4 ++-- examples/events/pom.xml | 4 ++-- examples/javafx/pom.xml | 6 +++--- examples/keycloak-cli/pom.xml | 6 +++--- examples/keycloak-jsf/pom.xml | 4 ++-- examples/keycloak-rest/pom.xml | 4 ++-- examples/local-secret/pom.xml | 4 ++-- examples/login_jsf/pom.xml | 4 ++-- examples/mp-cli/pom.xml | 4 ++-- examples/pom.xml | 4 ++-- examples/rest-main/pom.xml | 4 ++-- examples/rest-mp/pom.xml | 4 ++-- examples/rest/github/pom.xml | 2 +- examples/rest/google/pom.xml | 2 +- examples/rest/linkedin/pom.xml | 2 +- examples/rest/pom.xml | 4 ++-- examples/se-cas/pom.xml | 4 ++-- examples/se-cli/pom.xml | 4 ++-- examples/secure-tags/pom.xml | 4 ++-- examples/soteria/pom.xml | 2 +- impl/core/pom.xml | 4 ++-- impl/core/src/main/doc/manual.adoc | 2 +- impl/non-web/cas-se/pom.xml | 4 ++-- impl/non-web/common-se/pom.xml | 4 ++-- impl/non-web/javafx/pom.xml | 6 +++--- impl/non-web/keycloak-rest-client/pom.xml | 4 ++-- impl/non-web/keycloak-se/pom.xml | 4 ++-- impl/non-web/mp-core/pom.xml | 4 ++-- impl/non-web/mp-rest-client/pom.xml | 4 ++-- impl/non-web/oauth2-se/pom.xml | 4 ++-- impl/non-web/octopus-sso-client-common/pom.xml | 4 ++-- impl/non-web/offline-token-generator/pom.xml | 4 ++-- impl/non-web/otp/pom.xml | 4 ++-- impl/non-web/pom.xml | 4 ++-- impl/non-web/rest-client-provider/pom.xml | 4 ++-- impl/non-web/se-standalone/pom.xml | 4 ++-- impl/pom.xml | 4 ++-- impl/sso/client/pom.xml | 4 ++-- impl/sso/core/pom.xml | 4 ++-- impl/sso/pom.xml | 4 ++-- impl/sso/server/pom.xml | 4 ++-- impl/web/cas/pom.xml | 6 +++--- impl/web/common-web/pom.xml | 6 +++--- impl/web/jsf7/pom.xml | 8 ++++---- impl/web/keycloak-rest/pom.xml | 4 ++-- impl/web/keycloak/pom.xml | 4 ++-- impl/web/mp/pom.xml | 4 ++-- impl/web/oauth2-common-jsf/pom.xml | 4 ++-- impl/web/oauth2-common-rest/pom.xml | 4 ++-- impl/web/oauth2-common/pom.xml | 4 ++-- impl/web/oauth2-github-common/pom.xml | 4 ++-- impl/web/oauth2-github-jsf/pom.xml | 4 ++-- impl/web/oauth2-github-rest/pom.xml | 6 +++--- impl/web/oauth2-google-common/pom.xml | 4 ++-- impl/web/oauth2-google-jsf/pom.xml | 4 ++-- impl/web/oauth2-google-rest/pom.xml | 4 ++-- impl/web/oauth2-linkedin-common/pom.xml | 4 ++-- impl/web/oauth2-linkedin-jsf/pom.xml | 4 ++-- impl/web/oauth2-linkedin-rest/pom.xml | 4 ++-- impl/web/otp-sender/pom.xml | 6 +++--- impl/web/pom.xml | 4 ++-- impl/web/rest/pom.xml | 4 ++-- impl/web/security-api-adapter/pom.xml | 4 ++-- impl/web/totp-web/pom.xml | 4 ++-- opinionated/jsf/pom.xml | 4 ++-- opinionated/pom.xml | 4 ++-- pom.xml | 4 ++-- 81 files changed, 160 insertions(+), 160 deletions(-) diff --git a/bom/pom.xml b/bom/pom.xml index f9dda7e7..e0f5565f 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -24,13 +24,13 @@ be.atbash.ee.security octopus-parent - 0.6-SNAPSHOT + 0.6 ../pom.xml be.atbash.ee.security.octopus bom - 0.6-SNAPSHOT + 0.6 pom diff --git a/commands.txt b/commands.txt index 3c4bb0c8..0597f738 100644 --- a/commands.txt +++ b/commands.txt @@ -9,4 +9,4 @@ mvn license:format -mvn versions:set -DnewVersion=0.6-SNAPSHOT -DgenerateBackupPoms=false \ No newline at end of file +mvn versions:set -DnewVersion=0.6 -DgenerateBackupPoms=false \ No newline at end of file diff --git a/examples/auth-methods/hashed/pom.xml b/examples/auth-methods/hashed/pom.xml index be3e6a95..cddef1b4 100755 --- a/examples/auth-methods/hashed/pom.xml +++ b/examples/auth-methods/hashed/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/auth-methods/oauth2/pom.xml b/examples/auth-methods/oauth2/pom.xml index 3da83bdb..033085d6 100755 --- a/examples/auth-methods/oauth2/pom.xml +++ b/examples/auth-methods/oauth2/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/auth-methods/pom.xml b/examples/auth-methods/pom.xml index f6a22861..d58b606d 100755 --- a/examples/auth-methods/pom.xml +++ b/examples/auth-methods/pom.xml @@ -24,13 +24,13 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 pom diff --git a/examples/auth-methods/remember-me/pom.xml b/examples/auth-methods/remember-me/pom.xml index fb5fc982..8d6eb0c7 100644 --- a/examples/auth-methods/remember-me/pom.xml +++ b/examples/auth-methods/remember-me/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 ../pom.xml remember-me - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/auth-methods/twostep-totp/pom.xml b/examples/auth-methods/twostep-totp/pom.xml index 0ec5428f..04784284 100644 --- a/examples/auth-methods/twostep-totp/pom.xml +++ b/examples/auth-methods/twostep-totp/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 ../pom.xml twostep-totp - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/auth-methods/twostep/pom.xml b/examples/auth-methods/twostep/pom.xml index 2aa2c452..069d8c47 100644 --- a/examples/auth-methods/twostep/pom.xml +++ b/examples/auth-methods/twostep/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security.examples auth-methods - 0.6-SNAPSHOT + 0.6 ../pom.xml twostep - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/authorization/async-manual/pom.xml b/examples/authorization/async-manual/pom.xml index cec3d4e2..ca5fa170 100755 --- a/examples/authorization/async-manual/pom.xml +++ b/examples/authorization/async-manual/pom.xml @@ -24,7 +24,7 @@ be.atbash.ee.security.examples authorization - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/authorization/multiple/pom.xml b/examples/authorization/multiple/pom.xml index 8881552f..11e2a313 100755 --- a/examples/authorization/multiple/pom.xml +++ b/examples/authorization/multiple/pom.xml @@ -24,7 +24,7 @@ be.atbash.ee.security.examples authorization - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/authorization/named-permission/pom.xml b/examples/authorization/named-permission/pom.xml index 53b2278d..d3c08dc8 100755 --- a/examples/authorization/named-permission/pom.xml +++ b/examples/authorization/named-permission/pom.xml @@ -24,7 +24,7 @@ be.atbash.ee.security.examples authorization - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/authorization/pom.xml b/examples/authorization/pom.xml index cbd4f1a9..0db44c85 100755 --- a/examples/authorization/pom.xml +++ b/examples/authorization/pom.xml @@ -24,13 +24,13 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml be.atbash.ee.security.examples authorization - 0.6-SNAPSHOT + 0.6 pom diff --git a/examples/authz/pom.xml b/examples/authz/pom.xml index 5225b16f..7893f6d5 100644 --- a/examples/authz/pom.xml +++ b/examples/authz/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml authz - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/basic/pom.xml b/examples/basic/pom.xml index 51ef7346..b24bcd7f 100644 --- a/examples/basic/pom.xml +++ b/examples/basic/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml mem-basic - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/cas-jsf/pom.xml b/examples/cas-jsf/pom.xml index 51f9c6e7..4c47fea8 100644 --- a/examples/cas-jsf/pom.xml +++ b/examples/cas-jsf/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml cas-jsf - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/events/pom.xml b/examples/events/pom.xml index 4473b29f..2097df94 100644 --- a/examples/events/pom.xml +++ b/examples/events/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml events - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/javafx/pom.xml b/examples/javafx/pom.xml index f91976ae..33136827 100644 --- a/examples/javafx/pom.xml +++ b/examples/javafx/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml java-fx - 0.6-SNAPSHOT + 0.6 jar @@ -38,7 +38,7 @@ be.atbash.ee.security octopus-javafx - 0.6-SNAPSHOT + 0.6 diff --git a/examples/keycloak-cli/pom.xml b/examples/keycloak-cli/pom.xml index 7a1a5b0f..2cd0de62 100644 --- a/examples/keycloak-cli/pom.xml +++ b/examples/keycloak-cli/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml keycloak-cli - 0.6-SNAPSHOT + 0.6 jar @@ -39,7 +39,7 @@ be.atbash.ee.security octopus-keycloak-se - 0.6-SNAPSHOT + 0.6 diff --git a/examples/keycloak-jsf/pom.xml b/examples/keycloak-jsf/pom.xml index 755dcbdb..42e8ddf5 100644 --- a/examples/keycloak-jsf/pom.xml +++ b/examples/keycloak-jsf/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml keycloak-jsf - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/keycloak-rest/pom.xml b/examples/keycloak-rest/pom.xml index 0a2473f2..e5ab8eff 100644 --- a/examples/keycloak-rest/pom.xml +++ b/examples/keycloak-rest/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml keycloak-rest - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/local-secret/pom.xml b/examples/local-secret/pom.xml index 5b03c27b..338e1be2 100644 --- a/examples/local-secret/pom.xml +++ b/examples/local-secret/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml local-secret - 0.6-SNAPSHOT + 0.6 jar diff --git a/examples/login_jsf/pom.xml b/examples/login_jsf/pom.xml index 379d0d22..04b00a55 100644 --- a/examples/login_jsf/pom.xml +++ b/examples/login_jsf/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml login-jsf - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/mp-cli/pom.xml b/examples/mp-cli/pom.xml index 65a85eae..d27a3783 100644 --- a/examples/mp-cli/pom.xml +++ b/examples/mp-cli/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml mp-cli - 0.6-SNAPSHOT + 0.6 jar diff --git a/examples/pom.xml b/examples/pom.xml index 663e7ff9..a9811b1b 100755 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-parent - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-examples - 0.6-SNAPSHOT + 0.6 pom diff --git a/examples/rest-main/pom.xml b/examples/rest-main/pom.xml index 4b2dc07e..4a61681a 100644 --- a/examples/rest-main/pom.xml +++ b/examples/rest-main/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml rest-main - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/rest-mp/pom.xml b/examples/rest-mp/pom.xml index 772848ee..e8755c28 100644 --- a/examples/rest-mp/pom.xml +++ b/examples/rest-mp/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml rest-mp - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/rest/github/pom.xml b/examples/rest/github/pom.xml index 29da5bf7..5e339598 100755 --- a/examples/rest/github/pom.xml +++ b/examples/rest/github/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security.examples rest - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/rest/google/pom.xml b/examples/rest/google/pom.xml index 0f9b8fe0..ba2fc109 100755 --- a/examples/rest/google/pom.xml +++ b/examples/rest/google/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security.examples rest - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/rest/linkedin/pom.xml b/examples/rest/linkedin/pom.xml index b02c261b..fdef13aa 100755 --- a/examples/rest/linkedin/pom.xml +++ b/examples/rest/linkedin/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security.examples rest - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/examples/rest/pom.xml b/examples/rest/pom.xml index 6079626e..dc429dca 100644 --- a/examples/rest/pom.xml +++ b/examples/rest/pom.xml @@ -22,13 +22,13 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml be.atbash.ee.security.examples rest - 0.6-SNAPSHOT + 0.6 pom diff --git a/examples/se-cas/pom.xml b/examples/se-cas/pom.xml index 34a63f13..b9f0bb64 100644 --- a/examples/se-cas/pom.xml +++ b/examples/se-cas/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml se-cas - 0.6-SNAPSHOT + 0.6 jar diff --git a/examples/se-cli/pom.xml b/examples/se-cli/pom.xml index c9f416fb..1cc39a40 100644 --- a/examples/se-cli/pom.xml +++ b/examples/se-cli/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml se-cli - 0.6-SNAPSHOT + 0.6 jar diff --git a/examples/secure-tags/pom.xml b/examples/secure-tags/pom.xml index 260586d7..c1cf03e7 100644 --- a/examples/secure-tags/pom.xml +++ b/examples/secure-tags/pom.xml @@ -22,12 +22,12 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml secure-tags - 0.6-SNAPSHOT + 0.6 war diff --git a/examples/soteria/pom.xml b/examples/soteria/pom.xml index 2b3f35dd..70785780 100755 --- a/examples/soteria/pom.xml +++ b/examples/soteria/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security octopus-examples - 0.6-SNAPSHOT + 0.6 ../pom.xml diff --git a/impl/core/pom.xml b/impl/core/pom.xml index 61fb537a..d5cb7b72 100755 --- a/impl/core/pom.xml +++ b/impl/core/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-core - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/core/src/main/doc/manual.adoc b/impl/core/src/main/doc/manual.adoc index d08382cf..40149188 100644 --- a/impl/core/src/main/doc/manual.adoc +++ b/impl/core/src/main/doc/manual.adoc @@ -1,6 +1,6 @@ = Octopus Framework Rudy De Busscher -v0.6, ??/??/2019 +v0.6, 21/10/2019 == Release notes diff --git a/impl/non-web/cas-se/pom.xml b/impl/non-web/cas-se/pom.xml index 6c1ad2e3..06fa5c4e 100755 --- a/impl/non-web/cas-se/pom.xml +++ b/impl/non-web/cas-se/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for CAS server(core) octopus-cas-se - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/common-se/pom.xml b/impl/non-web/common-se/pom.xml index 5344fe9e..ed8dc943 100755 --- a/impl/non-web/common-se/pom.xml +++ b/impl/non-web/common-se/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-common-se - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/javafx/pom.xml b/impl/non-web/javafx/pom.xml index 09e87000..e70a8b3a 100644 --- a/impl/non-web/javafx/pom.xml +++ b/impl/non-web/javafx/pom.xml @@ -24,19 +24,19 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-javafx - 0.6-SNAPSHOT + 0.6 jar be.atbash.ee.security octopus-common-se - 0.6-SNAPSHOT + 0.6 diff --git a/impl/non-web/keycloak-rest-client/pom.xml b/impl/non-web/keycloak-rest-client/pom.xml index dc8d44ac..1139137a 100755 --- a/impl/non-web/keycloak-rest-client/pom.xml +++ b/impl/non-web/keycloak-rest-client/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Octopus Rest Client for Keycloak OpenId Connect octopus-keycloak-rest-client - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/keycloak-se/pom.xml b/impl/non-web/keycloak-se/pom.xml index 7eb1d637..d255bdbd 100755 --- a/impl/non-web/keycloak-se/pom.xml +++ b/impl/non-web/keycloak-se/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-keycloak-se - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/mp-core/pom.xml b/impl/non-web/mp-core/pom.xml index 7eb0e5b3..41c35a74 100755 --- a/impl/non-web/mp-core/pom.xml +++ b/impl/non-web/mp-core/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for MicroProfile JWT-Auth (core) octopus-mp-core - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/mp-rest-client/pom.xml b/impl/non-web/mp-rest-client/pom.xml index 481d401a..56cb9541 100755 --- a/impl/non-web/mp-rest-client/pom.xml +++ b/impl/non-web/mp-rest-client/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Octopus Rest Client for MicroProfile JWT-Auth octopus-mp-rest-client - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/oauth2-se/pom.xml b/impl/non-web/oauth2-se/pom.xml index 5363202b..1f63a93e 100755 --- a/impl/non-web/oauth2-se/pom.xml +++ b/impl/non-web/oauth2-se/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-oauth2-se - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/octopus-sso-client-common/pom.xml b/impl/non-web/octopus-sso-client-common/pom.xml index 35b00ba6..a0f99a73 100755 --- a/impl/non-web/octopus-sso-client-common/pom.xml +++ b/impl/non-web/octopus-sso-client-common/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for Octopus server (Java SE) octopus-sso-client-common - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/offline-token-generator/pom.xml b/impl/non-web/offline-token-generator/pom.xml index 6b44526e..7a7a9a50 100755 --- a/impl/non-web/offline-token-generator/pom.xml +++ b/impl/non-web/offline-token-generator/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-token-generator - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/otp/pom.xml b/impl/non-web/otp/pom.xml index 66fb6333..b5ba1085 100755 --- a/impl/non-web/otp/pom.xml +++ b/impl/non-web/otp/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-otp - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/pom.xml b/impl/non-web/pom.xml index 4e6a0132..e1477e17 100755 --- a/impl/non-web/pom.xml +++ b/impl/non-web/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-non-web - 0.6-SNAPSHOT + 0.6 pom diff --git a/impl/non-web/rest-client-provider/pom.xml b/impl/non-web/rest-client-provider/pom.xml index 5da3ca17..b2a4d2c7 100755 --- a/impl/non-web/rest-client-provider/pom.xml +++ b/impl/non-web/rest-client-provider/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Octopus Rest Client provider octopus-rest-client-provider - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/non-web/se-standalone/pom.xml b/impl/non-web/se-standalone/pom.xml index 244823fc..82175465 100755 --- a/impl/non-web/se-standalone/pom.xml +++ b/impl/non-web/se-standalone/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-non-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-se-standalone - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/pom.xml b/impl/pom.xml index 3b08565e..eb160c82 100755 --- a/impl/pom.xml +++ b/impl/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-parent - 0.6-SNAPSHOT + 0.6 ../pom.xml Declarative Permission based security for Java EE / Java SE octopus - 0.6-SNAPSHOT + 0.6 pom diff --git a/impl/sso/client/pom.xml b/impl/sso/client/pom.xml index 6472141d..1d1ccaab 100755 --- a/impl/sso/client/pom.xml +++ b/impl/sso/client/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-sso - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-client - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/sso/core/pom.xml b/impl/sso/core/pom.xml index b45d7168..e165ae53 100755 --- a/impl/sso/core/pom.xml +++ b/impl/sso/core/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-sso - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-sso-core - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/sso/pom.xml b/impl/sso/pom.xml index 5cb607ae..b0feeb87 100755 --- a/impl/sso/pom.xml +++ b/impl/sso/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-sso - 0.6-SNAPSHOT + 0.6 pom diff --git a/impl/sso/server/pom.xml b/impl/sso/server/pom.xml index c58a284e..9d0ed45d 100755 --- a/impl/sso/server/pom.xml +++ b/impl/sso/server/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-sso - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-server - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/cas/pom.xml b/impl/web/cas/pom.xml index 3344d0cd..5270b166 100755 --- a/impl/web/cas/pom.xml +++ b/impl/web/cas/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-cas - 0.6-SNAPSHOT + 0.6 jar @@ -84,7 +84,7 @@ be.atbash.ee.security octopus-core - 0.6-SNAPSHOT + 0.6 tests test diff --git a/impl/web/common-web/pom.xml b/impl/web/common-web/pom.xml index dc57e4b8..86a9e976 100755 --- a/impl/web/common-web/pom.xml +++ b/impl/web/common-web/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-common-web - 0.6-SNAPSHOT + 0.6 jar @@ -96,7 +96,7 @@ be.atbash.ee.security octopus-core - 0.6-SNAPSHOT + 0.6 tests test diff --git a/impl/web/jsf7/pom.xml b/impl/web/jsf7/pom.xml index fe0b98cf..92620e54 100755 --- a/impl/web/jsf7/pom.xml +++ b/impl/web/jsf7/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-jsf7 - 0.6-SNAPSHOT + 0.6 jar @@ -97,7 +97,7 @@ be.atbash.utils utils-jsf - 0.9.3.2-SNAPSHOT + 0.9.3.2 @@ -118,7 +118,7 @@ be.atbash.ee.security octopus-core - 0.6-SNAPSHOT + 0.6 tests test diff --git a/impl/web/keycloak-rest/pom.xml b/impl/web/keycloak-rest/pom.xml index e385f1e3..89f4f7d7 100755 --- a/impl/web/keycloak-rest/pom.xml +++ b/impl/web/keycloak-rest/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for Keycloack token Authorization header octopus-keycloak-rest - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/keycloak/pom.xml b/impl/web/keycloak/pom.xml index 2d9b84c3..2c54f172 100755 --- a/impl/web/keycloak/pom.xml +++ b/impl/web/keycloak/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-keycloak - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/mp/pom.xml b/impl/web/mp/pom.xml index 9d2b3734..d78322c2 100755 --- a/impl/web/mp/pom.xml +++ b/impl/web/mp/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for MicroProfile JWT-Auth octopus-mp - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/oauth2-common-jsf/pom.xml b/impl/web/oauth2-common-jsf/pom.xml index 48087169..b5fcd81b 100755 --- a/impl/web/oauth2-common-jsf/pom.xml +++ b/impl/web/oauth2-common-jsf/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-oauth2-common-jsf - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/oauth2-common-rest/pom.xml b/impl/web/oauth2-common-rest/pom.xml index d66cd5fd..a4fa5214 100755 --- a/impl/web/oauth2-common-rest/pom.xml +++ b/impl/web/oauth2-common-rest/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-oauth2-common-rest - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/oauth2-common/pom.xml b/impl/web/oauth2-common/pom.xml index e8c5709e..3a759b0d 100755 --- a/impl/web/oauth2-common/pom.xml +++ b/impl/web/oauth2-common/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-oauth2-common - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/oauth2-github-common/pom.xml b/impl/web/oauth2-github-common/pom.xml index 7507128b..848e3266 100644 --- a/impl/web/oauth2-github-common/pom.xml +++ b/impl/web/oauth2-github-common/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-github-common - 0.6-SNAPSHOT + 0.6 OAuth2 Github info provider diff --git a/impl/web/oauth2-github-jsf/pom.xml b/impl/web/oauth2-github-jsf/pom.xml index afd81f4e..b737b84a 100644 --- a/impl/web/oauth2-github-jsf/pom.xml +++ b/impl/web/oauth2-github-jsf/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-github-jsf - 0.6-SNAPSHOT + 0.6 OAuth2 Github JSF Authentication diff --git a/impl/web/oauth2-github-rest/pom.xml b/impl/web/oauth2-github-rest/pom.xml index 6af63d89..719fef02 100755 --- a/impl/web/oauth2-github-rest/pom.xml +++ b/impl/web/oauth2-github-rest/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for Github Accesstoken in Authorization Header octopus-oauth2-github-rest - 0.6-SNAPSHOT + 0.6 jar @@ -66,7 +66,7 @@ be.atbash.ee.security octopus-oauth2-linkedin-common - 0.6-SNAPSHOT + 0.6 compile diff --git a/impl/web/oauth2-google-common/pom.xml b/impl/web/oauth2-google-common/pom.xml index 68cd6f3b..e278884c 100644 --- a/impl/web/oauth2-google-common/pom.xml +++ b/impl/web/oauth2-google-common/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-google-common - 0.6-SNAPSHOT + 0.6 OAuth2 Google info provider diff --git a/impl/web/oauth2-google-jsf/pom.xml b/impl/web/oauth2-google-jsf/pom.xml index a951eac5..258a3306 100644 --- a/impl/web/oauth2-google-jsf/pom.xml +++ b/impl/web/oauth2-google-jsf/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-google-jsf - 0.6-SNAPSHOT + 0.6 OAuth2 Google JSF Authentication diff --git a/impl/web/oauth2-google-rest/pom.xml b/impl/web/oauth2-google-rest/pom.xml index 267d3230..65c2dd51 100755 --- a/impl/web/oauth2-google-rest/pom.xml +++ b/impl/web/oauth2-google-rest/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for Google Accesstoken in Authorization Header octopus-oauth2-google-rest - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/oauth2-linkedin-common/pom.xml b/impl/web/oauth2-linkedin-common/pom.xml index 4e5bc7c6..d5b1a3bf 100644 --- a/impl/web/oauth2-linkedin-common/pom.xml +++ b/impl/web/oauth2-linkedin-common/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-linkedin-common - 0.6-SNAPSHOT + 0.6 OAuth2 LinkedIn info provider diff --git a/impl/web/oauth2-linkedin-jsf/pom.xml b/impl/web/oauth2-linkedin-jsf/pom.xml index 4e9c2af1..b3d1f349 100644 --- a/impl/web/oauth2-linkedin-jsf/pom.xml +++ b/impl/web/oauth2-linkedin-jsf/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-oauth2-linkedin-jsf - 0.6-SNAPSHOT + 0.6 OAuth2 LinkedIn JSF Authentication diff --git a/impl/web/oauth2-linkedin-rest/pom.xml b/impl/web/oauth2-linkedin-rest/pom.xml index e1a544d6..74fdf14a 100755 --- a/impl/web/oauth2-linkedin-rest/pom.xml +++ b/impl/web/oauth2-linkedin-rest/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Support for LinkedIn Accesstoken in Authorization Header octopus-oauth2-linkedin-rest - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/otp-sender/pom.xml b/impl/web/otp-sender/pom.xml index 240f9045..81f382a8 100755 --- a/impl/web/otp-sender/pom.xml +++ b/impl/web/otp-sender/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml One Time Password Sender as 2-Step otp-sender - 0.6-SNAPSHOT + 0.6 jar @@ -75,7 +75,7 @@ be.atbash.ee.security octopus-core - 0.6-SNAPSHOT + 0.6 tests test diff --git a/impl/web/pom.xml b/impl/web/pom.xml index ccbb5225..8eb10208 100755 --- a/impl/web/pom.xml +++ b/impl/web/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-web - 0.6-SNAPSHOT + 0.6 pom diff --git a/impl/web/rest/pom.xml b/impl/web/rest/pom.xml index 1637b0c7..f8c5d388 100755 --- a/impl/web/rest/pom.xml +++ b/impl/web/rest/pom.xml @@ -24,12 +24,12 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml octopus-rest - 0.6-SNAPSHOT + 0.6 jar diff --git a/impl/web/security-api-adapter/pom.xml b/impl/web/security-api-adapter/pom.xml index 3d130280..8b612cc2 100644 --- a/impl/web/security-api-adapter/pom.xml +++ b/impl/web/security-api-adapter/pom.xml @@ -21,7 +21,7 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -29,7 +29,7 @@ jar octopus-security-api-adapter - 0.6-SNAPSHOT + 0.6 Security API (Soteria) Adapter diff --git a/impl/web/totp-web/pom.xml b/impl/web/totp-web/pom.xml index 84001002..f85018d4 100755 --- a/impl/web/totp-web/pom.xml +++ b/impl/web/totp-web/pom.xml @@ -24,14 +24,14 @@ be.atbash.ee.security octopus-web - 0.6-SNAPSHOT + 0.6 ../pom.xml Time Based One Time Password with QR code totp-web - 0.6-SNAPSHOT + 0.6 jar diff --git a/opinionated/jsf/pom.xml b/opinionated/jsf/pom.xml index 1df3ea70..a89ec3c6 100644 --- a/opinionated/jsf/pom.xml +++ b/opinionated/jsf/pom.xml @@ -24,7 +24,7 @@ be.atbash.ee.security.octopus opinionated - 0.6-SNAPSHOT + 0.6 ../pom.xml @@ -32,7 +32,7 @@ be.atbash.ee.security.octopus.opinionated jsf - 0.6-SNAPSHOT + 0.6 pom diff --git a/opinionated/pom.xml b/opinionated/pom.xml index 2dfa5d0b..10bdaecc 100644 --- a/opinionated/pom.xml +++ b/opinionated/pom.xml @@ -24,13 +24,13 @@ be.atbash.ee.security octopus-parent - 0.6-SNAPSHOT + 0.6 ../pom.xml be.atbash.ee.security.octopus opinionated - 0.6-SNAPSHOT + 0.6 pom diff --git a/pom.xml b/pom.xml index fd97a93b..2d53c265 100755 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ be.atbash.ee.security octopus-parent - 0.6-SNAPSHOT + 0.6 pom Atbash Octopus Parent @@ -59,7 +59,7 @@ UTF-8 - 0.9.3.2-SNAPSHOT + 0.9.3.2 0.9.3 0.9.2 0.9.1