Added support for new Accounting libs

This commit is contained in:
Massimiliano Assante 2021-03-24 18:06:33 +01:00
parent bdb13562c4
commit 9172ce59b0
2 changed files with 5 additions and 1 deletions

View File

@ -4,6 +4,10 @@
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).
## [v5.0.1-SNAPSHOT] - 2021-03-24
Added support for new Accounting libs
## [v5.0.0] - 2020-11-16
Added support for keycloak as IAM

View File

@ -10,7 +10,7 @@
</parent>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-portal-bundle</artifactId>
<version>5.0.0</version>
<version>5.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<scm>
<connection>scm:git:https://code-repo.d4science.org/gCubeSystem/${project.artifactId}.git</connection>