Skip to content

Commit

Permalink
support version 22
Browse files Browse the repository at this point in the history
  • Loading branch information
cgeorgilakis-grnet committed Nov 2, 2023
1 parent ae2d1d8 commit 0e46cac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,8 @@ Although ORCID can be configured as an OpenID Connect Identity Provider, the cur

## Compatibility

Compatible with Keycloak version 18.0.0 .
Version 1.1.0 is compatible with Keycloak version 18.0.0 .
Version 1.2.0 is compatible with Keycloak version 22.0.0 .

## Installation

Expand Down
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@

<groupId>org.keycloak</groupId>
<artifactId>keycloak-orcid</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>

<name>${project.artifactId}</name>
<description>ORCID as Social Provider in Keycloak</description>

<properties>
<maven.compiler.source>1.11</maven.compiler.source>
<maven.compiler.target>1.11</maven.compiler.target>
<keycloak.version>18.0.0</keycloak.version>
<maven.compiler.source>17</maven.compiler.source>
<maven.compiler.target>17</maven.compiler.target>
<keycloak.version>22.0.3</keycloak.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -62,8 +62,8 @@
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
<source>8</source>
<target>8</target>
<source>17</source>
<target>17</target>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 0e46cac

Please sign in to comment.