Skip to content

Commit

Permalink
Bump to version 8.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
brianseeders committed Jan 17, 2024
1 parent 363e581 commit 8474786
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
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 `8.4.0`)
### Stable Release (currently `8.12.0`)
Available through any Maven-compatible tool:

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

Expand Down
6 changes: 3 additions & 3 deletions buildSrc/esh-version.properties
@@ -1,4 +1,4 @@
eshadoop = 8.12.0
elasticsearch = 8.12.0
eshadoop = 8.12.1
elasticsearch = 8.12.1
lucene = 9.0.0
build-tools = 8.12.0
build-tools = 8.12.1

0 comments on commit 8474786

Please sign in to comment.