diff --git a/CHANGELOG.md b/CHANGELOG.md index 09ce8ba..a65f597 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-library-portal" -## [v1.3.0-SNAPSHOT] +## [v1.3.0] Extracted the UMA issuing code for logged user from the Valve in the `threadlocal-vars-cleaner` project to be used also after the login process for UMA issue in the context, since the Valve has already finished its work at that moment. (#20591) ## [v1.2.0] diff --git a/pom.xml b/pom.xml index d15f26e..7e1b7aa 100644 --- a/pom.xml +++ b/pom.xml @@ -9,9 +9,11 @@ 1.1.0 + org.gcube.portal oidc-library-portal - 1.3.0-SNAPSHOT + 1.3.0 + @@ -23,11 +25,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 @@ -63,4 +67,5 @@ javax.servlet-api + \ No newline at end of file