Switched to gcube-bom 2.5.0-SNAPSHOT refs #27999

This commit is contained in:
Luca Frosini 2024-09-20 11:17:04 +02:00
parent 3a5fefd2fe
commit fef8ff6733
2 changed files with 7 additions and 2 deletions

View File

@ -2,6 +2,11 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for StorageHub Application Persistence # Changelog for StorageHub Application Persistence
## [v3.5.0-SNAPSHOT]
- Enhanced gCube BOM version to 3.5.0-SNAPSHOT [#27999]
## [v3.4.0] ## [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 persistence of file already stored in the workspace can be ensured by using the copy provided by storage-hub #27736

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>3.4.0</version> <version>3.5.0-SNAPSHOT</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.4.0</version> <version>2.5.0-SNAPSHOT</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>