Removed -SNAPSHOT for release
This commit is contained in:
parent
81ebbbc4b8
commit
b5dacfbfc4
|
@ -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.1.0-SNAPSHOT]
|
||||
## [v2.1.0]
|
||||
|
||||
- Added query parameter social_post_notification to override default VRE behaviour [#21345]
|
||||
- Added support for moderation [#21342]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.data-catalogue</groupId>
|
||||
<artifactId>gcat-api</artifactId>
|
||||
<version>2.1.0-SNAPSHOT</version>
|
||||
<version>2.1.0</version>
|
||||
<name>gCube Catalogue (gCat) API</name>
|
||||
<description>gCube Catalogue (gCat) API is a library containing classes shared across gcat* components</description>
|
||||
<properties>
|
||||
|
|
Loading…
Reference in New Issue