Removed -SNAPSHOT from component version and dependencies version to

release the componentRemoved -SNAPSHOT from component version and
dependencies version to release the component
This commit is contained in:
Luca Frosini 2020-02-11 17:45:55 +01:00
parent 23945cf5b4
commit fbe24d4bc8
1 changed files with 3 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.information-system</groupId>
<artifactId>resource-registry-orientdb-hooks</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>Resource Registry OrientDB Hooks</name>
<description>Resource Registry OrientDB Hooks add/update header in database instances</description>
@ -29,14 +29,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>