Removed -SNAPSHOT to release the component
This commit is contained in:
parent
3dcafc7c05
commit
cfe1f37fb8
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for StorageHub Application Persistence
|
||||
|
||||
## [v3.4.0-SNAPSHOT]
|
||||
## [v3.4.0]
|
||||
|
||||
- The persistence of file already stored in the workspace can be ensured by using the copy provided by storage-hub #27736
|
||||
- The removal of a file persited is resolved using the public link #27952
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>storagehub-application-persistence</artifactId>
|
||||
<version>3.4.0-SNAPSHOT</version>
|
||||
<version>3.4.0</version>
|
||||
<name>StorageHub Application Persistence</name>
|
||||
<description>
|
||||
This library allows any application to persist in its workspace home any
|
||||
|
|
Loading…
Reference in New Issue