Refs #21729: Investigate errors generated in the Root scope

Disabled Spaces in root
This commit is contained in:
Giancarlo Panichi 2021-06-30 17:38:10 +02:00
parent 2ef2cd0cff
commit bbaa3b46df
2 changed files with 3 additions and 3 deletions

View File

@ -3,7 +3,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for "accounting-manager"
## [v1.14.0-SNAPSHOT] - 2021-06-28
## [v1.14.0] - 2021-06-28
### Fixes

View File

@ -15,7 +15,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.gcube.portlets.admin</groupId>
<artifactId>accounting-manager</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.14.0</version>
<packaging>war</packaging>
@ -445,7 +445,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>maven-portal-bom</artifactId>
<version>3.6.3-SNAPSHOT</version>
<version>3.6.3</version>
<type>pom</type>
<scope>import</scope>
</dependency>