This commit is contained in:
Alfredo Oliviero 2024-10-30 15:17:32 +01:00
parent ccfa5b787b
commit 9dee21d6ed
2 changed files with 6 additions and 7 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).
## [v5.4.0-SNAPSHOT] - 2024-09-26
## [v5.4.0]
- updated pom, maven parent and BOM
- authorization-client-legacy-jdk8 instead of authorization-client (fix patch problem)
@ -22,7 +22,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
- Updated social lib dependencies in Common CP
## [v5.1.1] - 2022-09-06
- Updated dependencies in Common CP

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-portal-bundle</artifactId>
<version>5.4.0-SNAPSHOT</version>
<version>5.4.0</version>
<packaging>pom</packaging>
<scm>
<connection>
@ -51,7 +51,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>