Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 `7.9.1`)
### Stable Release (currently `7.9.2`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>7.9.1</version>
<version>7.9.2</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>7.9.1-SNAPSHOT</version>
<version>7.9.2-SNAPSHOT</version>
</dependency>
```

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.9.1
elasticsearch = 7.9.1
build-tools = 7.9.1
eshadoop = 7.9.2
elasticsearch = 7.9.2
build-tools = 7.9.2