From 1d1e260104f4f44398e052f94bb3c16b30fcb59e Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 1 Aug 2022 15:11:44 +0200 Subject: [PATCH] Removed -SNAPSHOT to release the component --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b76a28..3cefb52 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) API -## [v2.3.0-SNAPSHOT] +## [v2.3.0] - Aligned constants name used as query parameters - Added query parameter constant used in item listing to get the whole item instead of just the name [#23691] diff --git a/pom.xml b/pom.xml index 0629a73..a06bdcd 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data-catalogue gcat-api - 2.3.0-SNAPSHOT + 2.3.0 gCube Catalogue (gCat) API gCube Catalogue (gCat) API is a library containing classes shared across gcat* components