Fixed storage-hub model and client range

This commit is contained in:
Luca Frosini 2022-03-08 12:57:58 +01:00
parent e7c7c10fc7
commit 7427a7a3d1
2 changed files with 3 additions and 3 deletions

View File

@ -8,7 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced information-system-model version range
- Added json-simple library version 1.1.1 [#21692]
- Added authorization-utils [#22550]
- Added storage hub dependencies [#22730]
- Added storage hub dependencies [#22730] [#22872]
## [v2.0.1] [r5.0.0] - 2021-02-24

View File

@ -96,13 +96,13 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>