Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-19 11:56:48 +02:00
parent c87388a150
commit c9e4261115
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 Resource Registry Handlers
## [v2.1.0-SNAPSHOT]
## [v2.1.0]
- Aligned model with the model defined in Luca Frosini PhD dissertation [#20367]
- Added support for context names included in header among UUIDs [#22090]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<name>Resource Registry Handlers</name>
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>