Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2020-11-24 21:43:24 +01:00
parent a863c6e3cd
commit a6e057f88f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Resource Registry Handlers</name>
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.0.0</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>