Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT

Feature/26508
Luca Frosini 2 years ago
parent ab8ad166d8
commit 273171704e

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "accounting-dashboard-harvester-se-plugin"
## [v2.1.0-SNAPSHOT]
- Enhanced range of storagehub-client-library to 2.0.0,3.0.0-SNAPSHOT [#22822]
## [v2.0.0]

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-dashboard-harvester-se-plugin</artifactId>
<version>2.0.0</version>
<version>2.1.0-SNAPSHOT</version>
<name>Accounting Dashboard Harvester Smart Executor Plugin</name>
<description>
Accounting Dashboard Harvester Smart Executor Plugin harvest accounting
@ -67,7 +67,7 @@
<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>
<dependency>
<groupId>org.gcube.data-catalogue</groupId>

Loading…
Cancel
Save