v5.4.0
This commit is contained in:
parent
ccfa5b787b
commit
9dee21d6ed
|
@ -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
|
||||
|
|
4
pom.xml
4
pom.xml
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue