From 2025d314ec3db67560b953e08395f522afae4606 Mon Sep 17 00:00:00 2001 From: Stian Thorgersen Date: Fri, 30 May 2014 08:52:03 +0100 Subject: [PATCH] Bump version to 1.0.beta2-SNAPSHOT --- audit/api/pom.xml | 2 +- audit/email/pom.xml | 2 +- audit/jboss-logging/pom.xml | 2 +- audit/jpa/pom.xml | 2 +- audit/mongo/pom.xml | 2 +- audit/pom.xml | 2 +- audit/tests/pom.xml | 2 +- authentication/authentication-api/pom.xml | 2 +- authentication/authentication-model/pom.xml | 2 +- .../authentication-picketlink/pom.xml | 2 +- authentication/pom.xml | 2 +- core-jaxrs/pom.xml | 2 +- core/pom.xml | 2 +- distribution/appliance-dist/pom.xml | 2 +- distribution/as7-adapter-zip/pom.xml | 2 +- distribution/eap6-adapter-zip/pom.xml | 2 +- distribution/examples-docs-zip/pom.xml | 2 +- distribution/modules/pom.xml | 2 +- distribution/pom.xml | 2 +- distribution/src-dist/pom.xml | 2 +- distribution/theme-template-zip/pom.xml | 2 +- distribution/war-dist/pom.xml | 2 +- distribution/war-zip/pom.xml | 2 +- distribution/wildfly-adapter-zip/pom.xml | 2 +- docbook/pom.xml | 2 +- docbook/reference/en/en-US/master.xml | 2 +- .../en/en-US/modules/server-installation.xml | 22 +++++++++---------- docbook/reference/en/en-US/modules/themes.xml | 4 ++-- examples/cors/angular-product-app/pom.xml | 2 +- examples/cors/database-service/pom.xml | 2 +- examples/cors/pom.xml | 2 +- .../demo-template/admin-access-app/pom.xml | 2 +- .../demo-template/angular-product-app/pom.xml | 2 +- .../demo-template/customer-app-cli/pom.xml | 2 +- .../demo-template/customer-app-js/pom.xml | 2 +- examples/demo-template/customer-app/pom.xml | 2 +- .../demo-template/database-service/pom.xml | 2 +- examples/demo-template/pom.xml | 2 +- examples/demo-template/product-app/pom.xml | 2 +- .../demo-template/third-party-cdi/pom.xml | 2 +- examples/demo-template/third-party/pom.xml | 2 +- examples/js-console/pom.xml | 4 ++-- examples/pom.xml | 4 +++- .../providers/audit-listener-sysout/pom.xml | 2 +- examples/providers/audit-provider-mem/pom.xml | 2 +- .../authentication-properties/pom.xml | 2 +- examples/providers/pom.xml | 2 +- export-import/export-import-api/pom.xml | 2 +- export-import/export-import-impl/pom.xml | 2 +- export-import/pom.xml | 2 +- forms/account-api/pom.xml | 2 +- forms/account-freemarker/pom.xml | 2 +- forms/common-freemarker/pom.xml | 2 +- forms/common-themes/pom.xml | 2 +- forms/email-api/pom.xml | 2 +- forms/email-freemarker/pom.xml | 2 +- forms/login-api/pom.xml | 2 +- forms/login-freemarker/pom.xml | 2 +- forms/pom.xml | 2 +- integration/adapter-core/pom.xml | 2 +- integration/as7-eap-subsystem/pom.xml | 2 +- integration/as7-eap6/adapter/pom.xml | 2 +- integration/installed/pom.xml | 2 +- integration/jaxrs-oauth-client/pom.xml | 2 +- integration/jboss-adapter-core/pom.xml | 2 +- integration/js/pom.xml | 2 +- integration/pom.xml | 2 +- integration/servlet-oauth-client/pom.xml | 2 +- integration/tomcat7/adapter/pom.xml | 2 +- integration/undertow/pom.xml | 2 +- integration/wildfly-adapter/pom.xml | 2 +- integration/wildfly-subsystem/pom.xml | 2 +- model/api/pom.xml | 2 +- model/jpa/pom.xml | 2 +- model/mongo/pom.xml | 2 +- model/picketlink/pom.xml | 2 +- model/pom.xml | 2 +- model/tests/pom.xml | 2 +- picketlink/keycloak-picketlink-api/pom.xml | 2 +- picketlink/keycloak-picketlink-realm/pom.xml | 2 +- picketlink/pom.xml | 2 +- pom.xml | 2 +- project-integrations/aerogear-ups/app/pom.xml | 2 +- .../aerogear-ups/auth-server/pom.xml | 2 +- project-integrations/aerogear-ups/pom.xml | 2 +- project-integrations/pom.xml | 2 +- server/pom.xml | 2 +- services/pom.xml | 2 +- social/core/pom.xml | 2 +- social/facebook/pom.xml | 2 +- social/github/pom.xml | 2 +- social/google/pom.xml | 2 +- social/pom.xml | 2 +- social/twitter/pom.xml | 2 +- testsuite/integration/pom.xml | 2 +- testsuite/performance/pom.xml | 2 +- testsuite/pom.xml | 2 +- timer/api/pom.xml | 2 +- timer/basic/pom.xml | 2 +- timer/pom.xml | 2 +- 100 files changed, 114 insertions(+), 112 deletions(-) diff --git a/audit/api/pom.xml b/audit/api/pom.xml index f13c1793f0e..da98029060c 100755 --- a/audit/api/pom.xml +++ b/audit/api/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/audit/email/pom.xml b/audit/email/pom.xml index ba5a43297cf..72d40c609ff 100755 --- a/audit/email/pom.xml +++ b/audit/email/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/audit/jboss-logging/pom.xml b/audit/jboss-logging/pom.xml index 5899f0d30d4..786f4223fe5 100755 --- a/audit/jboss-logging/pom.xml +++ b/audit/jboss-logging/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/audit/jpa/pom.xml b/audit/jpa/pom.xml index b409326fda2..842ddea18b1 100755 --- a/audit/jpa/pom.xml +++ b/audit/jpa/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/audit/mongo/pom.xml b/audit/mongo/pom.xml index f9e75cc8714..86addb0e433 100755 --- a/audit/mongo/pom.xml +++ b/audit/mongo/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index c651de06b7a..8e39ab35201 100755 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml diff --git a/audit/tests/pom.xml b/audit/tests/pom.xml index 46ef7783245..f174f261fe5 100755 --- a/audit/tests/pom.xml +++ b/audit/tests/pom.xml @@ -5,7 +5,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/authentication/authentication-api/pom.xml b/authentication/authentication-api/pom.xml index 719556f4b62..46a6a4df17a 100755 --- a/authentication/authentication-api/pom.xml +++ b/authentication/authentication-api/pom.xml @@ -3,7 +3,7 @@ keycloak-authentication-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/authentication/authentication-model/pom.xml b/authentication/authentication-model/pom.xml index d3aa81be5e0..75f15652440 100755 --- a/authentication/authentication-model/pom.xml +++ b/authentication/authentication-model/pom.xml @@ -3,7 +3,7 @@ keycloak-authentication-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/authentication/authentication-picketlink/pom.xml b/authentication/authentication-picketlink/pom.xml index 9bd373bb065..e4c3bd78c2e 100755 --- a/authentication/authentication-picketlink/pom.xml +++ b/authentication/authentication-picketlink/pom.xml @@ -3,7 +3,7 @@ keycloak-authentication-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/authentication/pom.xml b/authentication/pom.xml index bd850b907d4..60abcab34bb 100755 --- a/authentication/pom.xml +++ b/authentication/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/core-jaxrs/pom.xml b/core-jaxrs/pom.xml index 3fc3c0991fe..5d1544bc350 100755 --- a/core-jaxrs/pom.xml +++ b/core-jaxrs/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 9257bba891f..13f7dcbff8c 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/distribution/appliance-dist/pom.xml b/distribution/appliance-dist/pom.xml index 4c87e031f77..7b281f4e3aa 100755 --- a/distribution/appliance-dist/pom.xml +++ b/distribution/appliance-dist/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/as7-adapter-zip/pom.xml b/distribution/as7-adapter-zip/pom.xml index 5dd86aa9c19..8473460bbfa 100755 --- a/distribution/as7-adapter-zip/pom.xml +++ b/distribution/as7-adapter-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/eap6-adapter-zip/pom.xml b/distribution/eap6-adapter-zip/pom.xml index dc020047b5e..a80b569db58 100755 --- a/distribution/eap6-adapter-zip/pom.xml +++ b/distribution/eap6-adapter-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/examples-docs-zip/pom.xml b/distribution/examples-docs-zip/pom.xml index 58b785f0949..a7a48d09780 100755 --- a/distribution/examples-docs-zip/pom.xml +++ b/distribution/examples-docs-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/modules/pom.xml b/distribution/modules/pom.xml index e721dde9a81..818bb5566ad 100755 --- a/distribution/modules/pom.xml +++ b/distribution/modules/pom.xml @@ -30,7 +30,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 0c0fb22cd76..f120103a347 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Distribution diff --git a/distribution/src-dist/pom.xml b/distribution/src-dist/pom.xml index 5fc5284ef08..7d9c222f18a 100755 --- a/distribution/src-dist/pom.xml +++ b/distribution/src-dist/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/theme-template-zip/pom.xml b/distribution/theme-template-zip/pom.xml index 3f11d9ffafb..2b639e6d4a1 100755 --- a/distribution/theme-template-zip/pom.xml +++ b/distribution/theme-template-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/war-dist/pom.xml b/distribution/war-dist/pom.xml index 6fc740cc8a7..5d88940a189 100755 --- a/distribution/war-dist/pom.xml +++ b/distribution/war-dist/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/war-zip/pom.xml b/distribution/war-zip/pom.xml index dc868c45e70..53d46ffa85b 100755 --- a/distribution/war-zip/pom.xml +++ b/distribution/war-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/distribution/wildfly-adapter-zip/pom.xml b/distribution/wildfly-adapter-zip/pom.xml index 6976dacc01a..2cac9f10318 100755 --- a/distribution/wildfly-adapter-zip/pom.xml +++ b/distribution/wildfly-adapter-zip/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/docbook/pom.xml b/docbook/pom.xml index 7443e28dc26..63e5e799f06 100755 --- a/docbook/pom.xml +++ b/docbook/pom.xml @@ -6,7 +6,7 @@ org.keycloak keycloak-reference-guide-${translation} - 1.0-beta-1 + 1.0-beta-2 jdocbook Keycloak Reference Guide (${translation}) diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml index e13837a80c9..cc4b378f40d 100755 --- a/docbook/reference/en/en-US/master.xml +++ b/docbook/reference/en/en-US/master.xml @@ -37,7 +37,7 @@ Keycloak Reference Guide SSO for Web Apps and REST Services - 1.0-beta-1 + 1.0-beta-2 diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml index 1949856591e..4e1840f9b15 100755 --- a/docbook/reference/en/en-US/modules/server-installation.xml +++ b/docbook/reference/en/en-US/modules/server-installation.xml @@ -8,11 +8,11 @@ - keycloak-appliance-dist-all-1.0-beta-1.zip + keycloak-appliance-dist-all-1.0-beta-2.zip - keycloak-war-dist-all-1.0-beta-1.zip + keycloak-war-dist-all-1.0-beta-2.zip @@ -31,7 +31,7 @@ -keycloak-appliance-dist-all-1.0-beta-1/ +keycloak-appliance-dist-all-1.0-beta-2/ keycloak/ bin/ standalone.sh @@ -42,9 +42,9 @@ keycloak-appliance-dist-all-1.0-beta-1/ keycloak-server.json themes/ adapters/ - keycloak-as7-adapter-dist-1.0-beta-1.zip - keycloak-eap6-adapter-dist-1.0-beta-1.zip - keycloak-wildfly-adapter-dist-1.0-beta-1.zip + keycloak-as7-adapter-dist-1.0-beta-2.zip + keycloak-eap6-adapter-dist-1.0-beta-2.zip + keycloak-wildfly-adapter-dist-1.0-beta-2.zip examples/ docs/ @@ -79,7 +79,7 @@ keycloak-appliance-dist-all-1.0-beta-1/ -keycloak-war-dist-all-1.0-beta-1/ +keycloak-war-dist-all-1.0-beta-2/ deployments/ auth-server.war/ keycloak-ds.xml @@ -87,9 +87,9 @@ keycloak-war-dist-all-1.0-beta-1/ keycloak-server.json themes/ adapters/ - keycloak-as7-adapter-dist-1.0-beta-1.zip - keycloak-eap6-adapter-dist-1.0-beta-1.zip - keycloak-wildfly-adapter-dist-1.0-beta-1.zip + keycloak-as7-adapter-dist-1.0-beta-2.zip + keycloak-eap6-adapter-dist-1.0-beta-2.zip + keycloak-wildfly-adapter-dist-1.0-beta-2.zip examples/ docs/ @@ -101,7 +101,7 @@ keycloak-war-dist-all-1.0-beta-1/ - $ cd keycloak-war-dist-all-1.0-beta-1 + $ cd keycloak-war-dist-all-1.0-beta-2 $ cp -r deployments $JBOSS_HOME/standalone diff --git a/docbook/reference/en/en-US/modules/themes.xml b/docbook/reference/en/en-US/modules/themes.xml index 231d2ed0ace..a6ec2192db9 100755 --- a/docbook/reference/en/en-US/modules/themes.xml +++ b/docbook/reference/en/en-US/modules/themes.xml @@ -154,7 +154,7 @@ Keycloaks default account management provider is built on the FreeMarker template engine (forms/account-freemarker). - To make sure your provider is loaded you will either need to delete standalone/deployments/auth-server.war/WEB-INF/lib/keycloak-account-freemarker-1.0-beta-1.jar + To make sure your provider is loaded you will either need to delete standalone/deployments/auth-server.war/WEB-INF/lib/keycloak-account-freemarker-1.0-beta-2.jar or disable it with the system property org.keycloak.account.freemarker.FreeMarkerAccountProviderFactory. @@ -167,7 +167,7 @@ Keycloaks default login forms provider is built on the FreeMarker template engine (forms/login-freemarker). - To make sure your provider is loaded you will either need to delete standalone/deployments/auth-server.war/WEB-INF/lib/keycloak-login-freemarker-1.0-beta-1.jar + To make sure your provider is loaded you will either need to delete standalone/deployments/auth-server.war/WEB-INF/lib/keycloak-login-freemarker-1.0-beta-2.jar or disable it with the system property org.keycloak.login.freemarker.FreeMarkerLoginFormsProviderFactory. diff --git a/examples/cors/angular-product-app/pom.xml b/examples/cors/angular-product-app/pom.xml index 437b16ed766..9e99e91355d 100755 --- a/examples/cors/angular-product-app/pom.xml +++ b/examples/cors/angular-product-app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/cors/database-service/pom.xml b/examples/cors/database-service/pom.xml index 2f1fd520537..b3cba42db53 100755 --- a/examples/cors/database-service/pom.xml +++ b/examples/cors/database-service/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/cors/pom.xml b/examples/cors/pom.xml index 1f0c6eb750f..7cdff5dd27b 100755 --- a/examples/cors/pom.xml +++ b/examples/cors/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml Examples diff --git a/examples/demo-template/admin-access-app/pom.xml b/examples/demo-template/admin-access-app/pom.xml index 954361a2346..cf9de3c72c8 100755 --- a/examples/demo-template/admin-access-app/pom.xml +++ b/examples/demo-template/admin-access-app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/angular-product-app/pom.xml b/examples/demo-template/angular-product-app/pom.xml index 48eaeca0e1d..8041df80b74 100755 --- a/examples/demo-template/angular-product-app/pom.xml +++ b/examples/demo-template/angular-product-app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/customer-app-cli/pom.xml b/examples/demo-template/customer-app-cli/pom.xml index 79c26dbf593..ac76f56a058 100755 --- a/examples/demo-template/customer-app-cli/pom.xml +++ b/examples/demo-template/customer-app-cli/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/customer-app-js/pom.xml b/examples/demo-template/customer-app-js/pom.xml index e951c65cd3f..27a41aea587 100755 --- a/examples/demo-template/customer-app-js/pom.xml +++ b/examples/demo-template/customer-app-js/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/customer-app/pom.xml b/examples/demo-template/customer-app/pom.xml index 47f10e2ce68..047c8b6cf8d 100755 --- a/examples/demo-template/customer-app/pom.xml +++ b/examples/demo-template/customer-app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/database-service/pom.xml b/examples/demo-template/database-service/pom.xml index 8b842fa5d09..db0da613d3e 100755 --- a/examples/demo-template/database-service/pom.xml +++ b/examples/demo-template/database-service/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/pom.xml b/examples/demo-template/pom.xml index ab7a947970e..2407bed8384 100755 --- a/examples/demo-template/pom.xml +++ b/examples/demo-template/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml Examples diff --git a/examples/demo-template/product-app/pom.xml b/examples/demo-template/product-app/pom.xml index 290c2ed3714..52515518868 100755 --- a/examples/demo-template/product-app/pom.xml +++ b/examples/demo-template/product-app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/third-party-cdi/pom.xml b/examples/demo-template/third-party-cdi/pom.xml index d0381bddde8..42ef2b9504d 100755 --- a/examples/demo-template/third-party-cdi/pom.xml +++ b/examples/demo-template/third-party-cdi/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/third-party/pom.xml b/examples/demo-template/third-party/pom.xml index 45fb5d31ecc..114a7b99e7a 100755 --- a/examples/demo-template/third-party/pom.xml +++ b/examples/demo-template/third-party/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/examples/js-console/pom.xml b/examples/js-console/pom.xml index 27f946263ae..54c680ae976 100755 --- a/examples/js-console/pom.xml +++ b/examples/js-console/pom.xml @@ -4,8 +4,8 @@ keycloak-parent org.keycloak - 1.0-beta-1 - ../../../pom.xml + 1.0-beta-2-SNAPSHOT + ../../pom.xml 4.0.0 org.keycloak.example.demo diff --git a/examples/pom.xml b/examples/pom.xml index 9cf6cb17176..e642be619b7 100755 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Examples @@ -25,7 +25,9 @@ + cors demo-template providers + js-console diff --git a/examples/providers/audit-listener-sysout/pom.xml b/examples/providers/audit-listener-sysout/pom.xml index fc053391a7d..3fc6d71a35e 100755 --- a/examples/providers/audit-listener-sysout/pom.xml +++ b/examples/providers/audit-listener-sysout/pom.xml @@ -3,7 +3,7 @@ examples-providers-pom org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Audit Listener System.out Example diff --git a/examples/providers/audit-provider-mem/pom.xml b/examples/providers/audit-provider-mem/pom.xml index 5ed912a7a96..582f9598d49 100755 --- a/examples/providers/audit-provider-mem/pom.xml +++ b/examples/providers/audit-provider-mem/pom.xml @@ -3,7 +3,7 @@ examples-providers-pom org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Audit Provider In-Mem Example diff --git a/examples/providers/authentication-properties/pom.xml b/examples/providers/authentication-properties/pom.xml index acc02735ade..6263cd76aec 100755 --- a/examples/providers/authentication-properties/pom.xml +++ b/examples/providers/authentication-properties/pom.xml @@ -3,7 +3,7 @@ examples-providers-pom org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Properties Authentication Provider Example diff --git a/examples/providers/pom.xml b/examples/providers/pom.xml index 95dccdba836..a62a2e546ad 100755 --- a/examples/providers/pom.xml +++ b/examples/providers/pom.xml @@ -3,7 +3,7 @@ examples-pom org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Provider Examples diff --git a/export-import/export-import-api/pom.xml b/export-import/export-import-api/pom.xml index 2026132e883..31483c60504 100755 --- a/export-import/export-import-api/pom.xml +++ b/export-import/export-import-api/pom.xml @@ -4,7 +4,7 @@ keycloak-export-import-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/export-import/export-import-impl/pom.xml b/export-import/export-import-impl/pom.xml index d0b4c3879fd..8c2b21bc2e6 100755 --- a/export-import/export-import-impl/pom.xml +++ b/export-import/export-import-impl/pom.xml @@ -4,7 +4,7 @@ keycloak-export-import-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/export-import/pom.xml b/export-import/pom.xml index 6737b21e134..011fc0b312a 100755 --- a/export-import/pom.xml +++ b/export-import/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/account-api/pom.xml b/forms/account-api/pom.xml index 029751c7bfb..5efb6c4e4fe 100755 --- a/forms/account-api/pom.xml +++ b/forms/account-api/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/account-freemarker/pom.xml b/forms/account-freemarker/pom.xml index 5885716c0ac..f313505bbaa 100755 --- a/forms/account-freemarker/pom.xml +++ b/forms/account-freemarker/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/common-freemarker/pom.xml b/forms/common-freemarker/pom.xml index fd538ce0d6e..480ac22c4cc 100755 --- a/forms/common-freemarker/pom.xml +++ b/forms/common-freemarker/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/common-themes/pom.xml b/forms/common-themes/pom.xml index 3ee4089f7cb..3e00aa912ff 100755 --- a/forms/common-themes/pom.xml +++ b/forms/common-themes/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/email-api/pom.xml b/forms/email-api/pom.xml index 02ba3a0daac..679d665257b 100755 --- a/forms/email-api/pom.xml +++ b/forms/email-api/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/email-freemarker/pom.xml b/forms/email-freemarker/pom.xml index bf0e5e7c3a4..dba275f6c40 100755 --- a/forms/email-freemarker/pom.xml +++ b/forms/email-freemarker/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/login-api/pom.xml b/forms/login-api/pom.xml index b76525b7bd7..43d79315526 100755 --- a/forms/login-api/pom.xml +++ b/forms/login-api/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/login-freemarker/pom.xml b/forms/login-freemarker/pom.xml index 4fb96c4e8ca..d297a4ff339 100755 --- a/forms/login-freemarker/pom.xml +++ b/forms/login-freemarker/pom.xml @@ -4,7 +4,7 @@ keycloak-forms-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/forms/pom.xml b/forms/pom.xml index 381ea045259..3a3bb8f142f 100755 --- a/forms/pom.xml +++ b/forms/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/integration/adapter-core/pom.xml b/integration/adapter-core/pom.xml index 7519242ffb3..3cac37ee16f 100755 --- a/integration/adapter-core/pom.xml +++ b/integration/adapter-core/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/as7-eap-subsystem/pom.xml b/integration/as7-eap-subsystem/pom.xml index 394b8bf00a3..f5c98e013f0 100755 --- a/integration/as7-eap-subsystem/pom.xml +++ b/integration/as7-eap-subsystem/pom.xml @@ -20,7 +20,7 @@ org.keycloak keycloak-parent - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/integration/as7-eap6/adapter/pom.xml b/integration/as7-eap6/adapter/pom.xml index b3f2ab1d3f1..e0bb0634cb9 100755 --- a/integration/as7-eap6/adapter/pom.xml +++ b/integration/as7-eap6/adapter/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/integration/installed/pom.xml b/integration/installed/pom.xml index f7edb242710..4f6db728f6c 100755 --- a/integration/installed/pom.xml +++ b/integration/installed/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/jaxrs-oauth-client/pom.xml b/integration/jaxrs-oauth-client/pom.xml index 3874cbef832..f6eeb868856 100755 --- a/integration/jaxrs-oauth-client/pom.xml +++ b/integration/jaxrs-oauth-client/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/jboss-adapter-core/pom.xml b/integration/jboss-adapter-core/pom.xml index de98f5400d7..5a3b121b4b2 100755 --- a/integration/jboss-adapter-core/pom.xml +++ b/integration/jboss-adapter-core/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/js/pom.xml b/integration/js/pom.xml index 3039b6d5b8e..3bb6de98c99 100755 --- a/integration/js/pom.xml +++ b/integration/js/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/pom.xml b/integration/pom.xml index ab425ede32f..cc006976b02 100755 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Keycloak Integration diff --git a/integration/servlet-oauth-client/pom.xml b/integration/servlet-oauth-client/pom.xml index 8a018df692f..75ba31d8037 100755 --- a/integration/servlet-oauth-client/pom.xml +++ b/integration/servlet-oauth-client/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/tomcat7/adapter/pom.xml b/integration/tomcat7/adapter/pom.xml index cc8d023212f..77b398a1f9b 100755 --- a/integration/tomcat7/adapter/pom.xml +++ b/integration/tomcat7/adapter/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml 4.0.0 diff --git a/integration/undertow/pom.xml b/integration/undertow/pom.xml index 11da23a1db6..760b8c36c03 100755 --- a/integration/undertow/pom.xml +++ b/integration/undertow/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/wildfly-adapter/pom.xml b/integration/wildfly-adapter/pom.xml index 42f27ad595b..41c96823095 100755 --- a/integration/wildfly-adapter/pom.xml +++ b/integration/wildfly-adapter/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/integration/wildfly-subsystem/pom.xml b/integration/wildfly-subsystem/pom.xml index 4e762e22042..5e4ea096422 100755 --- a/integration/wildfly-subsystem/pom.xml +++ b/integration/wildfly-subsystem/pom.xml @@ -20,7 +20,7 @@ org.keycloak keycloak-parent - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml diff --git a/model/api/pom.xml b/model/api/pom.xml index 97cb4e46759..76c7ff79afe 100755 --- a/model/api/pom.xml +++ b/model/api/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml index 40906e8d3ae..7f702c63186 100755 --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/model/mongo/pom.xml b/model/mongo/pom.xml index 8ee8e66160f..32f1556459a 100755 --- a/model/mongo/pom.xml +++ b/model/mongo/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/model/picketlink/pom.xml b/model/picketlink/pom.xml index ac62887724a..ae9a0fe1b19 100755 --- a/model/picketlink/pom.xml +++ b/model/picketlink/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/model/pom.xml b/model/pom.xml index e7c1e224880..d521219996e 100755 --- a/model/pom.xml +++ b/model/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Model Parent diff --git a/model/tests/pom.xml b/model/tests/pom.xml index 05177c35351..142173a6883 100755 --- a/model/tests/pom.xml +++ b/model/tests/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/picketlink/keycloak-picketlink-api/pom.xml b/picketlink/keycloak-picketlink-api/pom.xml index 87448a4f01b..89417a54c30 100755 --- a/picketlink/keycloak-picketlink-api/pom.xml +++ b/picketlink/keycloak-picketlink-api/pom.xml @@ -5,7 +5,7 @@ keycloak-picketlink-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/picketlink/keycloak-picketlink-realm/pom.xml b/picketlink/keycloak-picketlink-realm/pom.xml index e366880b004..d16cb16dd1d 100755 --- a/picketlink/keycloak-picketlink-realm/pom.xml +++ b/picketlink/keycloak-picketlink-realm/pom.xml @@ -5,7 +5,7 @@ keycloak-picketlink-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/picketlink/pom.xml b/picketlink/pom.xml index 58022e4bd7b..5467d34daa0 100755 --- a/picketlink/pom.xml +++ b/picketlink/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index c43c87af5be..87b3dab3cf0 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.keycloak keycloak-parent - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT pom diff --git a/project-integrations/aerogear-ups/app/pom.xml b/project-integrations/aerogear-ups/app/pom.xml index ec427f86a74..83e5c030452 100755 --- a/project-integrations/aerogear-ups/app/pom.xml +++ b/project-integrations/aerogear-ups/app/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml diff --git a/project-integrations/aerogear-ups/auth-server/pom.xml b/project-integrations/aerogear-ups/auth-server/pom.xml index 1e26b49b5be..c76f412a9a5 100755 --- a/project-integrations/aerogear-ups/auth-server/pom.xml +++ b/project-integrations/aerogear-ups/auth-server/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../../pom.xml diff --git a/project-integrations/aerogear-ups/pom.xml b/project-integrations/aerogear-ups/pom.xml index b83b52dc216..95bd2dd885d 100755 --- a/project-integrations/aerogear-ups/pom.xml +++ b/project-integrations/aerogear-ups/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml Aerogear UPS Parent diff --git a/project-integrations/pom.xml b/project-integrations/pom.xml index d16964ae3e4..27388d2ace9 100755 --- a/project-integrations/pom.xml +++ b/project-integrations/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml Third-party Integration Parent diff --git a/server/pom.xml b/server/pom.xml index 83ed8178d67..80e3bff0ca6 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index 6f1133742f9..87a11dce9ed 100755 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/core/pom.xml b/social/core/pom.xml index d17cb079eb6..6ea794dd89a 100755 --- a/social/core/pom.xml +++ b/social/core/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/facebook/pom.xml b/social/facebook/pom.xml index 0a86a23b101..f493245107c 100755 --- a/social/facebook/pom.xml +++ b/social/facebook/pom.xml @@ -3,7 +3,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/github/pom.xml b/social/github/pom.xml index 48e5f5d0948..b88ea51bd09 100755 --- a/social/github/pom.xml +++ b/social/github/pom.xml @@ -3,7 +3,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/google/pom.xml b/social/google/pom.xml index 6cdd88d8a5e..6d3d89c0dbb 100755 --- a/social/google/pom.xml +++ b/social/google/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/pom.xml b/social/pom.xml index 1906677614d..62bf868ed60 100755 --- a/social/pom.xml +++ b/social/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/social/twitter/pom.xml b/social/twitter/pom.xml index 48475deb595..8cc9340e769 100755 --- a/social/twitter/pom.xml +++ b/social/twitter/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 6f3966e22fd..c423c475495 100755 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml index 7a174dbd32d..0fad24f7b0b 100755 --- a/testsuite/performance/pom.xml +++ b/testsuite/performance/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../../pom.xml 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index 8aa41057c7b..88e0cd54879 100755 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml 4.0.0 diff --git a/timer/api/pom.xml b/timer/api/pom.xml index 15752716134..ea6939eb909 100755 --- a/timer/api/pom.xml +++ b/timer/api/pom.xml @@ -3,7 +3,7 @@ keycloak-timer-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/timer/basic/pom.xml b/timer/basic/pom.xml index eeaa2e4c2b0..ff1f064d73b 100755 --- a/timer/basic/pom.xml +++ b/timer/basic/pom.xml @@ -3,7 +3,7 @@ keycloak-timer-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT 4.0.0 diff --git a/timer/pom.xml b/timer/pom.xml index 68225f6a98f..a8fe59f28e7 100755 --- a/timer/pom.xml +++ b/timer/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1 + 1.0-beta-2-SNAPSHOT ../pom.xml