Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2023-03-03 12:08:53 +01:00
parent 7e010594a6
commit e9430f5d93
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.2.0-SNAPSHOT]
## [v2.2.0]
- Enhanced gcube-smartgears-bom version

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.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.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>