Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-19 11:57:36 +02:00
parent acdd43f7ef
commit 40acf5f865
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Resource Registry Publisher
## [v4.2.0-SNAPSHOT]
## [v4.2.0]
- Aligned code to Luca Frosini dissertation theory
- Add/Remove to/from Context return the list of affected instances and not just success or failure code [#20555]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId>
<version>4.2.0-SNAPSHOT</version>
<version>4.2.0</version>
<name>Resource Registry Publisher</name>
<description>Resource Registry Publisher is a library designed to interact with Resource Registry Instances APIs</description>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>