Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2020-11-24 21:34:09 +01:00
parent 51cb9131f8
commit 2ba8e74ea6
1 changed files with 3 additions and 3 deletions

View File

@ -104,17 +104,17 @@
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId> <artifactId>resource-registry-api</artifactId>
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version> <version>[4.1.0,5.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<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-SNAPSHOT,5.0.0-SNAPSHOT)</version> <version>[4.1.0,5.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-publisher</artifactId> <artifactId>resource-registry-publisher</artifactId>
<version>[4.1.0-SNAPSHOT,5.0.0-SNAPSHOT)</version> <version>[4.1.0,5.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<!-- END Facets Based Resource Model related dependencies --> <!-- END Facets Based Resource Model related dependencies -->