Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2020-11-24 21:28:10 +01:00
parent 1d58f88d7b
commit 8cfe61924f
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Schema Client
## [v4.0.0-SNAPSHOT] [r5.0.0] -
## [v4.0.0] [r5.0.0] -
- Switched JSON management to gcube-jackson [#19116]

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-schema-client</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>Resource Registry Schema Client</name>
<description>Contains Non Idempotent API to manage Schemas in Resource Registry</description>