Remove latest from BOM dependencies.

This commit is contained in:
Manuele Simi 2019-06-09 08:34:34 -04:00
parent b0037e99f7
commit f0ac9586b7
1 changed files with 2 additions and 2 deletions

View File

@ -37,14 +37,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<version>1.3.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>LATEST</version>
<version>1.5.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>