Update 'pom.xml'

removed SNAPSHOT from version
set gcube-bom to version 1.4.0
This commit is contained in:
Roberto Cirillo 2019-12-02 16:30:42 +01:00
parent c1b01f8185
commit 6b43539d66
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.user</groupId>
<artifactId>uri-resolver-manager</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<name>uri-resolver-manager</name>
<description>The URI Resolver Manager</description>
@ -49,7 +49,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<version>1.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>