From ef46b5ca0ac1884df14ae6c90c8619d958301234 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 14 Apr 2021 15:24:24 +0200 Subject: [PATCH] Removed -SNAPSHOT for release --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4193674..9616036 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.0.0-SNAPSHOT] +## [v2.0.0] - Changed service class diff --git a/pom.xml b/pom.xml index b91fd1f..66b86be 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.data-catalogue gcat-api - 2.0.0-SNAPSHOT + 2.0.0 gCube Catalogue (gCat) API gCube Catalogue (gCat) API is a library containing classes shared across gcat* components