From 708c073090395298b6122f39bb1776626dcb2132 Mon Sep 17 00:00:00 2001 From: Mauro Mugnaini Date: Thu, 24 Jun 2021 10:35:14 +0200 Subject: [PATCH] Added again -SNAPSHOT suffix to 1.0.0 version to avoid "jumping" effect... --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cce8d3..fa7b04f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). diff --git a/pom.xml b/pom.xml index f5b9874..24041d5 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.gcube.common keycloak-client - 1.0.0 + 1.0.0-SNAPSHOT