Removed -SNAPSHOT from version and lower bound dependencies range to

release the component refs #19635
This commit is contained in:
Luca Frosini 2020-10-29 17:21:26 +01:00
parent 399fed5eb3
commit 494a914978
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-api</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<name>Resource Registry API</name>
<description>Resource Registry API is a library containing classes shared across resource-registry-* components</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>