Enhanced major version
This commit is contained in:
parent
74a5ce896c
commit
a60aa315fe
|
@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Resource Registry API
|
# Changelog for Resource Registry API
|
||||||
|
|
||||||
|
## [v5.0.0-SNAPSHOT]
|
||||||
|
|
||||||
|
- Migrate code to reorganized E/R format [#24992]
|
||||||
|
|
||||||
|
|
||||||
## [v4.3.0]
|
## [v4.3.0]
|
||||||
|
|
||||||
- Enhanced gcube-bom version
|
- Enhanced gcube-bom version
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry-api</artifactId>
|
<artifactId>resource-registry-api</artifactId>
|
||||||
<version>4.3.0</version>
|
<version>5.0.0-SNAPSHOT</version>
|
||||||
<name>Resource Registry API</name>
|
<name>Resource Registry API</name>
|
||||||
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
|
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue