[#20889] UserManagement enhancement: add the roles "Data-Editor"

master r5.1.0
Massimiliano Assante 3 years ago
parent 9a751ee249
commit a3c6d2352f

@ -3,7 +3,9 @@ org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
org.eclipse.jdt.core.compiler.compliance=1.8
org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
org.eclipse.jdt.core.compiler.problem.enablePreviewFeatures=disabled
org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
org.eclipse.jdt.core.compiler.problem.forbiddenReference=warning
org.eclipse.jdt.core.compiler.problem.reportPreviewFeatures=ignore
org.eclipse.jdt.core.compiler.release=disabled
org.eclipse.jdt.core.compiler.source=1.8

@ -4,7 +4,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [v2.5.3-SNAPSHOT] - 2021-03-05
## [v2.5.3] - 2021-03-05
[#20889] UserManagement enhancement: add the roles "Data-Editor"

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.dvos</groupId>
<artifactId>usermanagement-core</artifactId>
<version>2.5.3-SNAPSHOT</version>
<version>2.5.3</version>
<packaging>jar</packaging>
<name>User Management API</name>

Loading…
Cancel
Save