This commit is contained in:
Alfredo Oliviero 2024-10-21 13:58:25 +02:00
parent dfef276d47
commit e1dd2f558c
2 changed files with 7 additions and 4 deletions

View File

@ -4,10 +4,13 @@
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).
## [v3.1.0-SNAPSHOT] - 2024-09-25
## [v3.1.0] - 2024-10-21
- Updated storage hub dependency
- Removed social-networking-library
- Removed social-networking-library
- 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
## [v3.0.2] - 2022-06-08

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>create-users-portlet</artifactId>
<packaging>war</packaging>
<version>3.1.0-SNAPSHOT</version>
<version>3.1.0</version>
<name>Create users portlet</name>
<description>
Create users portlet allows a VRE-Manager to enter user's personal data
@ -49,7 +49,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>