From 442ca51b8b76f0ea94c373df03193ceb03b7bb60 Mon Sep 17 00:00:00 2001 From: "luca.frosini" Date: Fri, 21 Jul 2023 14:10:42 +0200 Subject: [PATCH] Fixed version --- CHANGELOG.md | 4 ++++ pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f7d79d..edd175e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ 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] + +- Fixed issue on getCurrentContextFullName + ## [v1.0.0] - First Version diff --git a/pom.xml b/pom.xml index 7d66199..a4683c2 100644 --- a/pom.xml +++ b/pom.xml @@ -8,7 +8,7 @@ org.gcube.common common-utility-sg3 - 1.0.0 + 1.0.1-SNAPSHOT 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.2.0 + 2.4.0-SNAPSHOT pom import @@ -74,7 +74,7 @@ org.gcube.common authorization-utils - [2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT) + [2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT) test