From 13abd21c72b314d94e2241ea3cb8aaa23c3ce764 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Thu, 18 Apr 2024 12:18:37 +0200 Subject: [PATCH] Removed the `delete-account` module from build. Artifacts' minor version is now aligned with Keycloak (KC) major. Moved to `24.0.3` version of KC --- CHANGELOG.md | 3 ++- README.md | 1 - pom.xml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0fe8950..5ac6bd1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for "keycloak-d4science-spi-parent" -## [v2.2.0-SNAPSHOT] +## [v2.24.0-SNAPSHOT] +Now the minor part of the version (the `24` in the `2.24.x`) shows the compatibility to the specific Keycloak major version, in this case `24.x.x` ## [v2.1.0] - Added new [protocol-mapper](protocol-mapper/README.md) module to make the custom protocol mappers available diff --git a/README.md b/README.md index c0fb4ef..ff2f7ac 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,6 @@ The project is a Maven master POM project and it is composed of several modules: * [avatar-storage](avatar-storage/README.md) * [event-listener-provider](event-listener-provider/README.md) * [identity-provider-mapper](identity-provider-mapper/README.md) -* [keycloak-d4science-spi-ear](keycloak-d4science-spi-ear/README.md) [*** REMOVED from build since the wildfly distribution is no more available ***] * [keycloak-d4science-theme](keycloak-d4science-theme/README.md) * [keycloak-d4science-script](keycloak-d4science-script/README.md) * [ldap-storage-mapper](ldap-storage-mapper/README.md) diff --git a/pom.xml b/pom.xml index a53d25c..41d1bdd 100644 --- a/pom.xml +++ b/pom.xml @@ -12,7 +12,7 @@ org.gcube.iam keycloak-d4science-spi-parent - 2.2.0-SNAPSHOT + 2.24.0-SNAPSHOT pom @@ -31,7 +31,7 @@ avatar-storage avatar-realm-resource avatar-importer - delete-account + event-listener-provider identity-provider-mapper keycloak-d4science-script @@ -46,7 +46,7 @@ org.keycloak keycloak-parent - 24.0.2 + 24.0.3 pom import