Removed -SNAPSHOT to release the component
This commit is contained in:
parent
452cf085bf
commit
5ee0613609
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue