removed -SNAPSHOT to be released. Moved to gcube-bom 2.0.1

This commit is contained in:
Francesco Mangiacrapa 2021-06-24 11:08:04 +02:00
parent f1af31e117
commit 00bdf06ad3
2 changed files with 7 additions and 4 deletions

View File

@ -3,9 +3,12 @@
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-1-0-SNAPSHOT] - 2021-05-12
## [v1-1-0] - 2021-05-12
#### Enhancements
[#21412] Added some methods that were missing
Added some methods that were missing
## [v1-0-1-SNAPSHOT] - 2021-03-03

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-wrapper</artifactId>
<version>1.1.0-SNAPSHOT</version>
<version>1.1.0</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>
@ -27,7 +27,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.4.0</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>