Skip to content

Commit

Permalink
Set next version to 0.2.0-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
s-frei committed May 15, 2023
1 parent 5ea7612 commit 32dab7c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 0.2.0 - unreleased

No changes yet...

## 0.1.0 - 15.05.2023

First shot of *client-role-attribute-mapper*
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
tty: true
volumes:
- ./keycloak/test-realm.json:/opt/keycloak/data/import/realm.json:delegated
- ./target/client-role-attribute-mapper-0.1.0.jar:/opt/keycloak/providers/client-role-attribute-mapper-0.1.0.jar:delegated
- ./target/client-role-attribute-mapper-0.2.0-SNAPSHOT.jar:/opt/keycloak/providers/client-role-attribute-mapper-0.2.0-SNAPSHOT.jar:delegated
environment:
KEYCLOAK_ADMIN: "admin"
KEYCLOAK_ADMIN_PASSWORD: "admin"
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.nexiles.keycloak</groupId>
<artifactId>client-role-attribute-mapper</artifactId>
<version>0.1.0</version>
<version>0.2.0-SNAPSHOT</version>

<name>Keycloak Client Role Attribute Mapper</name>
<description>A client role attribute mapper for keycloak</description>
Expand Down

0 comments on commit 32dab7c

Please sign in to comment.