Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Commit

Permalink
Latest KC (#953)
Browse files Browse the repository at this point in the history
* 🔑 Latest KC

* 🐳 docker updates for KC fixed released
  • Loading branch information
matzew authored Dec 22, 2017
1 parent f6f41f5 commit e18b26e
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docker-compose/development/development-env.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
keycloakServer:
image: jboss/keycloak:3.4.1.Final
image: jboss/keycloak:3.4.2.Final
command: "-b 0.0.0.0 -Dkeycloak.import=/ups-keycloak-config/ups-realm-sample.json"
volumes:
- ../keycloak-realm:/ups-keycloak-config
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/keycloak-realm/ups-realm-sample.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"enabled": true,
"publicClient": true,
"webOrigins": [
"http://localhost:9999"
"*"
],
"redirectUris": [
"*"
Expand Down
2 changes: 1 addition & 1 deletion docker-compose/ups-release/docker-compose-v2.1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ services:
ports:
- 4306:3306
keycloakServer:
image: docker.io/jboss/keycloak:3.4.1.Final
image: docker.io/jboss/keycloak:3.4.2.Final
command: "-b 0.0.0.0 -Dkeycloak.import=/ups-keycloak-config/ups-realm-sample.json"
volumes:
- ../keycloak-realm:/ups-keycloak-config
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<groupId>org.jboss.aerogear</groupId>
<artifactId>aerogear-parent</artifactId>
<!-- NOTE: if updated for version of UPS dependencies, please update the 'aerogear.bom.version' as well -->
<version>1.1.4</version>
<version>1.1.5</version>
</parent>

<groupId>org.jboss.aerogear.unifiedpush</groupId>
Expand Down Expand Up @@ -209,7 +209,7 @@
<maven.compiler.source>1.8</maven.compiler.source>
<wildfly-maven-plugin.version>1.2.0.Final</wildfly-maven-plugin.version>

<aerogear.bom.version>1.1.4</aerogear.bom.version>
<aerogear.bom.version>1.1.5</aerogear.bom.version>
<admin-ui.version>1.2.10</admin-ui.version>

<!-- Override versions of AeroGear BOMs-->
Expand Down

0 comments on commit e18b26e

Please sign in to comment.