Removed -SNAPSHOT from version and lower bound dependencies range to

release the component refs #19645
This commit is contained in:
Luca Frosini 2020-10-29 17:25:09 +01:00
parent 112281c669
commit 4490c2920a
1 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution-bundle</artifactId> <artifactId>smartgears-distribution-bundle</artifactId>
<version>3.0.0-SNAPSHOT</version> <version>3.0.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution bundle for the SmartGears Framework</name> <name>A distribution bundle for the SmartGears Framework</name>
<description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description> <description>A distribution bundle for the SmartGears Framework containing Tomcat and ReadMe files to install quickly Smartgears</description>
@ -34,7 +34,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version> <version>[3.0.0, 4.0.0-SNAPSHOT)</version>
<type>tar.gz</type> <type>tar.gz</type>
</dependency> </dependency>