Enhanced information-system-model version range

This commit is contained in:
Luca Frosini 2023-04-18 17:47:16 +02:00
parent d9b649bc06
commit 895262822c
2 changed files with 7 additions and 3 deletions

View File

@ -2,9 +2,13 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom
## [v2.4.0-SNAPSHOT]
- Enhanced information-system-model version range
## [v2.3.0] - 2023-03-29
* upgrade lower bound range on gCube common dependencies. See #24727
- upgrade lower bound range on gCube common dependencies. See #24727
## [v2.2.0]

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>
@ -139,7 +139,7 @@
<dependency>
<groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId>
<version>[6.0.0-SNAPSHOT,7.0.0-SNAPSHOT)</version>
<version>[7.0.0-SNAPSHOT,8.0.0-SNAPSHOT)</version>
</dependency>
<dependency>
<groupId>org.gcube.resource-management</groupId>