Merged version 2.0.2
This commit is contained in:
parent
db4dfc94d3
commit
a4bc3dcb0d
|
@ -2,6 +2,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Bom
|
||||
|
||||
## [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 authorization-utils [#22550][#22871]
|
||||
- Added storagehub dependencies in range 2,3 [#22730] [#22872]
|
||||
|
||||
## [v2.0.2]
|
||||
|
||||
- Added storagehub dependecies in range 1,2 [22925]
|
||||
|
|
6
pom.xml
6
pom.xml
|
@ -9,7 +9,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.distribution</groupId>
|
||||
<artifactId>gcube-bom</artifactId>
|
||||
<version>2.0.2</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>
|
||||
|
@ -91,12 +91,12 @@
|
|||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>storagehub-model</artifactId>
|
||||
<version>[1.0.0, 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.0, 2.0.0-SNAPSHOT)</version>
|
||||
<version>[2.0.0-SNAPSHOT, 3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Storagehub dependencies -->
|
||||
|
||||
|
|
Loading…
Reference in New Issue