From d668721d09897d2c3cc65a28eaed58fbae29c9bf Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Fri, 21 Jul 2023 14:11:24 +0200 Subject: [PATCH] Removed -SNAPSHOT for release --- CHANGELOG.md | 2 +- pom.xml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index edd175e..1a54f70 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Common Utility For Smartgears 3.X.X -## [v1.0.1-SNAPSHOT] +## [v1.0.1] - Fixed issue on getCurrentContextFullName diff --git a/pom.xml b/pom.xml index a4683c2..23d0816 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.common common-utility-sg3 - 1.0.1-SNAPSHOT + 1.0.1 Common Utility For Smartgears 3.X.X This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4. @@ -30,7 +30,7 @@ org.gcube.distribution gcube-bom - 2.4.0-SNAPSHOT + 2.4.0 pom import @@ -74,7 +74,7 @@ org.gcube.common authorization-utils - [2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT) + [2.2.0, 3.0.0-SNAPSHOT) test