adoption of gcube-smartgears-bom.2.0.0-SNAPSHOT

This commit is contained in:
Fabio Sinibaldi 2020-10-07 16:39:21 +02:00
parent e7fbe9a6a0
commit 13b0b4e99b
1 changed files with 3 additions and 10 deletions

13
pom.xml
View File

@ -12,7 +12,7 @@
<groupId>org.gcube.data-catalogue</groupId>
<artifactId>catalogue-ws</artifactId>
<packaging>war</packaging>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.1-SNAPSHOT</version>
<name>catalogue-ws</name>
<description>This service allows other services to publish on the catalogue.</description>
@ -32,18 +32,11 @@
</scm>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>LATEST</version>
<version>2.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>