Merge remote-tracking branch 'origin/2.4.1-SNAPSHOT'
This commit is contained in:
commit
39fd2ca396
|
@ -2,14 +2,16 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Bom
|
||||
|
||||
## [v2.5.0-SNAPSHOT]
|
||||
## [v2.4.1-SNAPSHOT]
|
||||
|
||||
- Enhanced accounting-lib lower bound of range
|
||||
- Enhanced common-utility-sg3 lower bound of range
|
||||
- Enhanced common-authorization lower bound of range
|
||||
- Enhanced authorization-client lower bound of range
|
||||
- Enhanced keycloak-client lower bound of range
|
||||
- Enhanced gxHTTP lower bound of range
|
||||
- Enhanced gxJRS lower bound of range
|
||||
- Enhanced storagehub-model range
|
||||
- Enhanced storagehub-client-library range
|
||||
- Added document-store-lib-accounting-service
|
||||
|
||||
|
||||
## [v2.4.0]
|
||||
|
|
7
pom.xml
7
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
<version>2.4.1-SNAPSHOT</version>
|
||||
<packaging>pom</packaging>
|
||||
<name>gCube BOM</name>
|
||||
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
|
||||
|
@ -250,6 +250,11 @@
|
|||
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||
<version>[2.0.1-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>document-store-lib-accounting-service</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.accounting</groupId>
|
||||
<artifactId>accounting-lib</artifactId>
|
||||
|
|
Loading…
Reference in New Issue