Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-02-05 13:44:21 +01:00
parent cf0cafdcd6
commit 269fc894b4
2 changed files with 3 additions and 3 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) Service
## [v1.4.4-SNAPSHOT]
## [v1.4.4]
- Added count method for Item collection [#20627]
- Added count method for Organization, Group and Profile collection [#20629]

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat</artifactId>
<packaging>war</packaging>
<version>1.4.4-SNAPSHOT</version>
<version>1.4.4</version>
<name>gCube Catalogue (gCat) Service</name>
<description>
This service allows any client to publish on the gCube Catalogue.
@ -46,7 +46,7 @@
<dependency>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId>
<version>[1.2.2-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[1.2.2, 2.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>