Updated micro-version to avoid possible repo backports/backtracking related issues and to be sure to have last version available in DEV at the moment

This commit is contained in:
Mauro Mugnaini 2021-09-27 18:09:13 +02:00
parent 69250b3ea0
commit 5d257faef5
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"
## [v1.0.0-SNAPSHOT]
## [v1.0.1-SNAPSHOT]
- First release (#21389) provides the basic helper classes for Keycloak tokens retrieve and functions for the gCube framework integration (automatic service discovery).

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.common</groupId>
<artifactId>keycloak-client</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.1-SNAPSHOT</version>
<dependencyManagement>
<dependencies>
@ -113,4 +113,4 @@
<build />
</project>
</project>