Removed reference to LATEST and added dependency to

`gcube-smartgears-bom`
This commit is contained in:
Francesco Mangiacrapa 2019-12-06 14:22:17 +01:00
parent e66330b1d7
commit f6a54fcfcb
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.data.transfer</groupId>
<artifactId>uri-resolver</artifactId>
<version>2.3.0</version>
<version>2.3.1</version>
<packaging>war</packaging>
<description>The URI Resolver is an HTTP URI resolver implemented as an REST service which gives access trough HTTP to different gcube Resolvers and gCube Applications.</description>
@ -30,8 +30,8 @@
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<version>LATEST</version>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>