Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2023-03-03 12:13:53 +01:00
parent aa5e80b5f3
commit 3033fbf174
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Smartgears Distribution Bundle
### [v3.5.0-SNAPSHOT]
### [v3.5.0]
- Creating distribution bundle for smartgears-distribution 3.5.0-SNAPSHOT

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution-bundle</artifactId>
<version>3.5.0-SNAPSHOT</version>
<version>3.5.0</version>
<packaging>pom</packaging>
<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>
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId>
<version>[3.5.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version>
<version>[3.5.0, 4.0.0-SNAPSHOT)</version>
<type>tar.gz</type>
</dependency>