Update 'pom.xml'

removed snapshot from artifact version and bom
This commit is contained in:
Roberto Cirillo 2020-10-30 14:37:04 +01:00
parent 1a8c5fe14e
commit 5c21fd6a0d
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-SNAPSHOT</version>
<version>2.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>