Skip to content

Commit

Permalink
bump version to reflect keycloak 22 update
Browse files Browse the repository at this point in the history
  • Loading branch information
grafjo committed Aug 13, 2023
1 parent 35c1018 commit a7e8d5b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
##### A Keycloak SPI plugin that publishes events to a RabbitMq server.

| Plugin | min Keycloak ver |
| -- | ---- |
| 1.x | 10.x |
| 2.x | 13.x |
| 3.x | 16.x |
|--------|------------------|
| 1.x | 10.x |
| 2.x | 13.x |
| 3.x | 16.x |
| 4.x | 22.x |

For example here is the notification of the user updated by administrator

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
<groupId>com.github.aznamier.keycloak.event.provider</groupId>
<artifactId>keycloak-to-rabbit</artifactId>
<packaging>jar</packaging>
<version>3.0.3</version>
<version>4.0.0</version>



<name>Keycloak: Event Publisher to RabbitMQ</name>
Expand Down

0 comments on commit a7e8d5b

Please sign in to comment.