Releasing v1.3.0

This commit is contained in:
Mauro Mugnaini 2021-04-12 19:28:40 +02:00
parent bef2410aa4
commit f1e32127a8
2 changed files with 12 additions and 7 deletions

View File

@ -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]

17
pom.xml
View File

@ -9,9 +9,11 @@
<version>1.1.0</version>
<relativePath />
</parent>
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.3.0-SNAPSHOT</version>
<version>1.3.0</version>
<dependencyManagement>
<dependencies>
<dependency>
@ -23,11 +25,13 @@
</dependency>
</dependencies>
</dependencyManagement>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>
<developerConnection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</developerConnection>
<url>https://code-repo.d4science.org/gCubeSystem/${project.artifactId}</url>
</scm>
<dependencies>
<dependency>
<groupId>org.gcube.common</groupId>
@ -63,4 +67,5 @@
<artifactId>javax.servlet-api</artifactId>
</dependency>
</dependencies>
</project>