doc fixes
This commit is contained in:
parent
e576738762
commit
409ced9c7a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue