Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-02-05 13:43:07 +01:00
parent 27d2b9a215
commit eb521dc7af
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) API # Changelog for gCube Catalogue (gCat) API
## [v1.2.2-SNAPSHOT] ## [v1.2.2]
- Added count method for Item collection [#20627] - Added count method for Item collection [#20627]
- Added count method for Organization, Group and Profile collection [#20629] - Added count method for Organization, Group and Profile collection [#20629]

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId> <artifactId>gcat-api</artifactId>
<version>1.2.2-SNAPSHOT</version> <version>1.2.2</version>
<name>gCube Catalogue (gCat) API</name> <name>gCube Catalogue (gCat) API</name>
<description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description> <description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description>
<properties> <properties>