feature/21729 #2

Merged
giancarlo.panichi merged 9 commits from feature/21729 into master 2021-06-30 17:39:51 +02:00
2 changed files with 3 additions and 3 deletions
Showing only changes of commit bbaa3b46df - Show all commits

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>