Post Release 4.7.0 action. Upgraded version and fixed changelog.

git-svn-id: https://svn.d4science.research-infrastructures.eu/gcube/trunk/data-publishing/document-store-lib@155068 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
Luca Frosini 2017-10-10 12:52:05 +00:00
parent c216adc12e
commit 35d5e0e047
2 changed files with 6 additions and 3 deletions

View File

@ -1,9 +1,12 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE xml>
<ReleaseNotes>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-1-0" date="${buildDate}">
<Changeset component="org.gcube.data-publishing.document-store-lib.2-2-0" date="${buildDate}">
<Change></Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-1-0" date="2017-10-09">
<Change>Added abstract method isConnectionActive() in PersistenceBackend</Change>
<Change>Migrated document-store marshalling/unmarshalling to Jackson #9609</Change>
<Change>Migrated document-store marshalling/unmarshalling to Jackson #9035</Change>
</Changeset>
<Changeset component="org.gcube.data-publishing.document-store-lib.2-0-0" date="2017-06-07">
<Change>Added Jackson support on Usage Record model to allow to use it for marshalling and unmarshalling</Change>

View File

@ -9,7 +9,7 @@
<groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<name>Document Store Lib</name>
<description>Allow to persist data in NoSQL Document Store Databases.
Discover Model dynamically.