Removed -SNAPSHOT to release the component
This commit is contained in:
parent
e0de1dfabb
commit
3538e85f9d
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Resource Registry Client
|
# Changelog for Resource Registry Client
|
||||||
|
|
||||||
## [v4.1.0-SNAPSHOT]
|
## [v4.1.0]
|
||||||
|
|
||||||
- Used ContextCache to make the client more efficient
|
- Used ContextCache to make the client more efficient
|
||||||
- Added APIs to get instance contexts [#20013]
|
- Added APIs to get instance contexts [#20013]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -9,7 +9,7 @@
|
||||||
|
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry-client</artifactId>
|
<artifactId>resource-registry-client</artifactId>
|
||||||
<version>4.1.0-SNAPSHOT</version>
|
<version>4.1.0</version>
|
||||||
<name>Resource Registry Client</name>
|
<name>Resource Registry Client</name>
|
||||||
<description>Resource Registry Client is a library designed to interact with idempotent Resource Registry APIs</description>
|
<description>Resource Registry Client is a library designed to interact with idempotent Resource Registry APIs</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue