Removed -SNAPSHOT from component version and dependencies version to

release the component
This commit is contained in:
Luca Frosini 2020-02-11 16:33:29 +01:00
parent fbb73335e4
commit a55a3ae694
1 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>gCube Resources</name>
<description>gCube Model is a resource model built on top of IS Model which captures the different aspects of the resources and their relations playing significant roles in a research infrastructure empowered by gCube</description>
<packaging>jar</packaging>
@ -31,14 +31,14 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-bom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>