Skip to content

Commit

Permalink
5.6.11 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Aug 23, 2018
1 parent 5f46096 commit 225db08
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*

## Installation

### Stable Release (currently `5.6.10`)
### Stable Release (currently `5.6.11`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.6.10</version>
<version>5.6.11</version>
</dependency>
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
Expand All @@ -36,7 +36,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>5.6.11.BUILD-SNAPSHOT</version>
<version>5.6.12.BUILD-SNAPSHOT</version>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions docs/src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
:ey: Elasticsearch on YARN
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/5.0
:description: Reference documentation of {eh}
:ver: 5.6.10
:ver-d: 5.6.11.BUILD-SNAPSHOT
:ver: 5.6.11
:ver-d: 5.6.12.BUILD-SNAPSHOT
:es-v: 5.6.11
:sp-v: 1.6.2
:st-v: 1.0.1
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ groovyVersion = 2.4.4
# --------------------
# Project wide version
# --------------------
version=5.6.11.BUILD-SNAPSHOT
version=5.6.11
2 changes: 1 addition & 1 deletion yarn/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Simply download elasticsearch-yarn-<version>.jar in a location of choice and mak


> ls
elasticsearch-yarn-5.6.10
elasticsearch-yarn-5.6.11

> hadoop version
Hadoop 2.4.1
Expand Down

0 comments on commit 225db08

Please sign in to comment.