release v3.1.0

This commit is contained in:
Alfredo Oliviero 2024-10-25 18:27:06 +02:00
parent 7f13aae6c6
commit 0ea2f65358
2 changed files with 3 additions and 3 deletions

View File

@ -5,7 +5,7 @@ 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). This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v3.1.0-SNAPSHOT] ## [v3.1.0] - 2024-10-25
- Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0 - Feature #27999 [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0
- maven-parent 1.2.0 - maven-parent 1.2.0

View File

@ -13,7 +13,7 @@
<groupId>org.gcube.portlets.user</groupId> <groupId>org.gcube.portlets.user</groupId>
<artifactId>news-feed</artifactId> <artifactId>news-feed</artifactId>
<packaging>war</packaging> <packaging>war</packaging>
<version>3.1.0-SNAPSHOT</version> <version>3.1.0</version>
<name>gCube News Feed Portlet</name> <name>gCube News Feed Portlet</name>
<description> <description>
@ -38,7 +38,7 @@
<dependency> <dependency>
<groupId>org.gcube.distribution</groupId> <groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId> <artifactId>maven-portal-bom</artifactId>
<version>4.0.0-SNAPSHOT</version> <version>4.0.0</version>
<type>pom</type> <type>pom</type>
<scope>import</scope> <scope>import</scope>
</dependency> </dependency>