updated BOM and pom

This commit is contained in:
Massimiliano Assante 2024-09-26 16:56:18 +02:00
parent bab8cdebdc
commit 929a9ff594
2 changed files with 8 additions and 6 deletions

View File

@ -4,6 +4,11 @@
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.4.0-SNAPSHOT] - 2024-09-26
- updated pom, maven parent and BOM
## [v5.3.0] - 2023-12-04
- Removed the Cassandra Java client from common libs, now the portlets pass through the social service

View File

@ -6,11 +6,11 @@
<parent>
<groupId>org.gcube.tools</groupId>
<artifactId>maven-parent</artifactId>
<version>1.1.0</version>
<version>1.2.0</version>
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-portal-bundle</artifactId>
<version>5.3.0</version>
<version>5.4.0-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>
@ -50,7 +50,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>
@ -386,13 +386,11 @@
<dependency>
<groupId>org.gcube.portal</groupId>
<artifactId>social-library-stubs</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0)</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-client</artifactId>
<version>[2.0.0-SNAPSHOT, 3.0.0)</version>
<exclusions>
<exclusion>
<groupId>org.gcube.portal</groupId>
@ -403,7 +401,6 @@
<dependency>
<groupId>org.gcube.social-networking</groupId>
<artifactId>social-service-model</artifactId>
<version>[1.2.0-SNAPSHOT, 2.0.0)</version>
</dependency>
<dependency>
<groupId>org.gcube.portal</groupId>