Skip to content

Commit

Permalink
Create release for Keycloak 15.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Oct 4, 2021
1 parent 51fbb85 commit 9d4a700
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.target>11</maven.compiler.target>

<!-- https://mvnrepository.com/artifact/org.keycloak/keycloak-parent -->
<keycloak.version>12.0.0</keycloak.version>
<keycloak.version>15.0.2</keycloak.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<!-- https://mvnrepository.com/artifact/org.wildfly.plugins/wildfly-maven-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion jmx-metrics-ear/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<maven.compiler.target>11</maven.compiler.target>

<!-- https://mvnrepository.com/artifact/org.keycloak/keycloak-parent -->
<keycloak.version>12.0.0</keycloak.version>
<keycloak.version>15.0.2</keycloak.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<!-- https://mvnrepository.com/artifact/org.wildfly.plugins/wildfly-maven-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion jmx-metrics/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<maven.compiler.target>11</maven.compiler.target>

<!-- https://mvnrepository.com/artifact/org.keycloak/keycloak-parent -->
<keycloak.version>12.0.0</keycloak.version>
<keycloak.version>15.0.2</keycloak.version>
<!-- https://mvnrepository.com/artifact/org.apache.maven.plugins/maven-compiler-plugin -->
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<!-- https://mvnrepository.com/artifact/org.wildfly.plugins/wildfly-maven-plugin -->
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<name>Keycloak Extensions</name>

<properties>
<extensions-version>0.0.7-SNAPSHOT</extensions-version>
<extensions-version>0.0.8-SNAPSHOT</extensions-version>
</properties>

<modules>
Expand Down

0 comments on commit 9d4a700

Please sign in to comment.