Merge remote-tracking branch 'origin/feature/22871'
Conflicts: CHANGELOG.md
This commit is contained in:
commit
5773fdd732
|
@ -2,9 +2,18 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for gCube Bom
|
||||
|
||||
## [v2.1.0]
|
||||
|
||||
- Enhanced gcube-model version range
|
||||
- Enhanced information-system-model version range
|
||||
- Added json-simple library version 1.1.1 [#21692]
|
||||
- Added storagehub dependencies in range 2,3 [#22730] [#22872]
|
||||
- Removed authorization-utils
|
||||
|
||||
## [v2.0.2]
|
||||
|
||||
- Added storagehub dependecies in range 1,2 [#22925]
|
||||
- Added authorization-utils [#22550][#22871]
|
||||
|
||||
## [v2.0.1] [r5.0.0] - 2021-02-24
|
||||
|
||||
|
|
11
pom.xml
11
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</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 -->
|
||||
|
||||
|
@ -182,11 +182,6 @@
|
|||
<artifactId>common-authorization</artifactId>
|
||||
<version>[2.0.0,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.gcube.common</groupId>
|
||||
<artifactId>authorization-utils</artifactId>
|
||||
<version>[2.0.0-SNAPSHOT,3.0.0-SNAPSHOT)</version>
|
||||
</dependency>
|
||||
<!-- END Authorization Related Dependencies -->
|
||||
|
||||
<!-- Accounting Related Dependencies -->
|
||||
|
|
Loading…
Reference in New Issue