diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5e381..a82e80c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Bom +## [v2.4.1-SNAPSHOT] + +- 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] - Enhanced information-system-model version range diff --git a/pom.xml b/pom.xml index 57f60b1..edfe099 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-bom - 2.4.0 + 2.4.1-SNAPSHOT pom gCube BOM gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components @@ -23,9 +23,9 @@ - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git + scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy.git + https://code-repo.d4science.org/gCubeSystem/gcube-bom-legacy @@ -124,12 +124,12 @@ org.gcube.common storagehub-model - [1.1.1, 2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) org.gcube.common storagehub-client-library - [1.3.0, 2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) @@ -209,13 +209,15 @@ org.gcube.common - gxJRS - [1.1.2, 2.0.0-SNAPSHOT) + gxHTTP + [1.2.0, 2.0.0-SNAPSHOT) + provided org.gcube.common - gxHTTP - [1.1.2, 2.0.0-SNAPSHOT) + gxJRS + [1.2.0, 2.0.0-SNAPSHOT) + provided @@ -223,17 +225,17 @@ org.gcube.common authorization-client - [2.0.4,3.0.0-SNAPSHOT) + [2.0.7,3.0.0-SNAPSHOT) org.gcube.common common-authorization - [2.2.0,3.0.0-SNAPSHOT) + [2.5.1,3.0.0-SNAPSHOT) org.gcube.common keycloak-client - [2.0.0,3.0.0-SNAPSHOT) + [2.1.0,3.0.0-SNAPSHOT) @@ -243,6 +245,11 @@ document-store-lib [3.0.0,4.0.0-SNAPSHOT) + + org.gcube.data.publishing + document-store-lib-accounting-service + [2.0.0,3.0.0-SNAPSHOT) + org.gcube.accounting accounting-lib