Merge branch 'master' of gitea@code-repo.d4science.org:gCubeSystem/storagehub-application-persistence.git

This commit is contained in:
Luca Frosini 2021-12-16 11:27:04 +01:00
commit 47a260cb88
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for StorageHub Application Persistence
## [v2.0.0-SNAPSHOT]
## [v2.0.0]
- Removed home library [#21435]
- Switched HTTP requests gxHTTP 2.0.0 [#19283]

View File

@ -10,7 +10,7 @@
<groupId>org.gcube.data-publishing</groupId>
<artifactId>storagehub-application-persistence</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>StorageHub Application Persistence</name>
<description>
This library allows any application to persist in its workspace home any
@ -37,7 +37,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>