diff --git a/CHANGELOG.md b/CHANGELOG.md index 9f5565b..8cba611 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for "oidc-enrollment-hook" -## [v1.2.0-SNAPSHOT] +## [v1.2.0] - Now an UMA token is issued also after the login in the `PostLoginAction` to assure token's presence for the context without have to wait the next HTTP call and the Valve's intervention, in the case when it is not necessary the redirect to an origin URI after the login. (#20591) ## [v1.1.3] diff --git a/pom.xml b/pom.xml index cbed59f..19f5da9 100644 --- a/pom.xml +++ b/pom.xml @@ -1,17 +1,21 @@ + 4.0.0 + maven-parent org.gcube.tools 1.1.0 + org.gcube.portal oidc-enrollment-hook war - 1.2.0-SNAPSHOT + 1.2.0 + 6.2.5 6.2.10.12 @@ -20,6 +24,7 @@ /Users/themaxx/Development/Server/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/lib/ext /Users/themaxx/Development/Server/liferay-portal-6.2-ce-ga6/tomcat-7.0.62/webapps/ROOT + @@ -31,11 +36,13 @@ - - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git - https://code-repo.d4science.org/gCubeSystem/${project.artifactId} - + + + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git + https://code-repo.d4science.org/gCubeSystem/${project.artifactId} + + org.gcube.common @@ -80,6 +87,7 @@ provided + @@ -112,4 +120,5 @@ +