Removed -SNAPSHOT for release

This commit is contained in:
luca.frosini 2023-07-21 14:23:35 +02:00
parent 745da916b1
commit f35c1564b8
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 API
## [v5.0.0-SNAPSHOT]
## [v5.0.0]
- Migrate code to reorganized E/R format [#24992]
- Added query parameters to request Metadata [#25040]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<name>Resource Registry API</name>
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
@ -30,7 +30,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>
@ -65,7 +65,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>