keycloak-memoizeit

Version bump fix

4/2/2015 8:23:12 AM
1.2.0.Beta1

Details

diff --git a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-model-file/main/module.xml b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-model-file/main/module.xml
index e0ef89b..1992864 100644
--- a/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-model-file/main/module.xml
+++ b/distribution/modules/src/main/resources/modules/org/keycloak/keycloak-model-file/main/module.xml
@@ -4,7 +4,7 @@
 
 <module xmlns="urn:jboss:module:1.1" name="org.keycloak.keycloak-model-file">
     <resources>
-        <resource-root path="keycloak-model-file-1.2.0.Beta1-SNAPSHOT.jar"/>
+        <resource-root path="keycloak-model-file-1.2.0.Beta1.jar"/>
         <!-- Insert resources here -->
     </resources>
     <dependencies>
diff --git a/docbook/reference/en/en-US/modules/spring-boot-adapter.xml b/docbook/reference/en/en-US/modules/spring-boot-adapter.xml
index 6728e03..1f0faa7 100755
--- a/docbook/reference/en/en-US/modules/spring-boot-adapter.xml
+++ b/docbook/reference/en/en-US/modules/spring-boot-adapter.xml
@@ -20,7 +20,7 @@
 <dependency>
     <groupId>org.keycloak</groupId>
     <artifactId>keycloak-spring-boot-adapter</artifactId>
-    <version>1.2.0.Beta1-SNAPSHOT</version>
+    <version>1.2.0.Beta1</version>
 </dependency>
 <dependency>
     <groupId>org.keycloak</groupId>
diff --git a/examples/broker/facebook-authentication/pom.xml b/examples/broker/facebook-authentication/pom.xml
index 65a7638..1ef4dd0 100755
--- a/examples/broker/facebook-authentication/pom.xml
+++ b/examples/broker/facebook-authentication/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/broker/google-authentication/pom.xml b/examples/broker/google-authentication/pom.xml
index 41029f1..978b1c0 100755
--- a/examples/broker/google-authentication/pom.xml
+++ b/examples/broker/google-authentication/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/broker/pom.xml b/examples/broker/pom.xml
index cd926ac..5e6230a 100644
--- a/examples/broker/pom.xml
+++ b/examples/broker/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <name>Broker Examples</name>
diff --git a/examples/broker/saml-broker-authentication/pom.xml b/examples/broker/saml-broker-authentication/pom.xml
index 1f667bf..a818506 100755
--- a/examples/broker/saml-broker-authentication/pom.xml
+++ b/examples/broker/saml-broker-authentication/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/broker/twitter-authentication/pom.xml b/examples/broker/twitter-authentication/pom.xml
index ccbc71b..3ca9b48 100755
--- a/examples/broker/twitter-authentication/pom.xml
+++ b/examples/broker/twitter-authentication/pom.xml
@@ -6,7 +6,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
 
diff --git a/examples/saml/pom.xml b/examples/saml/pom.xml
index 6570429..3815ce8 100755
--- a/examples/saml/pom.xml
+++ b/examples/saml/pom.xml
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>keycloak-parent</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../../pom.xml</relativePath>
     </parent>
     <name>Provider Examples</name>
diff --git a/testsuite/docker-cluster/pom.xml b/testsuite/docker-cluster/pom.xml
index 256969b..181dd07 100755
--- a/testsuite/docker-cluster/pom.xml
+++ b/testsuite/docker-cluster/pom.xml
@@ -4,7 +4,7 @@
     <parent>
         <artifactId>keycloak-testsuite-pom</artifactId>
         <groupId>org.keycloak</groupId>
-        <version>1.2.0.Beta1-SNAPSHOT</version>
+        <version>1.2.0.Beta1</version>
         <relativePath>../pom.xml</relativePath>
     </parent>