From e06a831d5de0e9054b82466c4d320cc61769de0a Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Mon, 23 Sep 2024 14:46:13 +0200 Subject: [PATCH] Created version 2.5.1-SNAPSHOT --- CHANGELOG.md | 8 ++++ pom.xml | 105 +++++++++++++++++++++++++++------------------------ 2 files changed, 63 insertions(+), 50 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 406cc83..a038760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Smartgears Bom +# [v2.5.1-SNAPSHOT] + +- Enhanced gcube-bom to 2.4.1-SNAPSHOT +- Added document-store-lib-accounting-service +- Enhanced authorization-client lower bound of range +- Enhanced common-authorization lower bound of range + + # [v2.5.0] - Upgraded gcube-bom to 2.4.0 diff --git a/pom.xml b/pom.xml index dc55b85..f0e41df 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-smartgears-bom - 2.5.0 + 2.5.1-SNAPSHOT pom gCube Smartgears Bom @@ -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-smartgears-bom-legacy.git + scm:git:https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy.git + https://code-repo.d4science.org/gCubeSystem/gcube-smartgears-bom-legacy @@ -34,7 +34,7 @@ org.gcube.distribution gcube-bom - 2.4.0 + 2.4.1-SNAPSHOT pom import @@ -88,51 +88,7 @@ [1.0.3,2.0.0-SNAPSHOT) provided - - org.gcube.common - gxHTTP - [1.1.2, 2.0.0-SNAPSHOT) - provided - - - - org.gcube.common - authorization-client - [2.0.4,3.0.0-SNAPSHOT) - provided - - - org.gcube.common - common-authorization - [2.2.0,3.0.0-SNAPSHOT) - provided - - - - - - org.gcube.data.publishing - document-store-lib - [3.0.0,4.0.0-SNAPSHOT) - provided - - - org.gcube.accounting - accounting-lib - [4.0.0,5.0.0-SNAPSHOT) - provided - - - - - - org.gcube.common - common-utility-sg3 - [1.0.0,2.0.0-SNAPSHOT) - provided - - - + org.gcube.information-system @@ -163,6 +119,55 @@ provided + + org.gcube.common + gxHTTP + [1.1.2, 2.0.0-SNAPSHOT) + provided + + + + org.gcube.common + authorization-client + [2.0.7,3.0.0-SNAPSHOT) + provided + + + org.gcube.common + common-authorization + [2.5.1,3.0.0-SNAPSHOT) + provided + + + + + + org.gcube.data.publishing + document-store-lib + [3.0.0,4.0.0-SNAPSHOT) + provided + + + org.gcube.data.publishing + document-store-lib-accounting-service + [2.0.0,3.0.0-SNAPSHOT) + + + org.gcube.accounting + accounting-lib + [4.0.0,5.0.0-SNAPSHOT) + provided + + + + + + org.gcube.common + common-utility-sg3 + [1.0.0,2.0.0-SNAPSHOT) + provided + + org.slf4j