Fixed naming in README and pom

This commit is contained in:
Luca Frosini 2019-12-09 15:42:35 +01:00
parent ebba2e67f4
commit d33ed103a4
2 changed files with 7 additions and 7 deletions

View File

@ -1,6 +1,6 @@
# Document Store Backend Connector Library for Accounting Service # Document Store Backend Connector Library for CouchBase
Document Store Backend Connector Library for Accounting Service Document Store Backend Connector Library for CouchBase
## Built With ## Built With
@ -9,11 +9,11 @@ Document Store Backend Connector Library for Accounting Service
## Documentation ## Documentation
[Document Store Backend Connector Library for Accounting Service](https://wiki.gcube-system.org/gcube/Document_Store_Library) [Document Store Backend Connector Library for CouchBase](https://wiki.gcube-system.org/gcube/Document_Store_Library)
## Change log ## Change log
See [Releases](https://code-repo.d4science.org/gCubeSystem/document-store-lib-accounting-service/releases). See [Releases](https://code-repo.d4science.org/gCubeSystem/document-store-lib-couchbase/releases).
## Authors ## Authors
@ -27,7 +27,7 @@ Tell people how to cite this software.
@Manual{, @Manual{,
title = {Document Store Backend Connector Library for Accounting Service}, title = {Document Store Backend Connector Library for CouchBase},
author = {{Frosini, Luca}}, author = {{Frosini, Luca}},
organization = {ISTI - CNR}, organization = {ISTI - CNR},
address = {Pisa, Italy}, address = {Pisa, Italy},

View File

@ -11,8 +11,8 @@
<groupId>org.gcube.data.publishing</groupId> <groupId>org.gcube.data.publishing</groupId>
<artifactId>document-store-lib-couchbase</artifactId> <artifactId>document-store-lib-couchbase</artifactId>
<version>1.7.0-SNAPSHOT</version> <version>1.7.0-SNAPSHOT</version>
<name>Document Store CouchBase Connector</name> <name>Document Store Backend Connector Library for CouchBase</name>
<description>Document Store Connector for CouchBase</description> <description>Document Store Backend Connector Library for CouchBase</description>
<properties> <properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>