Removed -SNAPSHOT to release the component

master r5.0.0
Luca Frosini 3 years ago
parent 1f9a152373
commit 5b0d18ff62

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Context Client
## [v4.0.0-SNAPSHOT]
## [v4.0.0]
- Used ContextCache to make the client more efficient
- Switched JSON management to gcube-jackson [#19116]

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-context-client</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>Resource Registry Context Client</name>
<description>Resource Registry Context Client is a library designed to interact with Resource Registry Context APIs</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save