Added support for authorization common AccessToken provider

master r5.4.0
Massimiliano Assante 3 years ago
parent 216f1057be
commit 5e2f174c8b

@ -4,7 +4,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.0.2-SNAPSHOT] - 2021-06-24
## [v5.0.2] - 2021-06-24
- Added support for authorization common AccessToken provider and common-gcube-calls in CP

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-portal-bundle</artifactId>
<version>5.0.2-SNAPSHOT</version>
<version>5.0.2</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
@ -59,7 +59,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3-SNAPSHOT</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save