Skip to content

Commit 1b80f70

Browse files
author
Artur Z
committed
Updated version number
1 parent 24d4046 commit 1b80f70

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,10 @@ therefore its easy for Rabbit client to subscribe to selective combinations eg:
4848

4949

5050
## USAGE:
51-
1. [Download the latest jar](https://github.com/aznamier/keycloak-event-listener-rabbitmq/blob/target/keycloak-to-rabbit-3.0.3.jar?raw=true) or build from source: ``mvn clean install``
51+
1. [Download the latest jar](https://github.com/aznamier/keycloak-event-listener-rabbitmq/blob/target/keycloak-to-rabbit-3.0.4.jar?raw=true) or build from source: ``mvn clean install``
5252
2. Copy jar into your Keycloak
53-
1. Keycloak version 17+ (Quarkus) `/opt/keycloak/providers/keycloak-to-rabbit-3.0.3.jar`
54-
2. Keycloak version 16 and older `/opt/jboss/keycloak/standalone/deployments/keycloak-to-rabbit-3.0.3.jar`
53+
1. Keycloak version 17+ (Quarkus) `/opt/keycloak/providers/keycloak-to-rabbit-3.0.4.jar`
54+
2. Keycloak version 16 and older `/opt/jboss/keycloak/standalone/deployments/keycloak-to-rabbit-3.0.4.jar`
5555
3. Configure as described below (option 1 or 2 or 3)
5656
4. Restart the Keycloak server
5757
5. Enable logging in Keycloak UI by adding **keycloak-to-rabbitmq**

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.aznamier.keycloak.event.provider</groupId>
66
<artifactId>keycloak-to-rabbit</artifactId>
77
<packaging>jar</packaging>
8-
<version>3.0.3</version>
8+
<version>3.0.4</version>
99

1010

1111

0 commit comments

Comments
 (0)