- maven-parent 1.2.0

- maven-portal-bom 4.0.0-SNAPSHOT
- #27999 StorageHub downstream components to upgrade in order to work with storagehub 1.5.0
This commit is contained in:
Alfredo Oliviero 2024-09-20 14:41:05 +02:00
parent c6a2a92db3
commit 1d5232e85c
2 changed files with 9 additions and 3 deletions

View File

@ -4,6 +4,12 @@
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).
## [v5.3.0-SNAPSHOT] - 2024-09-20
- maven-parent 1.2.0
- maven-portal-bom 4.0.0-SNAPSHOT
- #27999 StorageHub downstream components to upgrade in order to work with storagehub 1.5.0
## [v5.2.0] - 2021-07-13
- #21804 VRE-Definition portlet porting to git and remove HomeLibrary Dependency

View File

@ -6,14 +6,14 @@
<parent>
<artifactId>maven-parent</artifactId>
<groupId>org.gcube.tools</groupId>
<version>1.1.0</version>
<version>1.2.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>vre-definition</artifactId>
<packaging>war</packaging>
<version>5.2.0</version>
<version>5.3.0-SNAPSHOT</version>
<name>VRE Definition Portlet</name>
<description>
gCube VRE Definition Portlet shows a Wizard to create VREs.
@ -51,7 +51,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>