Removed -SNAPSHOT to release the component
This commit is contained in:
parent
28f66a578d
commit
660e720771
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Resource Registry Handlers
|
# Changelog for Resource Registry Handlers
|
||||||
|
|
||||||
## [v2.3.0-SNAPSHOT]
|
## [v2.3.0]
|
||||||
|
|
||||||
- Migrate code to reorganized E/R format [#24992]
|
- 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]
|
- Aligned model with the model defined in Luca Frosini PhD dissertation [#20367]
|
||||||
- Added support for context names included in header among UUIDs [#22090]
|
- Added support for context names included in header among UUIDs [#22090]
|
||||||
|
|
||||||
|
|
||||||
## [v2.0.0]
|
## [v2.0.0]
|
||||||
|
|
||||||
- Refactored Handlers to harmonize and make more efficient the code [#19997]
|
- Refactored Handlers to harmonize and make more efficient the code [#19997]
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.smartgears.handlers</groupId>
|
<groupId>org.gcube.smartgears.handlers</groupId>
|
||||||
<artifactId>resource-registry-handlers</artifactId>
|
<artifactId>resource-registry-handlers</artifactId>
|
||||||
<version>2.3.0-SNAPSHOT</version>
|
<version>2.3.0</version>
|
||||||
<name>Resource Registry Handlers</name>
|
<name>Resource Registry Handlers</name>
|
||||||
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
|
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
|
||||||
|
|
||||||
|
@ -29,7 +29,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-smartgears-bom</artifactId>
|
<artifactId>gcube-smartgears-bom</artifactId>
|
||||||
<version>2.5.0-SNAPSHOT</version>
|
<version>2.5.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue