Removed -SNAPSHOT for release

This commit is contained in:
Luca Frosini 2021-04-14 16:39:03 +02:00
parent 56ce8de748
commit 6edba74b43
2 changed files with 4 additions and 4 deletions

View File

@ -3,6 +3,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
# Changelog for Accounting Analytics Backend Connector for PostgreSQL # Changelog for Accounting Analytics Backend Connector for PostgreSQL
## [v1.0.0-SNAPSHOT] ## [v1.0.0]
- First Release - First Release

View File

@ -9,7 +9,7 @@
</parent> </parent>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics-persistence-postgresql</artifactId> <artifactId>accounting-analytics-persistence-postgresql</artifactId>
<version>1.0.0-SNAPSHOT</version> <version>1.0.0</version>
<name>Accounting Analytics Backend Connector for PostgreSQL</name> <name>Accounting Analytics Backend Connector for PostgreSQL</name>
<description>Accounting Analytics Backend Connector for PostgreSQL</description> <description>Accounting Analytics Backend Connector for PostgreSQL</description>
@ -44,12 +44,12 @@
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-analytics</artifactId> <artifactId>accounting-analytics</artifactId>
<version>[3.0.0-SNAPSHOT, 4.0.0-SNAPSHOT)</version> <version>[3.0.0, 4.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.gcube.accounting</groupId> <groupId>org.gcube.accounting</groupId>
<artifactId>accounting-postgresql-utilities</artifactId> <artifactId>accounting-postgresql-utilities</artifactId>
<version>[1.0.0-SNAPSHOT, 2.0.0-SNAPSHOT)</version> <version>[1.0.0, 2.0.0-SNAPSHOT)</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.slf4j</groupId> <groupId>org.slf4j</groupId>