doc fixes

This commit is contained in:
Jörg Prante 2016-11-15 21:31:49 +01:00
parent e576738762
commit 409ced9c7a
2 changed files with 2 additions and 2 deletions

View file

@ -98,7 +98,7 @@ You will need Java 8, although Elasticsearch 2.x requires Java 7. Java 7 is not
## Dependencies ## Dependencies
This project depends only on https://github/com/xbib/metrics which is a slim version of Coda Hale's metrics library, This project depends only on https://github.com/xbib/metrics which is a slim version of Coda Hale's metrics library,
and Elasticsearch. and Elasticsearch.
## How to decode the Elasticsearch version ## How to decode the Elasticsearch version

View file

@ -1,5 +1,5 @@
ext { ext {
user = 'jprante' user = 'xbib'
name = 'elasticsearch-extras-client' name = 'elasticsearch-extras-client'
description = 'Some extras implemented for using Elasticsearch clients (node and transport)' description = 'Some extras implemented for using Elasticsearch clients (node and transport)'
scmUrl = 'https://github.com/' + user + '/' + name scmUrl = 'https://github.com/' + user + '/' + name