Removed -SNAPSHOT to release the component

This commit is contained in:
Luca Frosini 2021-06-16 14:33:06 +02:00
parent eaa0de49ea
commit 423d6294cb
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 # Changelog for StorageHub Application Persistence
## [v2.0.0-SNAPSHOT] ## [v2.0.0]
- Removed home library [#21435] - Removed home library [#21435]
- Switched HTTP requests gxHTTP 2.0.0 [#19283] - Switched HTTP requests gxHTTP 2.0.0 [#19283]

View File

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