Removed -SNAPSHOT for release

This commit is contained in:
luca.frosini 2023-07-21 14:24:22 +02:00
parent 5128f4ad63
commit de47918497
2 changed files with 4 additions and 4 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 Client
## [v4.4.0-SNAPSHOT]
## [v4.4.0]
- Migrated code to reorganized E/R format [#24992]

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-client</artifactId>
<version>4.4.0-SNAPSHOT</version>
<version>4.4.0</version>
<name>Resource Registry Client</name>
<description>Resource Registry Client is a library designed to interact with idempotent Resource Registry APIs</description>
@ -29,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -77,7 +77,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.1.0, 3.0.0-SNAPSHOT)</version>
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
</dependencies>