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-couchbase@155070 82a268e6-3cf1-43bd-a215-b396298e98cf
This commit is contained in:
parent
dc4e1b8a34
commit
6e4dc15eb1
|
@ -1,7 +1,10 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE xml>
|
||||
<ReleaseNotes>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-5-0" date="${buildDate}">
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-6-0" date="${buildDate}">
|
||||
<Change></Change>
|
||||
</Changeset>
|
||||
<Changeset component="org.gcube.data-publishing.document-store-lib-couchbase.1-5-0" date="2017-10-09">
|
||||
<Change>Added isConnectionActive() in PersistenceBackend</Change>
|
||||
<Change>Discover bucket in relation of dinamically discovered buckets #9612</Change>
|
||||
<Change>Used DSMapper to get Record from JsonNode</Change>
|
||||
|
|
2
pom.xml
2
pom.xml
|
@ -8,7 +8,7 @@
|
|||
</parent>
|
||||
<groupId>org.gcube.data.publishing</groupId>
|
||||
<artifactId>document-store-lib-couchbase</artifactId>
|
||||
<version>1.5.0-SNAPSHOT</version>
|
||||
<version>1.6.0-SNAPSHOT</version>
|
||||
<name>Document Store CouchBase Connector</name>
|
||||
<description>Document Store Connector for CouchBase</description>
|
||||
|
||||
|
|
Reference in New Issue