common-utility 1.X.X has been renamed to common-utility-sg3

This commit is contained in:
Luca Frosini 2023-02-24 14:51:45 +01:00
parent d9a695a0d3
commit de800c70fb
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced resource-registry-api lower bound of range
- Enhanced resource-registry-client lower bound of range
- Enhanced resource-registry-publisher lower bound of range
- Added common-utility
- Added common-utility-sg3
## [v2.2.0]

View File

@ -127,7 +127,7 @@
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<artifactId>common-utility-sg3</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
<scope>provided</scope>
</dependency>