Enhanced version
This commit is contained in:
parent
a617cd972a
commit
a17ea9fac4
|
@ -2,6 +2,11 @@ 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]
|
||||||
|
|
||||||
|
- Migrate code to reorganized E/R format [#24992]
|
||||||
|
|
||||||
|
|
||||||
## [v2.2.0]
|
## [v2.2.0]
|
||||||
|
|
||||||
- Enhanced gcube-smartgears-bom version
|
- Enhanced gcube-smartgears-bom version
|
||||||
|
|
2
pom.xml
2
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.2.0</version>
|
<version>2.3.0-SNAPSHOT</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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue