Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2023-03-03 11:56:42 +01:00
parent f340431c19
commit 3ea656f735
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 Common Utility For Smartgears 3.X.X
## [v1.0.0-SNAPSHOT]
## [v1.0.0]
- First Version

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>1.0.0</version>
<name>Common Utility For Smartgears 3.X.X</name>
<description>
This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4.
@ -30,7 +30,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>