Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
- Update to Keycloak 18.0.0

Signed-off-by: Thomas Darimont <thomas.darimont@googlemail.com>
  • Loading branch information
thomasdarimont committed May 10, 2022
1 parent 7a22e27 commit b9439e4
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 9 deletions.
2 changes: 1 addition & 1 deletion embedded-keycloak-server-custom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.github.thomasdarimont.keycloak</groupId>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>8.0.0</version>
<relativePath/>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion embedded-keycloak-server-plain/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.thomasdarimont.keycloak</groupId>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<artifactId>embedded-keycloak-server-plain</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion embedded-keycloak-server-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.thomasdarimont.keycloak</groupId>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>8.0.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion embedded-keycloak-server-spring-boot-support/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<groupId>com.github.thomasdarimont.keycloak</groupId>
<version>999-SNAPSHOT</version>
<version>8.0.0</version>
</parent>

<artifactId>embedded-keycloak-server-spring-boot-support</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.github.thomasdarimont.keycloak</groupId>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<version>999-SNAPSHOT</version>
<version>8.0.0</version>

<packaging>pom</packaging>

Expand Down
9 changes: 5 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Embedded Keycloak Server | Keycloak | Spring Boot
5.1.y | 15.1.1 | 2.5.10
6.0.y | 16.1.1 | 2.5.10
7.0.y | 17.0.1 | 2.6.7
8.0.y | 18.0.0 | 2.6.7

## Modules

Expand Down Expand Up @@ -52,14 +53,14 @@ In Maven:
<parent>
<groupId>com.github.thomasdarimont.embedded-spring-boot-keycloak-server</groupId>
<artifactId>embedded-keycloak-server-spring-boot-parent</artifactId>
<version>7.0.3</version>
<version>8.0.0</version>
</parent>

<dependencies>
<dependency>
<groupId>com.github.thomasdarimont.embedded-spring-boot-keycloak-server</groupId>
<artifactId>embedded-keycloak-server-spring-boot-starter</artifactId>
<version>7.0.3</version>
<version>8.0.0</version>
</dependency>
</dependencies>

Expand Down Expand Up @@ -91,12 +92,12 @@ repositories {
dependencyManagement {
imports {
mavenBom 'com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-parent:7.0.3'
mavenBom 'com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-parent:8.0.0'
}
}
dependencies {
implementation "com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-starter:7.0.3"
implementation "com.github.thomasdarimont.embedded-spring-boot-keycloak-server:embedded-keycloak-server-spring-boot-starter:8.0.0"
}
```

Expand Down

1 comment on commit b9439e4

@TeresaMarie43
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looking good

Please sign in to comment.