From f3e8be0cd3394512ddd87eae13ca49b46036d55f Mon Sep 17 00:00:00 2001 From: Roberto Cirillo Date: Mon, 3 Apr 2023 16:21:38 +0200 Subject: [PATCH] update shub range to next major. update to 2.4.0-SNAPSHOT version --- CHANGELOG.md | 4 ++++ pom.xml | 6 +++--- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c942bf0..c55e96d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for gCube Bom +## [v2.4.0-SNAPSHOT] - 2023-04-03 + + * upgrade storagehub range to the next major (2) . See #24928 + ## [v2.3.0] - 2023-03-29 * upgrade lower bound range on gCube common dependencies. See #24727 diff --git a/pom.xml b/pom.xml index ac48565..da5e731 100644 --- a/pom.xml +++ b/pom.xml @@ -9,7 +9,7 @@ org.gcube.distribution gcube-bom - 2.3.0 + 2.4.0-SNAPSHOT pom gCube BOM gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components @@ -126,12 +126,12 @@ org.gcube.common storagehub-model - [1.0.5-SNAPSHOT, 2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT) org.gcube.common storagehub-client-library - [1.0.7-SNAPSHOT, 2.0.0-SNAPSHOT) + [2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)