Skip to content

Commit

Permalink
Bump version to 6.8.23 (elastic#1865)
Browse files Browse the repository at this point in the history
Bump version to 6.8.23
  • Loading branch information
bpintea authored Jan 13, 2022
1 parent bb0eb1d commit a4cee00
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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.8.22`)
### Stable Release (currently `6.8.23`)
Available through any Maven-compatible tool:

```xml
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>6.8.22</version>
<version>6.8.23</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.8.23-SNAPSHOT</version>
<version>6.8.24-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.8.23
elasticsearch = 6.8.23-SNAPSHOT
eshadoop = 6.8.24
elasticsearch = 6.8.24-SNAPSHOT

0 comments on commit a4cee00

Please sign in to comment.