Release of the `v1.0.0`

This commit is contained in:
Mauro Mugnaini 2023-07-21 12:52:52 +02:00
parent d4ffa7bff4
commit e1aecdca68
2 changed files with 3 additions and 3 deletions

View File

@ -2,5 +2,5 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "keycloak-client" # Changelog for "keycloak-client"
## [v1.0.0-SNAPSHOT] ## [v1.0.0]
- First release as refactoring of the `keycloak-client` library; moved the discovery functionality (to be compatible with SGv4) here to provide the backward compatibility. (#23478) - First release as refactoring of the `keycloak-client` library; moved the discovery functionality (to be compatible with SGv4) here to provide the backward compatibility. (#23478)

View File

@ -11,14 +11,14 @@
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>keycloak-client-legacy-is</artifactId> <artifactId>keycloak-client-legacy-is</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<dependencyManagement> <dependencyManagement>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.4.0-SNAPSHOT</version> <version>2.4.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>