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:28:50 +01:00
parent 6f5ee53640
commit 54f7f448ef
2 changed files with 3 additions and 2 deletions

View File

@ -2,6 +2,7 @@
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.common.resource-registry-handlers.1-3-0" date="${buildDate}">
<Change>Refactored code to support IS Model reorganization (e.g naming, packages)</Change>
<Change>Fixed import due to gcube model refactoring</Change>
<Change>Refactored code to support renaming of Embedded class to Property #13274</Change>
</Changeset>

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.smartgears.handlers</groupId>
<artifactId>resource-registry-handlers</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<name>Resource Registry Handlers</name>
<description>Smartgears Handler to publish HostingNode and EService on Resource Registry</description>
@ -30,7 +30,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>