Update 'pom.xml'

removed SNAPSHOT from version;
set gcube-bom to 1.4.0 version
This commit is contained in:
Roberto Cirillo 2019-12-02 17:44:32 +01:00
parent 19c63b80fc
commit bd81bd5bdb
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.spatial.data</groupId>
<artifactId>geonetwork</artifactId>
<version>3.4.0-SNAPSHOT</version>
<version>3.4.0</version>
<name>geonetwork</name>
<properties>
@ -29,7 +29,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>