Fixed version and changelog

This commit is contained in:
Luca Frosini 2021-12-16 12:05:57 +01:00
parent 47a260cb88
commit 239ade76fd
2 changed files with 12 additions and 8 deletions

View File

@ -2,8 +2,12 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for StorageHub Application Persistence
## [v3.0.0-SNAPSHOT]
## [v2.0.0]
- Removed code which is now part of authorization-utils
## [v2.0.0] [r5.4.0] - 2021-08-05
- Removed home library [#21435]
- Switched HTTP requests gxHTTP 2.0.0 [#19283]
@ -11,27 +15,27 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Migrating to the IAM [#22472]
## [v1.3.0] [rX.X.0] - ${buildDate}
## [v1.3.1] [r4.20.0] - 2020-02-14
- Added method to retrieve a persisted file
## [v1.3.0] [rX.X.0] - 2019-12-20
## [v1.3.0] [r4.18.0] - 2019-12-20
- Changed the pom and distro files to comply with new release procedure
- Reintroduced Home Library to cover cases not managed by storage-hub
## [v1.2.0] [rX.X.0] - 2019-11-06
## [v1.2.0] [r4.15.0] - 2019-11-06
- Removed Home Library usage [#17229]
## [v1.1.0] [rX.X.0] - 2019-05-27
## [v1.1.0] [r4.14.0] - 2019-05-27
- Catching new exceptions raised from Storage Hub clients
## [v1.0.0] [rX.X.0] - 2019-02-26
## [v1.0.0] [r4.13.1] - 2019-02-26
- First Release

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>2.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<name>StorageHub Application Persistence</name>
<description>
This library allows any application to persist in its workspace home any
@ -56,7 +56,7 @@
<dependency>
<groupId>org.gcube.common</groupId>
<artifactId>authorization-utils</artifactId>
<version>1.0.0-SNAPSHOT</version>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version>
</dependency>
<!-- Test libraries -->
<dependency>