Skip to content

Commit

Permalink
[RELEASE] 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas Reeh committed Nov 13, 2021
1 parent aa45d29 commit 8a1fe26
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 @@ -14,5 +14,5 @@ services:
- 8081:8080
- 5005:5005
volumes:
- ./target/keycloak-custom-attribute-idp-linking-1.0.0-SNAPSHOT.jar:/opt/jboss/keycloak/standalone/deployments/keycloak-custom-attribute-idp-linking-1.0.0-SNAPSHOT.jar
- ./target/keycloak-custom-attribute-idp-linking-1.0.0.jar:/opt/jboss/keycloak/standalone/deployments/keycloak-custom-attribute-idp-linking-1.0.0.jar
- ./keycloak/realm-export.json:/tmp/realm-export.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>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>

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

0 comments on commit 8a1fe26

Please sign in to comment.