Removed -SNAPSHOT for release. Fixed Changelog

This commit is contained in:
Luca Frosini 2021-04-14 16:19:02 +02:00
parent 3d51af6027
commit 2a0c7ea68b
2 changed files with 3 additions and 2 deletions

View File

@ -3,8 +3,9 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Service # Changelog for Accounting Service
## [v2.0.0-SNAPSHOT] [r5.0.0] - ## [v2.0.0]
- Switched analytics persistence to PostgreSQL [#21182]
- Switched JSON management to gcube-jackson [#19115] - Switched JSON management to gcube-jackson [#19115]
- Fixed distro files and pom according to new release procedure - Fixed distro files and pom according to new release procedure

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-service</artifactId> <artifactId>accounting-service</artifactId>
<version>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<packaging>war</packaging> <packaging>war</packaging>
<name>Accounting Service</name> <name>Accounting Service</name>
<description>This service allows any client to publish Accounting data</description> <description>This service allows any client to publish Accounting data</description>