Update 'pom.xml'

removed LATEST from gcube-bom and gcube-smartgears-bom
This commit is contained in:
Roberto Cirillo 2019-10-08 10:51:58 +02:00
parent 4299d9737a
commit e0afecc341
1 changed files with 2 additions and 2 deletions

View File

@ -30,14 +30,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>LATEST</version>
<version>1.3.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>LATEST</version>
<version>2.1.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>