v2.1.0-SNAPSHOT.

- maven-portal-bom 4.0.0-SNAPSHOT
This commit is contained in:
Alfredo Oliviero 2024-09-24 12:18:52 +02:00
parent c9c3f10a7d
commit 4d28d866f7
2 changed files with 8 additions and 3 deletions

View File

@ -4,10 +4,15 @@
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).
## [v2.1.0-SNAPSHOT]
- maven-portal-bom 4.0.0-SNAPSHOT
- Feature 27999 - [StorageHub] downstream components to upgrade in order to work with storagehub 1.5.0
## [v2.0.2]
- Mail notification Catalogue Item Rejected [#28020]
## [v2.0.1] - 2024-04-22
- Null pointer exception getting notifications preferences fixed [#27218]

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>social-networking-library</artifactId>
<version>2.0.2</version>
<version>2.1.0-SNAPSHOT</version>
<name>gCube Social Networking Library</name>
<description>
The gCube Social Networking Library is the 'bridge' between your gCube Applications and the social networking facilities.
@ -36,7 +36,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.7.0</version>
<version>4.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>