Enhaced is-model and gcube-model versions
This commit is contained in:
parent
99b96ba7df
commit
4eba1421d3
|
@ -2,8 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# 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]
|
||||
|
||||
## [v2.0.1]
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.0.2-SNAPSHOT</version>
|
||||
<version>2.1.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>
|
||||
|
@ -94,12 +94,12 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
<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>
|
||||
<groupId>org.gcube.resource-management</groupId>
|
||||
<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>
|
||||
<groupId>org.gcube.information-system</groupId>
|
||||
|
|
Loading…
Reference in New Issue