Enhanced resource-registry-client lower bound of range
This commit is contained in:
parent
a3b543657c
commit
95902f6b00
|
@ -7,6 +7,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
- Enhanced information-system-model version range
|
- Enhanced information-system-model version range
|
||||||
- Enhanced gcube-model version lower bound of range
|
- Enhanced gcube-model version lower bound of range
|
||||||
- Enhanced resource-registry-api lower bound of range
|
- Enhanced resource-registry-api lower bound of range
|
||||||
|
- Enhanced resource-registry-client lower bound of range
|
||||||
|
|
||||||
|
|
||||||
## [v2.1.0]
|
## [v2.1.0]
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -156,7 +156,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
<artifactId>resource-registry-client</artifactId>
|
<artifactId>resource-registry-client</artifactId>
|
||||||
<version>[4.1.0,5.0.0-SNAPSHOT)</version>
|
<version>[4.3.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.information-system</groupId>
|
<groupId>org.gcube.information-system</groupId>
|
||||||
|
|
Loading…
Reference in New Issue