Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-20 17:17:42 +02:00
parent b356991974
commit b2bc868ffc
2 changed files with 3 additions and 3 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.4.0-SNAPSHOT]
## [v2.4.0]
- Added dependency to be able to compile with JDK 11

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-client</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.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>
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId>
<version>[2.3.1-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<version>[2.3.1,3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.resources.discovery</groupId>