ready to release

Feature/21503
Massimiliano Assante 3 years ago
parent 0ef38bfbcd
commit 651bb173e1

@ -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).
## [v2.3.1-SNAPSHOT] - 2021-05-25
## [v2.3.1] - 2021-05-25
- Feature #21503 Update threadlocal-vars-cleaner to support AccessTokenProvider

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>threadlocal-vars-cleaner</artifactId>
<version>2.3.1-SNAPSHOT</version>
<version>2.3.1</version>
<packaging>jar</packaging>
<name>threadlocal-vars-cleaner</name>
<description>This component clean the Smartgears ThreadLocal variables each time a new Thread is assigned to a request from tomcat thread pool</description>
@ -32,7 +32,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.2-SNAPSHOT</version>
<version>3.6.2</version>
<type>pom</type>
<scope>import</scope>
</dependency>

Loading…
Cancel
Save