Set LATEST to maven-smartgears-bom on dependencyManagement

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/distributions/smartgears-distribution@122902 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2016-02-08 11:45:07 +00:00
parent bf5dac535e
commit 5cd8316990
1 changed files with 2 additions and 1 deletions

View File

@ -6,6 +6,7 @@
<groupId>org.gcube.tools</groupId>
<version>1.0.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>2.0.0-SNAPSHOT</version>
@ -28,7 +29,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-smartgears-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>LATEST</version>
<type>pom</type>
<scope>import</scope>
</dependency>