Prepared for new version SNAPSHOT

This commit is contained in:
Mauro Mugnaini 2021-02-15 17:58:49 +01:00
parent 07c8a1219e
commit 3b54a86bc8
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,8 @@
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.0-SNAPSHOT]
## [v2.2.1] - 2020-07-21
Added support for OIDC related communications

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>threadlocal-vars-cleaner</artifactId>
<version>2.2.1</version>
<version>2.3.0-SNAPSHOT</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>