Switched to gcube-bom 2.5.0-SNAPSHOT refs #27999
This commit is contained in:
parent
3a5fefd2fe
commit
fef8ff6733
|
@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
|||
|
||||
# Changelog for StorageHub Application Persistence
|
||||
|
||||
## [v3.5.0-SNAPSHOT]
|
||||
|
||||
- Enhanced gCube BOM version to 3.5.0-SNAPSHOT [#27999]
|
||||
|
||||
|
||||
## [v3.4.0]
|
||||
|
||||
- The persistence of file already stored in the workspace can be ensured by using the copy provided by storage-hub #27736
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
|||
|
||||
<groupId>org.gcube.data-publishing</groupId>
|
||||
<artifactId>storagehub-application-persistence</artifactId>
|
||||
<version>3.4.0</version>
|
||||
<version>3.5.0-SNAPSHOT</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.4.0</version>
|
||||
<version>2.5.0-SNAPSHOT</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
|
|
Loading…
Reference in New Issue