Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-04-14 16:31:41 +02:00
parent db53e6fa81
commit f42e16bf5a
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 Analytics
## [v3.0.0-SNAPSHOT] [r5.0.0] -
## [v3.0.0-SNAPSHOT]
- Switched JSON management to gcube-jackson [#19115]
- Fixed distro files and pom according to new release procedure

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<name>Accounting Analytics</name>
<description>
Accounting Analytics allows querying accounting data. It
@ -33,7 +33,7 @@
<dependency>
<groupId>org.gcube.distribution</groupId>
<artifactId>gcube-bom</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.1</version>
<type>pom</type>
<scope>import</scope>
</dependency>