removed -SNAPSHOT to be released.

This commit is contained in:
Francesco Mangiacrapa 2023-04-04 12:19:26 +02:00
parent 16d4ecf848
commit 66cfd00f3f
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@
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).
## [v1.2.1-SNAPSHOT] - 2023-04-03
## [v1.2.1] - 2023-04-04
- [#24597] Fixed no notification sent for items 'updated" in the VRE Folder with '-' in the name

View File

@ -11,7 +11,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-wrapper</artifactId>
<version>1.2.1-SNAPSHOT</version>
<version>1.2.1</version>
<name>storagehub-client-wrapper</name>
<description>This is a wrapper of storagehub-client library. It allows to interact with storagehub in a simplified way by exposing several utilities. Moreover, It exposes by another inteface java beans as defined in (the old) HL interfaces</description>
<scm>
@ -31,7 +31,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>