Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT

This commit is contained in:
Luca Frosini 2022-02-09 16:17:53 +01:00
parent 8e0bdf0df3
commit 2b06179f12
2 changed files with 6 additions and 2 deletions

View File

@ -3,6 +3,10 @@
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.13.1-SNAPSHOT]
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22825]
## [v1.13.0]
### Added

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>grsf-publisher-ws</artifactId>
<version>1.13.0</version>
<version>1.13.1-SNAPSHOT</version>
<packaging>war</packaging>
<name>grsf-publisher-ws</name>
<description>Utility library to publish GRSF products on GRSF catalogue.</description>
@ -55,7 +55,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.0.0, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<!-- jsoup HTML parser library @ http://jsoup.org/ -->
<dependency>