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"?> <?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml> <!DOCTYPE xml>
<ReleaseNotes> <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>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> <Change>Removed -SNAPSHOT from dependencies lower bound of ranges</Change>
</Changeset> </Changeset>

View File

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