Skip to content

Commit

Permalink
Bump 6.7 branch to 6.7.2-SNAPSHOT
Browse files Browse the repository at this point in the history
  • Loading branch information
jbaiera committed Apr 4, 2019
1 parent f7b40e1 commit cc01f8d
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*

## Installation

### Stable Release (currently `6.7.0`)
### Stable Release (currently `6.7.1`)
Available through any Maven-compatible tool:

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

Expand Down
4 changes: 2 additions & 2 deletions buildSrc/esh-version.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
eshadoop = 6.7.1
elasticsearch = 6.7.1-SNAPSHOT
eshadoop = 6.7.2
elasticsearch = 6.7.2-SNAPSHOT
6 changes: 3 additions & 3 deletions docs/src/reference/asciidoc/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
:ey: Elasticsearch on YARN
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/5.0
:description: Reference documentation of {eh}
:ver: 6.7.0
:ver-d: 6.7.1.BUILD-SNAPSHOT
:es-v: 6.7.0
:ver: 6.7.1
:ver-d: 6.7.2.BUILD-SNAPSHOT
:es-v: 6.7.1
:sp-v: 2.2.0
:st-v: 1.0.1
:pg-v: 0.15.0
Expand Down

0 comments on commit cc01f8d

Please sign in to comment.