Enhanced gcube-model version range lower bound
This commit is contained in:
parent
933b7308f7
commit
c140639b74
|
@ -5,6 +5,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
## [v2.2.0-SNAPSHOT]
|
||||
|
||||
- Enhanced information-system-model version range
|
||||
- Enhanced gcube-model version range lower bound
|
||||
|
||||
|
||||
## [v2.1.0]
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -146,7 +146,7 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.resource-management</groupId>
|
||||
<artifactId>gcube-model</artifactId>
|
||||
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
|
|
Loading…
Reference in New Issue