Ready to be released

This commit is contained in:
Mauro Mugnaini 2023-04-18 11:27:56 +02:00
parent 512aa043db
commit 25914adb2e
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
# Changelog for "oidc-library-portal"
## [v1.3.2-SNAPSHOT]
## [v1.3.2]
`UserSitesToGroupsAndRolesMapper` class is now more resilient to `Groups` that are not found in Liferay and for which the `LiferayGroupManager` returns -1 as its Id instead of exception throwing (#24831)
## [v1.3.1]

View File

@ -12,14 +12,14 @@
<groupId>org.gcube.portal</groupId>
<artifactId>oidc-library-portal</artifactId>
<version>1.3.2-SNAPSHOT</version>
<version>1.3.2</version>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.4</version>
<version>3.7.0</version>
<type>pom</type>
<scope>import</scope>
</dependency>