Removed -SNAPSHOT to release the component
This commit is contained in:
parent
3812d89089
commit
9d59abed5c
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for Resource Registry API
|
||||
|
||||
## [v4.1.0-SNAPSHOT]
|
||||
## [v4.1.0]
|
||||
|
||||
- Added ContextCache utilities
|
||||
- Added support to provide APIs to get the list of instance contexts [#20012] [#20013]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<artifactId>resource-registry-api</artifactId>
|
||||
<version>4.1.0-SNAPSHOT</version>
|
||||
<version>4.1.0</version>
|
||||
<name>Resource Registry API</name>
|
||||
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
|
||||
|
||||
|
|
Loading…
Reference in New Issue