Enhaced is-model and gcube-model versions

This commit is contained in:
Luca Frosini 2021-06-29 14:49:14 +02:00
parent 99b96ba7df
commit 4eba1421d3
2 changed files with 7 additions and 4 deletions

View File

@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for gCube Bom # Changelog for gCube Bom
## [v2.0.2-SNAPSHOT] ## [v2.1.0-SNAPSHOT]
- enhanced gcube-model version range
- enhanced information-system-model version range
- added json-simple library version 1.1.1 [#21692] - added json-simple library version 1.1.1 [#21692]
## [v2.0.1] ## [v2.0.1]

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId> <artifactId>gcube-bom</artifactId>
<version>2.0.2-SNAPSHOT</version> <version>2.1.0-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<name>gCube BOM</name> <name>gCube BOM</name>
<description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description> <description>gCube Bom contains commons gCube library versions to avoid version conflicts among gCube components</description>
@ -94,12 +94,12 @@
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>
<artifactId>information-system-model</artifactId> <artifactId>information-system-model</artifactId>
<version>[4.0.0,5.0.0-SNAPSHOT)</version> <version>[5.0.0-SNAPSHOT,6.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.resource-management</groupId> <groupId>org.gcube.resource-management</groupId>
<artifactId>gcube-model</artifactId> <artifactId>gcube-model</artifactId>
<version>[3.0.0,4.0.0-SNAPSHOT)</version> <version>[4.0.0-SNAPSHOT,5.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.information-system</groupId> <groupId>org.gcube.information-system</groupId>