From 54d291a142621944618931a96d13b57606f93f0a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Fri, 3 Mar 2023 12:18:22 +0100 Subject: [PATCH] Removed -SNAPSHOT to release the component --- CHANGELOG.md | 2 +- pom.xml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dbeeaf5..1057c92 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 gCube Catalogue (gCat) Client -## [v2.4.1-SNAPSHOT] +## [v2.4.1] - Added support for JSON:API on 'licenses' collection [#24601] - Added usage of common-utility to overcome issues with different Smartgears version (i.e. 3 and 4) diff --git a/pom.xml b/pom.xml index 099ee00..408e8c1 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data-catalogue gcat-client - 2.4.1-SNAPSHOT + 2.4.1 gCube Catalogue (gCat) Client gCube Catalogue (gCat) Client is a library designed to interact with REST APIs exposed by the gCat Service. @@ -30,7 +30,7 @@ org.gcube.distribution gcube-bom - 2.2.0-SNAPSHOT + 2.2.0 pom import @@ -41,7 +41,7 @@ org.gcube.data-catalogue gcat-api - [2.3.2-SNAPSHOT,3.0.0-SNAPSHOT) + [2.3.2,3.0.0-SNAPSHOT) org.gcube.resources.discovery @@ -79,7 +79,7 @@ org.gcube.common authorization-utils - [2.0.0, 3.0.0-SNAPSHOT) + [2.1.0, 3.0.0-SNAPSHOT) test