Ready for the 1.1.2-SNAPSHOT version

This commit is contained in:
Mauro Mugnaini 2021-01-20 01:02:41 +01:00
parent e6c453e2bb
commit 8f7835262c
2 changed files with 4 additions and 1 deletions

View File

@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "oidc-enrollment-hook"
## [v1.1.2-SNAPSHOT]
- Added some info of the user is about to create in the logs expecially for screen name (auto-generated or externally provided) (#20413). Restored per-session token removal. Logs revised. (#20445)
## [v1.1.1]
- Fixed occasionally missing of the redirect to the original requested URI after OIDC login

View File

@ -11,7 +11,7 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-enrollment-hook</artifactId>
<packaging>war</packaging>
<version>1.1.1</version>
<version>1.1.2-SNAPSHOT</version>
<properties>
<liferay.version>6.2.5</liferay.version>
<liferay.maven.plugin.version>6.2.10.12</liferay.maven.plugin.version>