Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-10-26 16:04:49 +02:00
parent 8eb0e30897
commit 8427224976
2 changed files with 5 additions and 5 deletions

View File

@ -3,12 +3,12 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v1.13.3-SNAPSHOT] ## [v1.13.3]
- Adding support for "FAO SDG 14.4.1 Questionnaire" source [#23670] - Adding support for "FAO SDG 14.4.1 Questionnaire" source [#23670]
## [v1.13.2-SNAPSHOT] ## [v1.13.2]
- Migrated request to social-service-client [#23679] - Migrated request to social-service-client [#23679]
- Added "Assessment Methods" as Group [#23409] - Added "Assessment Methods" as Group [#23409]

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-publisher-ws</artifactId> <artifactId>grsf-publisher-ws</artifactId>
<version>1.13.3-SNAPSHOT</version> <version>1.13.3</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>grsf-publisher-ws</name> <name>grsf-publisher-ws</name>
<description>Utility library to publish GRSF products on GRSF catalogue.</description> <description>Utility library to publish GRSF products on GRSF catalogue.</description>
@ -40,7 +40,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.2.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -51,7 +51,7 @@
<dependency> <dependency>
<groupId>org.gcube.data-catalogue</groupId> <groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-common-library</artifactId> <artifactId>grsf-common-library</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version> <version>[2.0.0, 3.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>