v6.8.4-SNAPSHOT - maven-parent 1.2.0

maven-portal-bom 4.0.0-SNAPSHOT
This commit is contained in:
Alfredo Oliviero 2024-09-20 12:33:05 +02:00
parent c5784cb71b
commit 7a099b74de
2 changed files with 7 additions and 3 deletions

View File

@ -4,6 +4,10 @@
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] - 2024-09-11
maven-parent 1.2.0
## [v6.8.3] - 2021-11-30
- Bug Fix #22483: setUser2VREFolder may not restore ThreadLocal user variable

View File

@ -6,13 +6,13 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portal.plugins</groupId>
<artifactId>VREFolder-hook</artifactId>
<name>VREFolder-hook Hook</name>
<version>6.8.3</version>
<version>6.8.4-SNAPSHOT</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>3.6.3</version>
<version>4.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>