From 4d0da86cdccf0f68ee08c193870923f90ed49d0a Mon Sep 17 00:00:00 2001 From: Cornelius Roemer Date: Mon, 9 Dec 2024 14:23:45 +0100 Subject: [PATCH] Make new version 1.4.0 --- README.md | 7 ++++--- pom.xml | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 27698b2..a64a9d1 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,9 @@ Although ORCID can be configured as an OpenID Connect Identity Provider, the cur ## Compatibility -Version 1.1.0 is compatible with Keycloak version 18.0.0 . -Version 1.3.0 is compatible with Keycloak version 22.0.0 . +Version `1.1.0` is compatible with Keycloak version `18`. +Version `1.3.0` is compatible with Keycloak version `22`-`24`. +Version `1.4.0` is compatible with Keycloak version `25`-`26`. ## Installation @@ -34,7 +35,7 @@ The plugin installation is simple and can be done without a Keycloak server rest * For Keycloak X, copy the jar in the directory 'providers' of your Keycloak server's root. For old Keycloak in wildfly, copy the JAR file into the `standalone/deployments` directory of your Keycloak server's root. * Restart Keycloak (optional, hot deployment should work) -Build with command : mvn clean install +Build with command : `mvn clean install` ## How to use it diff --git a/pom.xml b/pom.xml index 756047c..6549998 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ org.keycloak keycloak-orcid - 1.3.1 + 1.4.0 ${project.artifactId} ORCID as Social Provider in Keycloak