Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2022-01-11 16:25:47 +01:00
parent 08e3e7acbe
commit eb9a3028fe
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Catalogue (gCat) Client
## [v2.1.0-SNAPSHOT]
## [v2.1.0]
- Added query parameter social_post_notification to override default VRE behaviour [#21345]
- Added support for moderation [#21342]

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>gCube Catalogue (gCat) Client</name>
<description>gCube Catalogue (gCat) Client is a library designed to interact with gCat Service exposed REST API</description>