This commit is contained in:
Alfredo Oliviero 2024-10-30 15:22:24 +01:00
parent e64f88d768
commit 302db98dcf
2 changed files with 5 additions and 5 deletions

View File

@ -4,11 +4,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v6.8.4-SNAPSHOT]
## [v6.8.4]
- maven-parent 1.2.0
- maven-portal-bom 4.0.0-SNAPSHOT
- Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0
- maven-portal-bom 4.0.0
- [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0 [#27999]
## [v6.8.3] - 2021-11-30

View File

@ -12,7 +12,7 @@
<groupId>org.gcube.portal.plugins</groupId>
<artifactId>VREFolder-hook</artifactId>
<name>VREFolder-hook Hook</name>
<version>6.8.4-SNAPSHOT</version>
<version>6.8.4</version>
<packaging>war</packaging>
<description>
VREFolder-hook handles the user adding/removal from the related Home Library VRE Folder
@ -35,7 +35,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>