Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-08-01 15:12:14 +02:00
parent 4f56b412b0
commit 61d57e8360
2 changed files with 2 additions and 2 deletions

View File

@ -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.3.0-SNAPSHOT]
## [v2.3.0]
- Removed service discovery to to old service class
- Using renamed constant from gcat-api

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.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>