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

This commit is contained in:
Mauro Mugnaini 2024-04-18 12:18:37 +02:00
parent fad5715a16
commit 13abd21c72
Signed by: mauro.mugnaini
GPG Key ID: 2440CFD0EB321EA8
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -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)

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.iam</groupId>
<artifactId>keycloak-d4science-spi-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.24.0-SNAPSHOT</version>
<packaging>pom</packaging>
<properties>
@ -31,7 +31,7 @@
<module>avatar-storage</module>
<module>avatar-realm-resource</module>
<module>avatar-importer</module>
<module>delete-account</module>
<!-- <module>delete-account</module>-->
<module>event-listener-provider</module>
<module>identity-provider-mapper</module>
<module>keycloak-d4science-script</module>
@ -46,7 +46,7 @@
<dependency>
<groupId>org.keycloak</groupId>
<artifactId>keycloak-parent</artifactId>
<version>24.0.2</version>
<version>24.0.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>