update shub range to next major. update to 2.4.0-SNAPSHOT version

This commit is contained in:
Roberto Cirillo 2023-04-03 16:21:38 +02:00
parent d9b649bc06
commit f3e8be0cd3
2 changed files with 7 additions and 3 deletions

View File

@ -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

View File

@ -9,7 +9,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.3.0</version>
<version>2.4.0-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>
@ -126,12 +126,12 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-model</artifactId>
<version>[1.0.5-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>storagehub-client-library</artifactId>
<version>[1.0.7-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
</dependency>
<!-- END Storagehub dependencies -->