From 409ced9c7a9a3cff4b58f66daf65ac8894cb4359 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Tue, 15 Nov 2016 21:31:49 +0100 Subject: [PATCH] doc fixes --- README.adoc | 2 +- gradle/ext.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index b4d8de8..852224a 100644 --- a/README.adoc +++ b/README.adoc @@ -98,7 +98,7 @@ You will need Java 8, although Elasticsearch 2.x requires Java 7. Java 7 is not ## 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. ## How to decode the Elasticsearch version diff --git a/gradle/ext.gradle b/gradle/ext.gradle index 1a3a910..7bb7c73 100644 --- a/gradle/ext.gradle +++ b/gradle/ext.gradle @@ -1,5 +1,5 @@ ext { - user = 'jprante' + user = 'xbib' name = 'elasticsearch-extras-client' description = 'Some extras implemented for using Elasticsearch clients (node and transport)' scmUrl = 'https://github.com/' + user + '/' + name