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).
|
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
|
- updated pom, maven parent and BOM
|
||||||
- authorization-client-legacy-jdk8 instead of authorization-client (fix patch problem)
|
- authorization-client-legacy-jdk8 instead of authorization-client (fix patch problem)
|
||||||
|
@ -20,16 +20,15 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
## [v5.1.2] - 2022-11-04
|
## [v5.1.2] - 2022-11-04
|
||||||
|
|
||||||
- Updated social lib dependencies in Common CP
|
- Updated social lib dependencies in Common CP
|
||||||
|
|
||||||
|
|
||||||
## [v5.1.1] - 2022-09-06
|
## [v5.1.1] - 2022-09-06
|
||||||
|
|
||||||
- Updated dependencies in Common CP
|
- Updated dependencies in Common CP
|
||||||
|
|
||||||
## [v5.1.0] - 2022-06-15
|
## [v5.1.0] - 2022-06-15
|
||||||
|
|
||||||
- Removed deprecated home library dependency
|
- Removed deprecated home library dependency
|
||||||
|
|
||||||
## [v5.0.2] - 2021-06-24
|
## [v5.0.2] - 2021-06-24
|
||||||
|
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -10,7 +10,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>gcube-portal-bundle</artifactId>
|
<artifactId>gcube-portal-bundle</artifactId>
|
||||||
<version>5.4.0-SNAPSHOT</version>
|
<version>5.4.0</version>
|
||||||
<packaging>pom</packaging>
|
<packaging>pom</packaging>
|
||||||
<scm>
|
<scm>
|
||||||
<connection>
|
<connection>
|
||||||
|
@ -51,7 +51,7 @@
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.gcube.distribution</groupId>
|
<groupId>org.gcube.distribution</groupId>
|
||||||
<artifactId>maven-portal-bom</artifactId>
|
<artifactId>maven-portal-bom</artifactId>
|
||||||
<version>4.0.0-SNAPSHOT</version>
|
<version>4.0.0</version>
|
||||||
<type>pom</type>
|
<type>pom</type>
|
||||||
<scope>import</scope>
|
<scope>import</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Loading…
Reference in New Issue