Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-04-28 17:29:02 +02:00
parent 452cf085bf
commit 5ee0613609
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) API
## [v2.2.0-SNAPSHOT]
## [v2.2.0]
- Added support to manage configurations [#22658]
- Migrated to ServiceClass corresponding to Maven groupId

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>gcat-api</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>gCube Catalogue (gCat) API</name>
<description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description>
<properties>
@ -25,7 +25,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>