Removed -SNAPSHOT to release the component
This commit is contained in:
parent
5861260245
commit
a31c80d823
|
@ -2,7 +2,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
|
||||||
|
|
||||||
# Changelog for Accounting Postgresql Utilities
|
# Changelog for Accounting Postgresql Utilities
|
||||||
|
|
||||||
## [v2.0.0-SNAPSHOT]
|
## [v2.0.0]
|
||||||
|
|
||||||
- RecordToDBMapping is no more singleton
|
- RecordToDBMapping is no more singleton
|
||||||
|
|
||||||
|
|
2
pom.xml
2
pom.xml
|
@ -7,7 +7,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
<groupId>org.gcube.accounting</groupId>
|
<groupId>org.gcube.accounting</groupId>
|
||||||
<artifactId>accounting-postgresql-utilities</artifactId>
|
<artifactId>accounting-postgresql-utilities</artifactId>
|
||||||
<version>2.0.0-SNAPSHOT</version>
|
<version>2.0.0</version>
|
||||||
<name>Accounting Postgresql Utilities</name>
|
<name>Accounting Postgresql Utilities</name>
|
||||||
<description>Utility classes to persist/query Record in PostgreSQL database</description>
|
<description>Utility classes to persist/query Record in PostgreSQL database</description>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue