common-utility 2.X.X has been renamed to common-utility-sg4

This commit is contained in:
Luca Frosini 2023-02-24 15:07:41 +01:00
parent ef261a19fe
commit 223490d7ed
2 changed files with 5 additions and 3 deletions

View File

@ -11,6 +11,8 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Enhanced ranges of storage-hub libraries
- Enhanced ranges of authorization libraries
- Added new libraries for authorization
- Replaced common-utility-sg3 with common-utility-sg4
## [v2.2.0-SNAPSHOT]
@ -19,7 +21,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

@ -277,8 +277,8 @@
<!-- Used for compatibility between SG 3 and 4 -->
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>common-utility</artifactId>
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
<artifactId>common-utility-sg4</artifactId>
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Used for compatibility between SG 3 and 4 -->