common-utility 2.X.X has been renamed to common-utility-sg4
This commit is contained in:
parent
1121ea1b72
commit
c93e5413e4
|
@ -8,6 +8,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
- Enhanced ranges of common libraries
|
- Enhanced ranges of common libraries
|
||||||
- Enhanced ranges of gx-rest libraries
|
- Enhanced ranges of gx-rest libraries
|
||||||
- Enhanced ranges of authorization libraries
|
- Enhanced ranges of authorization libraries
|
||||||
|
- Replaced common-utility-sg3 with common-utility-sg4
|
||||||
|
|
||||||
|
|
||||||
# [v2.3.0-SNAPSHOT]
|
# [v2.3.0-SNAPSHOT]
|
||||||
|
@ -17,7 +18,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-api lower bound of range
|
||||||
- Enhanced resource-registry-client lower bound of range
|
- Enhanced resource-registry-client lower bound of range
|
||||||
- Enhanced resource-registry-publisher lower bound of range
|
- Enhanced resource-registry-publisher lower bound of range
|
||||||
- Added common-utility
|
- Added common-utility-sg3
|
||||||
|
|
||||||
|
|
||||||
## [v2.2.0]
|
## [v2.2.0]
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -131,8 +131,8 @@
|
||||||
<!-- Used for compatibility between SG 3 and 4 -->
|
<!-- Used for compatibility between SG 3 and 4 -->
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.common</groupId>
|
<groupId>org.gcube.common</groupId>
|
||||||
<artifactId>common-utility</artifactId>
|
<artifactId>common-utility-sg4</artifactId>
|
||||||
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
<version>[1.0.0-SNAPSHOT,2.0.0-SNAPSHOT)</version>
|
||||||
<scope>provided</scope>
|
<scope>provided</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<!-- END Used for compatibility between SG 3 and 4 -->
|
<!-- END Used for compatibility between SG 3 and 4 -->
|
||||||
|
|
Loading…
Reference in New Issue