Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2023-03-03 11:41:17 +01:00
parent de800c70fb
commit 5a2a12dc17
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 gCube Smartgears Bom
# [v2.3.0-SNAPSHOT]
# [v2.3.0]
- Enhanced information-system-model version range
- Enhanced gcube-model version lower bound of range

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-smartgears-bom</artifactId>
<version>2.3.0-SNAPSHOT</version>
<version>2.3.0</version>
<packaging>pom</packaging>
<name>gCube Smartgears Bom</name>
<description>
@ -34,7 +34,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>