From a31c80d82319900682c059a7cd57af6c75c8ed44 Mon Sep 17 00:00:00 2001 From: Luca Frosini Date: Tue, 23 Apr 2024 12:20:27 +0200 Subject: [PATCH] Removed -SNAPSHOT to release the component --- CHANGELOG.md | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bf441c..5945c80 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm # Changelog for Accounting Postgresql Utilities -## [v2.0.0-SNAPSHOT] +## [v2.0.0] - RecordToDBMapping is no more singleton diff --git a/pom.xml b/pom.xml index 74ee6b0..b4ebb7c 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ org.gcube.accounting accounting-postgresql-utilities - 2.0.0-SNAPSHOT + 2.0.0 Accounting Postgresql Utilities Utility classes to persist/query Record in PostgreSQL database