Skip to content

Commit

Permalink
Bumps version to 7.4.1 (#1360)
Browse files Browse the repository at this point in the history
  • Loading branch information
colings86 authored Oct 1, 2019
1 parent a6bf1b9 commit b0af152
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 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 `7.4.0`)
### Stable Release (currently `7.4.1`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>7.4.0</version>
<version>7.4.1</version>
</dependency>
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
Expand Down
6 changes: 3 additions & 3 deletions buildSrc/esh-version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
eshadoop = 7.4.0
elasticsearch = 7.4.0
build-tools = 7.4.0
eshadoop = 7.4.1
elasticsearch = 7.4.1
build-tools = 7.4.1

0 comments on commit b0af152

Please sign in to comment.