Removed -SNAPSHOT for release

This commit is contained in:
luca.frosini 2023-07-21 14:11:24 +02:00
parent 442ca51b8b
commit d668721d09
2 changed files with 4 additions and 4 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.1-SNAPSHOT]
## [v1.0.1]
- Fixed issue on getCurrentContextFullName

View File

@ -8,7 +8,7 @@
</parent>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId>
<version>1.0.1-SNAPSHOT</version>
<version>1.0.1</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.4.0-SNAPSHOT</version>
<version>2.4.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>
@ -74,7 +74,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>[2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<version>[2.2.0, 3.0.0-SNAPSHOT)</version>
<scope>test</scope>
</dependency>
</dependencies>