Fixed version

This commit is contained in:
luca.frosini 2023-07-21 14:10:42 +02:00
parent 47de037d3f
commit 442ca51b8b
2 changed files with 7 additions and 3 deletions

View File

@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Common Utility For Smartgears 3.X.X # Changelog for Common Utility For Smartgears 3.X.X
## [v1.0.1-SNAPSHOT]
- Fixed issue on getCurrentContextFullName
## [v1.0.0] ## [v1.0.0]
- First Version - First Version

View File

@ -8,7 +8,7 @@
</parent> </parent>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>common-utility-sg3</artifactId> <artifactId>common-utility-sg3</artifactId>
<version>1.0.0</version> <version>1.0.1-SNAPSHOT</version>
<name>Common Utility For Smartgears 3.X.X</name> <name>Common Utility For Smartgears 3.X.X</name>
<description> <description>
This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4. This library provides utility functions for APIs available in Smartgears 3 but broken in Smartgears 4.
@ -30,7 +30,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.2.0</version> <version>2.4.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>
@ -74,7 +74,7 @@
<dependency> <dependency>
<groupId>org.gcube.common</groupId> <groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId> <artifactId>authorization-utils</artifactId>
<version>[2.1.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version> <version>[2.2.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
</dependencies> </dependencies>