Added again -SNAPSHOT suffix to 1.0.0 version to avoid "jumping" effect...

This commit is contained in:
Mauro Mugnaini 2021-06-24 10:35:14 +02:00
parent c227b6e395
commit 708c073090
2 changed files with 2 additions and 2 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]
## [v1.0.0-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</version>
<version>1.0.0-SNAPSHOT</version>
<dependencyManagement>
<dependencies>