Skip to content

Commit

Permalink
bump to 2.1.1-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
sd-f committed Sep 29, 2023
1 parent 77a9e59 commit 6462fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ services:
- 8081:8080
- 5005:5005
volumes:
- ./target/keycloak-custom-attribute-idp-linking-2.0.2-SNAPSHOT.jar:/opt/keycloak/providers/keycloak-custom-attribute-idp-linking-2.0.2-SNAPSHOT.jar
- ./target/keycloak-custom-attribute-idp-linking-2.1.1-SNAPSHOT.jar:/opt/keycloak/providers/keycloak-custom-attribute-idp-linking-2.1.1-SNAPSHOT.jar
# if you want to import a realm or some other things
# - ./import/something.json:/opt/keycloak/data/import/something.json
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


<groupId>foundation.softwaredesign</groupId>
<version>2.1.0</version>
<version>2.1.1-SNAPSHOT</version>

<artifactId>keycloak-custom-attribute-idp-linking</artifactId>
<name>keycloak-custom-attribute-idp-linking</name>
Expand Down

0 comments on commit 6462fdd

Please sign in to comment.