Skip to content

Commit

Permalink
Release to kc-16-b1
Browse files Browse the repository at this point in the history
  • Loading branch information
Captain-P-Goldfish committed Dec 18, 2021
1 parent 065b000 commit feb4013
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 24 deletions.
37 changes: 19 additions & 18 deletions README.MD
Original file line number Diff line number Diff line change
Expand Up @@ -28,24 +28,25 @@ Thanks to *Raffael Grob* for providing this manual.

## Keycloak support matrix

| version | supported | scim-for-keycloak version | SCIM-SDK Version |
| :------- | :----------------- | :------------------------- | ---------------- |
| lower | :x: | - | |
| 9.0.x | :x: | You may find an older working version at https://github.com/Captain-P-Goldfish/SCIM-SDK | |
| 10.0.x | :x: | You may find an older working version at https://github.com/Captain-P-Goldfish/SCIM-SDK | |
| 11.0.x | :heavy_check_mark: | kc-11-b1 | 1.8.3 |
| 12.0.x | :heavy_check_mark: | kc-12-b1 | 1.8.3 |
| 12.0.x | :heavy_check_mark: | kc-12-b2 | 1.9.2 |
| 13.0.0 | :heavy_check_mark: | kc-13-b1 | 1.9.2 |
| 13.0.1 | :heavy_check_mark: | kc-13-b2 | 1.11.0 |
| 13.0.1 | :heavy_check_mark: | kc-13-b3 | 1.11.0 |
| 13.0.1 | :heavy_check_mark: | kc-13-b4 | 1.11.0 |
| 14.0.0 | :heavy_check_mark: | kc-14-b1 | 1.11.0 |
| 14.0.0 | :heavy_check_mark: | kc-14-b2 | 1.11.0 |
| 14.0.x | :heavy_check_mark: | kc-14-b3 | 1.11.0 |
| 15.0.x | :heavy_check_mark: | kc-15-b1 | 1.12.0 |
| 15.0.x | :heavy_check_mark: | kc-15-b2 | 1.12.1 |
| 15.0.x | :heavy_check_mark: | kc-15-b3 | 1.12.1 |
| version | supported | scim-for-keycloak version | SCIM-SDK Version |
|:--------| :----------------- |:----------------------------------------------------------------------------------------|------------------|
| lower | :x: | - | |
| 9.0.x | :x: | You may find an older working version at https://github.com/Captain-P-Goldfish/SCIM-SDK | |
| 10.0.x | :x: | You may find an older working version at https://github.com/Captain-P-Goldfish/SCIM-SDK | |
| 11.0.x | :heavy_check_mark: | kc-11-b1 | 1.8.3 |
| 12.0.x | :heavy_check_mark: | kc-12-b1 | 1.8.3 |
| 12.0.x | :heavy_check_mark: | kc-12-b2 | 1.9.2 |
| 13.0.0 | :heavy_check_mark: | kc-13-b1 | 1.9.2 |
| 13.0.1 | :heavy_check_mark: | kc-13-b2 | 1.11.0 |
| 13.0.1 | :heavy_check_mark: | kc-13-b3 | 1.11.0 |
| 13.0.1 | :heavy_check_mark: | kc-13-b4 | 1.11.0 |
| 14.0.0 | :heavy_check_mark: | kc-14-b1 | 1.11.0 |
| 14.0.0 | :heavy_check_mark: | kc-14-b2 | 1.11.0 |
| 14.0.x | :heavy_check_mark: | kc-14-b3 | 1.11.0 |
| 15.0.x | :heavy_check_mark: | kc-15-b1 | 1.12.0 |
| 15.0.x | :heavy_check_mark: | kc-15-b2 | 1.12.1 |
| 15.0.x | :heavy_check_mark: | kc-15-b3 | 1.12.1 |
| 16.0.x | :heavy_check_mark: | kc-16-b1 | 1.12.3 |

## Versioning

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>

<name>SCIM for Keycloak</name>
<description>A third party module that extends keycloak by SCIM functionality</description>
Expand Down
2 changes: 1 addition & 1 deletion scim-for-keycloak-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>
</parent>

<artifactId>scim-for-keycloak-client</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-for-keycloak-deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>
</parent>

<artifactId>scim-for-keycloak-deployment</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-for-keycloak-frontend-integration-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>
</parent>

<artifactId>scim-for-keycloak-frontend-integration-tests</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion scim-for-keycloak-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion scim-for-keycloak-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>de.captaingoldfish</groupId>
<artifactId>scim-for-keycloak</artifactId>
<version>kc-16-b1-SNAPSHOT</version>
<version>kc-16-b1</version>
</parent>

<artifactId>scim-for-keycloak-server</artifactId>
Expand Down

0 comments on commit feb4013

Please sign in to comment.