Moved to storagehub-client-library to range 2.0.0,3.0.0-SNAPSHOT

This commit is contained in:
Luca Frosini 2022-02-09 15:20:34 +01:00
parent 3d8b28b5aa
commit 2dcb5e59b6
2 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for StorageHub Application Persistence
## [v3.1.0-SNAPSHOT]
- Moved to storagehub-client-library to range 2.0.0,3.0.0-SNAPSHOT
## [v3.0.0]
- Removed code which is now part of authorization-utils [#22472]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>3.0.0</version>
<version>3.1.0-SNAPSHOT</version>
<name>StorageHub Application Persistence</name>
<description>
This library allows any application to persist in its workspace home any
@ -51,7 +51,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>
<dependency>
<groupId>org.gcube.common</groupId>