From 2ae377584151df90415a7812babc93b3b7b292c3 Mon Sep 17 00:00:00 2001 From: Bill Burke Date: Thu, 29 May 2014 12:12:33 -0400 Subject: [PATCH] bump version --- 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 | 2 +- examples/pom.xml | 2 +- .../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 | 4 ++-- 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, 112 insertions(+), 112 deletions(-) mode change 100644 => 100755 authentication/authentication-api/pom.xml mode change 100644 => 100755 authentication/authentication-model/pom.xml mode change 100644 => 100755 authentication/authentication-picketlink/pom.xml mode change 100644 => 100755 authentication/pom.xml mode change 100644 => 100755 examples/providers/authentication-properties/pom.xml mode change 100644 => 100755 export-import/export-import-api/pom.xml mode change 100644 => 100755 export-import/export-import-impl/pom.xml mode change 100644 => 100755 export-import/pom.xml mode change 100644 => 100755 picketlink/keycloak-picketlink-api/pom.xml mode change 100644 => 100755 picketlink/keycloak-picketlink-realm/pom.xml mode change 100644 => 100755 picketlink/pom.xml diff --git a/audit/api/pom.xml b/audit/api/pom.xml index 5eeb3494fb..f13c1793f0 100755 --- a/audit/api/pom.xml +++ b/audit/api/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/audit/email/pom.xml b/audit/email/pom.xml index 9aa4dd191b..ba5a43297c 100755 --- a/audit/email/pom.xml +++ b/audit/email/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/audit/jboss-logging/pom.xml b/audit/jboss-logging/pom.xml index 3de5cec950..5899f0d30d 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-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/audit/jpa/pom.xml b/audit/jpa/pom.xml index a6597476de..b409326fda 100755 --- a/audit/jpa/pom.xml +++ b/audit/jpa/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/audit/mongo/pom.xml b/audit/mongo/pom.xml index 5a8447d56d..f9e75cc871 100755 --- a/audit/mongo/pom.xml +++ b/audit/mongo/pom.xml @@ -3,7 +3,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/audit/pom.xml b/audit/pom.xml index 21e5d29fda..c651de06b7 100755 --- a/audit/pom.xml +++ b/audit/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml diff --git a/audit/tests/pom.xml b/audit/tests/pom.xml index e911cc2684..46ef778324 100755 --- a/audit/tests/pom.xml +++ b/audit/tests/pom.xml @@ -5,7 +5,7 @@ keycloak-audit-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/authentication/authentication-api/pom.xml b/authentication/authentication-api/pom.xml old mode 100644 new mode 100755 index 86b4d421bb..719556f4b6 --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/authentication/authentication-model/pom.xml b/authentication/authentication-model/pom.xml old mode 100644 new mode 100755 index 7ef68740be..d3aa81be5e --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/authentication/authentication-picketlink/pom.xml b/authentication/authentication-picketlink/pom.xml old mode 100644 new mode 100755 index 3f06db34cd..9bd373bb06 --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/authentication/pom.xml b/authentication/pom.xml old mode 100644 new mode 100755 index 46cc7179f1..bd850b907d --- a/authentication/pom.xml +++ b/authentication/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/core-jaxrs/pom.xml b/core-jaxrs/pom.xml index 0a403056d5..3fc3c0991f 100755 --- a/core-jaxrs/pom.xml +++ b/core-jaxrs/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/core/pom.xml b/core/pom.xml index 2d4b51f181..9257bba891 100755 --- a/core/pom.xml +++ b/core/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/distribution/appliance-dist/pom.xml b/distribution/appliance-dist/pom.xml index e981729cd4..4c87e031f7 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/as7-adapter-zip/pom.xml b/distribution/as7-adapter-zip/pom.xml index d2379abf03..5dd86aa9c1 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/eap6-adapter-zip/pom.xml b/distribution/eap6-adapter-zip/pom.xml index 153a4507ea..dc020047b5 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/examples-docs-zip/pom.xml b/distribution/examples-docs-zip/pom.xml index d797a44ab3..58b785f094 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/modules/pom.xml b/distribution/modules/pom.xml index 23e8c3b8d4..e721dde9a8 100755 --- a/distribution/modules/pom.xml +++ b/distribution/modules/pom.xml @@ -30,7 +30,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/pom.xml b/distribution/pom.xml index 3da5520b67..0c0fb22cd7 100755 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Distribution diff --git a/distribution/src-dist/pom.xml b/distribution/src-dist/pom.xml index 0e83703d99..5fc5284ef0 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/theme-template-zip/pom.xml b/distribution/theme-template-zip/pom.xml index 04eb5a3af9..3f11d9ffaf 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/war-dist/pom.xml b/distribution/war-dist/pom.xml index 19a0980eb2..6fc740cc8a 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/war-zip/pom.xml b/distribution/war-zip/pom.xml index 1390e2468e..dc868c45e7 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/distribution/wildfly-adapter-zip/pom.xml b/distribution/wildfly-adapter-zip/pom.xml index 9c55d04a89..6976dacc01 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/docbook/pom.xml b/docbook/pom.xml index 629cd4c68b..7443e28dc2 100755 --- a/docbook/pom.xml +++ b/docbook/pom.xml @@ -6,7 +6,7 @@ org.keycloak keycloak-reference-guide-${translation} - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 jdocbook Keycloak Reference Guide (${translation}) diff --git a/docbook/reference/en/en-US/master.xml b/docbook/reference/en/en-US/master.xml index 4ad402d14e..e13837a80c 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-SNAPSHOT + 1.0-beta-1 diff --git a/docbook/reference/en/en-US/modules/server-installation.xml b/docbook/reference/en/en-US/modules/server-installation.xml index 58c95b8a2e..1949856591 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-SNAPSHOT.zip + keycloak-appliance-dist-all-1.0-beta-1.zip - keycloak-war-dist-all-1.0-beta-1-SNAPSHOT.zip + keycloak-war-dist-all-1.0-beta-1.zip @@ -31,7 +31,7 @@ -keycloak-appliance-dist-all-1.0-beta-1-SNAPSHOT/ +keycloak-appliance-dist-all-1.0-beta-1/ keycloak/ bin/ standalone.sh @@ -42,9 +42,9 @@ keycloak-appliance-dist-all-1.0-beta-1-SNAPSHOT/ keycloak-server.json themes/ adapters/ - keycloak-as7-adapter-dist-1.0-beta-1-SNAPSHOT.zip - keycloak-eap6-adapter-dist-1.0-beta-1-SNAPSHOT.zip - keycloak-wildfly-adapter-dist-1.0-beta-1-SNAPSHOT.zip + 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 examples/ docs/ @@ -79,7 +79,7 @@ keycloak-appliance-dist-all-1.0-beta-1-SNAPSHOT/ -keycloak-war-dist-all-1.0-beta-1-SNAPSHOT/ +keycloak-war-dist-all-1.0-beta-1/ deployments/ auth-server.war/ keycloak-ds.xml @@ -87,9 +87,9 @@ keycloak-war-dist-all-1.0-beta-1-SNAPSHOT/ keycloak-server.json themes/ adapters/ - keycloak-as7-adapter-dist-1.0-beta-1-SNAPSHOT.zip - keycloak-eap6-adapter-dist-1.0-beta-1-SNAPSHOT.zip - keycloak-wildfly-adapter-dist-1.0-beta-1-SNAPSHOT.zip + 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 examples/ docs/ @@ -101,7 +101,7 @@ keycloak-war-dist-all-1.0-beta-1-SNAPSHOT/ - $ cd keycloak-war-dist-all-1.0-beta-1-SNAPSHOT + $ cd keycloak-war-dist-all-1.0-beta-1 $ 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 e7da56829d..231d2ed0ac 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-SNAPSHOT.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-1.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-SNAPSHOT.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-1.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 afa11fca98..437b16ed76 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/cors/database-service/pom.xml b/examples/cors/database-service/pom.xml index ef5a53166c..2f1fd52053 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/cors/pom.xml b/examples/cors/pom.xml index 64740c927c..1f0c6eb750 100755 --- a/examples/cors/pom.xml +++ b/examples/cors/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml Examples diff --git a/examples/demo-template/admin-access-app/pom.xml b/examples/demo-template/admin-access-app/pom.xml index 5933a26962..954361a234 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-SNAPSHOT + 1.0-beta-1 ../../../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 c604edb87f..48eaeca0e1 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-SNAPSHOT + 1.0-beta-1 ../../../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 ada86671f3..79c26dbf59 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-SNAPSHOT + 1.0-beta-1 ../../../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 8e75f6077d..e951c65cd3 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/customer-app/pom.xml b/examples/demo-template/customer-app/pom.xml index 91ab2b04de..47f10e2ce6 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/database-service/pom.xml b/examples/demo-template/database-service/pom.xml index 808484ab67..8b842fa5d0 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/pom.xml b/examples/demo-template/pom.xml index 1da5e0943f..ab7a947970 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml Examples diff --git a/examples/demo-template/product-app/pom.xml b/examples/demo-template/product-app/pom.xml index bbc2fd6a21..290c2ed371 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-SNAPSHOT + 1.0-beta-1 ../../../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 7c48d74ff2..d0381bddde 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/demo-template/third-party/pom.xml b/examples/demo-template/third-party/pom.xml index 38d00867c9..45fb5d31ec 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/js-console/pom.xml b/examples/js-console/pom.xml index 4d82100fed..27f946263a 100755 --- a/examples/js-console/pom.xml +++ b/examples/js-console/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/examples/pom.xml b/examples/pom.xml index d095a35a2e..9cf6cb1717 100755 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Examples diff --git a/examples/providers/audit-listener-sysout/pom.xml b/examples/providers/audit-listener-sysout/pom.xml index 9ab203995f..fc053391a7 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-SNAPSHOT + 1.0-beta-1 ../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 217c4c033c..5ed912a7a9 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-SNAPSHOT + 1.0-beta-1 ../pom.xml Audit Provider In-Mem Example diff --git a/examples/providers/authentication-properties/pom.xml b/examples/providers/authentication-properties/pom.xml old mode 100644 new mode 100755 index 04fbff7ece..acc02735ad --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml Properties Authentication Provider Example diff --git a/examples/providers/pom.xml b/examples/providers/pom.xml index aafe7c6f22..95dccdba83 100755 --- a/examples/providers/pom.xml +++ b/examples/providers/pom.xml @@ -3,7 +3,7 @@ examples-pom org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Provider Examples diff --git a/export-import/export-import-api/pom.xml b/export-import/export-import-api/pom.xml old mode 100644 new mode 100755 index 7f2f0fa066..2026132e88 --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/export-import/export-import-impl/pom.xml b/export-import/export-import-impl/pom.xml old mode 100644 new mode 100755 index 4c01545b99..d0b4c3879f --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/export-import/pom.xml b/export-import/pom.xml old mode 100644 new mode 100755 index caf22b78e7..6737b21e13 --- a/export-import/pom.xml +++ b/export-import/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/account-api/pom.xml b/forms/account-api/pom.xml index fd6d5e41ec..029751c7bf 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/account-freemarker/pom.xml b/forms/account-freemarker/pom.xml index 90f3d4e545..5885716c0a 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/common-freemarker/pom.xml b/forms/common-freemarker/pom.xml index 668aca79da..fd538ce0d6 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/common-themes/pom.xml b/forms/common-themes/pom.xml index cdcb7766dd..3ee4089f7c 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/email-api/pom.xml b/forms/email-api/pom.xml index 1650b21afd..02ba3a0daa 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/email-freemarker/pom.xml b/forms/email-freemarker/pom.xml index 2a1b295931..bf0e5e7c3a 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/login-api/pom.xml b/forms/login-api/pom.xml index e8007c1292..b76525b7bd 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/login-freemarker/pom.xml b/forms/login-freemarker/pom.xml index 87f30a0fbd..4fb96c4e8c 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/forms/pom.xml b/forms/pom.xml index a2d3028147..381ea04525 100755 --- a/forms/pom.xml +++ b/forms/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/integration/adapter-core/pom.xml b/integration/adapter-core/pom.xml index 9a57dbacb5..7519242ffb 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/as7-eap-subsystem/pom.xml b/integration/as7-eap-subsystem/pom.xml index 8c8f472d36..394b8bf00a 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/integration/as7-eap6/adapter/pom.xml b/integration/as7-eap6/adapter/pom.xml index eaa83deb1b..b3f2ab1d3f 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/integration/installed/pom.xml b/integration/installed/pom.xml index f880bd8055..f7edb24271 100755 --- a/integration/installed/pom.xml +++ b/integration/installed/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/jaxrs-oauth-client/pom.xml b/integration/jaxrs-oauth-client/pom.xml index ce520e89d5..3874cbef83 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/jboss-adapter-core/pom.xml b/integration/jboss-adapter-core/pom.xml index 42ec33603a..de98f5400d 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/js/pom.xml b/integration/js/pom.xml index fdfc8a3045..3039b6d5b8 100755 --- a/integration/js/pom.xml +++ b/integration/js/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/pom.xml b/integration/pom.xml index a6f8b810f3..ab425ede32 100755 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Keycloak Integration diff --git a/integration/servlet-oauth-client/pom.xml b/integration/servlet-oauth-client/pom.xml index 68b0f81e96..8a018df692 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/tomcat7/adapter/pom.xml b/integration/tomcat7/adapter/pom.xml index 698639b8ca..cc8d023212 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml 4.0.0 diff --git a/integration/undertow/pom.xml b/integration/undertow/pom.xml index 44c6a0a76e..11da23a1db 100755 --- a/integration/undertow/pom.xml +++ b/integration/undertow/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/wildfly-adapter/pom.xml b/integration/wildfly-adapter/pom.xml index e563cefc06..42f27ad595 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/integration/wildfly-subsystem/pom.xml b/integration/wildfly-subsystem/pom.xml index 7c006b6cdf..4e762e2204 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml diff --git a/model/api/pom.xml b/model/api/pom.xml index ae6b5a3dcb..97cb4e4675 100755 --- a/model/api/pom.xml +++ b/model/api/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/model/jpa/pom.xml b/model/jpa/pom.xml index c12e9cde06..40906e8d3a 100755 --- a/model/jpa/pom.xml +++ b/model/jpa/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/model/mongo/pom.xml b/model/mongo/pom.xml index 4c580774a2..8ee8e66160 100755 --- a/model/mongo/pom.xml +++ b/model/mongo/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/model/picketlink/pom.xml b/model/picketlink/pom.xml index 98deeb4449..ac62887724 100755 --- a/model/picketlink/pom.xml +++ b/model/picketlink/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/model/pom.xml b/model/pom.xml index 6ce0a9f389..e7c1e22488 100755 --- a/model/pom.xml +++ b/model/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Model Parent diff --git a/model/tests/pom.xml b/model/tests/pom.xml index b9d96fe37a..05177c3535 100755 --- a/model/tests/pom.xml +++ b/model/tests/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/picketlink/keycloak-picketlink-api/pom.xml b/picketlink/keycloak-picketlink-api/pom.xml old mode 100644 new mode 100755 index 08aaf5c4ed..87448a4f01 --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/picketlink/keycloak-picketlink-realm/pom.xml b/picketlink/keycloak-picketlink-realm/pom.xml old mode 100644 new mode 100755 index fc14358dbc..e366880b00 --- 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-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/picketlink/pom.xml b/picketlink/pom.xml old mode 100644 new mode 100755 index 948d467b16..58022e4bd7 --- a/picketlink/pom.xml +++ b/picketlink/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/pom.xml b/pom.xml index 03a80608b7..c43c87af5b 100755 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.keycloak keycloak-parent - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 pom @@ -158,7 +158,7 @@ org.jboss.resteasy resteasy-client - ${resteasy.version} + ${resteasy.version.latest} org.jboss.resteasy diff --git a/project-integrations/aerogear-ups/app/pom.xml b/project-integrations/aerogear-ups/app/pom.xml index dd6ff1f6fc..ec427f86a7 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml diff --git a/project-integrations/aerogear-ups/auth-server/pom.xml b/project-integrations/aerogear-ups/auth-server/pom.xml index b2561dbbb0..1e26b49b5b 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-SNAPSHOT + 1.0-beta-1 ../../../pom.xml diff --git a/project-integrations/aerogear-ups/pom.xml b/project-integrations/aerogear-ups/pom.xml index fefc95c9de..b83b52dc21 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-SNAPSHOT + 1.0-beta-1 ../../pom.xml Aerogear UPS Parent diff --git a/project-integrations/pom.xml b/project-integrations/pom.xml index 053ada8c6b..d16964ae3e 100755 --- a/project-integrations/pom.xml +++ b/project-integrations/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml Third-party Integration Parent diff --git a/server/pom.xml b/server/pom.xml index d6f3d2effe..83ed8178d6 100755 --- a/server/pom.xml +++ b/server/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/services/pom.xml b/services/pom.xml index e82e7549bc..6f1133742f 100755 --- a/services/pom.xml +++ b/services/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/core/pom.xml b/social/core/pom.xml index a58813dbff..d17cb079eb 100755 --- a/social/core/pom.xml +++ b/social/core/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/facebook/pom.xml b/social/facebook/pom.xml index bcacfb8299..0a86a23b10 100755 --- a/social/facebook/pom.xml +++ b/social/facebook/pom.xml @@ -3,7 +3,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/github/pom.xml b/social/github/pom.xml index 0c55002c6e..48e5f5d094 100755 --- a/social/github/pom.xml +++ b/social/github/pom.xml @@ -3,7 +3,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/google/pom.xml b/social/google/pom.xml index ae6922a6b8..6cdd88d8a5 100755 --- a/social/google/pom.xml +++ b/social/google/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/pom.xml b/social/pom.xml index 9e04645973..1906677614 100755 --- a/social/pom.xml +++ b/social/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/social/twitter/pom.xml b/social/twitter/pom.xml index 65b976cc69..48475deb59 100755 --- a/social/twitter/pom.xml +++ b/social/twitter/pom.xml @@ -4,7 +4,7 @@ keycloak-social-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/testsuite/integration/pom.xml b/testsuite/integration/pom.xml index 4736a93b62..6f3966e22f 100755 --- a/testsuite/integration/pom.xml +++ b/testsuite/integration/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/testsuite/performance/pom.xml b/testsuite/performance/pom.xml index e4bd352c3d..7a174dbd32 100755 --- a/testsuite/performance/pom.xml +++ b/testsuite/performance/pom.xml @@ -5,7 +5,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../../pom.xml 4.0.0 diff --git a/testsuite/pom.xml b/testsuite/pom.xml index b5bc8e6142..8aa41057c7 100755 --- a/testsuite/pom.xml +++ b/testsuite/pom.xml @@ -4,7 +4,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml 4.0.0 diff --git a/timer/api/pom.xml b/timer/api/pom.xml index 7d9cb9c433..1575271613 100755 --- a/timer/api/pom.xml +++ b/timer/api/pom.xml @@ -3,7 +3,7 @@ keycloak-timer-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/timer/basic/pom.xml b/timer/basic/pom.xml index 57e56f30db..eeaa2e4c2b 100755 --- a/timer/basic/pom.xml +++ b/timer/basic/pom.xml @@ -3,7 +3,7 @@ keycloak-timer-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 4.0.0 diff --git a/timer/pom.xml b/timer/pom.xml index dc65caddc7..68225f6a98 100755 --- a/timer/pom.xml +++ b/timer/pom.xml @@ -3,7 +3,7 @@ keycloak-parent org.keycloak - 1.0-beta-1-SNAPSHOT + 1.0-beta-1 ../pom.xml