Fixed storage-hub model and client range
This commit is contained in:
parent
e7c7c10fc7
commit
7427a7a3d1
|
@ -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
|
||||
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue