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

This commit is contained in:
Luca Frosini 2023-02-24 14:51:26 +01:00
parent 02f9360770
commit a9ce68e7db
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.1.0]

View File

@ -253,7 +253,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>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->