Removed -SNAPSHOT from component version and dependencies version to

release the component
This commit is contained in:
Luca Frosini 2020-02-11 16:41:19 +01:00
parent dd1b43dd71
commit cee742e2a8
2 changed files with 6 additions and 3 deletions

View File

@ -1,7 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.distribution.gcube-smartgears-bom.1-1-0" date="${buildDate}">
<Changeset component="org.gcube.distribution.gcube-smartgears-bom.1-2-0" date="${buildDate}">
<Change>Updated gcube-bom version</Change>
</Changeset>
<Changeset component="org.gcube.distribution.gcube-smartgears-bom.1-1-0" date="2019-12-19">
<Change>Added version already declared in gcube-bom to avoid that some component does not inherits the version</Change>
<Change>Removed -SNAPSHOT from dependencies lower bound of ranges</Change>
</Changeset>

View File

@ -9,6 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>1.2.0</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -33,7 +34,7 @@
<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>
@ -203,5 +204,4 @@
</dependency>
</dependencies>
</dependencyManagement>
<version>1.2.0-SNAPSHOT</version>
</project>