Removed -SNAPSHOT to release the component

This commit is contained in:
luca.frosini 2023-09-07 11:43:57 +02:00
parent 28f66a578d
commit 660e720771
2 changed files with 4 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.3.0-SNAPSHOT]
## [v2.3.0]
- Migrate code to reorganized E/R format [#24992]
@ -17,6 +17,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Aligned model with the model defined in Luca Frosini PhD dissertation [#20367]
- Added support for context names included in header among UUIDs [#22090]
## [v2.0.0]
- Refactored Handlers to harmonize and make more efficient the code [#19997]

View File

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