Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2022-11-02 16:23:08 +01:00
parent 44b0ce8473
commit e7a86bfad4
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 # Changelog for Smartgears Distribution
## [v3.5.0-SNAPSHOT] ## [v3.5.0]
- upgraded gcube-smartgears-bom - upgraded gcube-smartgears-bom
- new common-smartgears version - new common-smartgears version

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>smartgears-distribution</artifactId> <artifactId>smartgears-distribution</artifactId>
<version>3.5.0-SNAPSHOT</version> <version>3.5.0</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>A distribution for the SmartGears Framework</name> <name>A distribution for the SmartGears Framework</name>
@ -29,7 +29,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId> <artifactId>gcube-smartgears-bom</artifactId>
<version>2.2.0-SNAPSHOT</version> <version>2.2.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>