From b4184ce849de1e6cbdace69a1c0029ef7299f969 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Wed, 14 Apr 2021 15:59:20 +0200 Subject: [PATCH] Removed -SNAPSHOT for release --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86e3d3a..1283df1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,6 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Accounting Postgresql Utilities -## [v1.0.0-SNAPSHOT] +## [v1.0.0] - First Release diff --git a/pom.xml b/pom.xml index f8ac6a4..31d7322 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.gcube.accounting accounting-postgresql-utilities - 1.0.0-SNAPSHOT + 1.0.0 Accounting Postgresql Utilities Utility classes to persist/query Record in PostgreSQL database