Removing -SNAPSHOT to release conponent

This commit is contained in:
Luca Frosini 2020-02-11 15:53:56 +01:00
parent 582472a3db
commit d874e3a582
2 changed files with 5 additions and 2 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.distribution.gcube-bom.1-4-0" date="${buildDate}">
<Changeset component="org.gcube.distribution.gcube-bom.1-5-0" date="${buildDate}">
<Change>Removed -SNAPSHOT from dependencies lower bound of ranges</Change>
</Changeset>
<Changeset component="org.gcube.distribution.gcube-bom.1-4-0" date="2019-12-19">
<Change>Removed -SNAPSHOT from dependencies lower bound of ranges</Change>
</Changeset>
<Changeset component="org.gcube.distribution.gcube-bom.1-3-0" date="2019-05-27">

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>
<name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>