v2.9.0-SNAPSHOT.

- maven-portal-bom 4.0.0-SNAPSHOT
- maven-parent 1.2.0

not working. missing social-networking-library version in maven-portal-bom 4.0.0-SNAPSHOT
This commit is contained in:
Alfredo Oliviero 2024-09-24 11:41:36 +02:00
parent cc95dc5344
commit 55c1dcb208
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).
## [v2.9.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
## [v2.8.1] -2022-06-15
- Fixed soem deps

View File

@ -7,14 +7,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.user</groupId>
<artifactId>share-updates</artifactId>
<packaging>war</packaging>
<version>2.8.1</version>
<version>2.9.0-SNAPSHOT</version>
<name>gCube Share Updates Portlet</name>
<description>
gCube Share Updates for exchanging updates with other users of VREs.
@ -41,7 +41,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.4</version>
<version>4.0.0-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>