Enhanced gcube-model version range lower bound

This commit is contained in:
Luca Frosini 2023-02-09 12:41:13 +01:00
parent 933b7308f7
commit c140639b74
2 changed files with 2 additions and 1 deletions

View File

@ -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]

View File

@ -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>