Added -SNAPSHOT in lower range to avoid issues during release time

This commit is contained in:
Luca Frosini 2022-10-27 16:01:51 +02:00
parent 0f05d6ae7b
commit fb3857ee1f
1 changed files with 2 additions and 2 deletions

View File

@ -141,12 +141,12 @@
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>[5.0.0,6.0.0-SNAPSHOT)</version>
<version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>
<version>[4.0.0,5.0.0-SNAPSHOT)</version>
<version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>