Skip to content

Commit 5cb01ff

Browse files
authored
bump the version to 6.8.14 (#1543)
1 parent 3e0ca42 commit 5cb01ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Available through any Maven-compatible tool:
2626
<dependency>
2727
<groupId>org.elasticsearch</groupId>
2828
<artifactId>elasticsearch-hadoop</artifactId>
29-
<version>6.8.12</version>
29+
<version>6.8.13</version>
3030
</dependency>
3131
```
3232
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
@@ -38,7 +38,7 @@ Grab the latest nightly build from the [repository](http://oss.sonatype.org/cont
3838
<dependency>
3939
<groupId>org.elasticsearch</groupId>
4040
<artifactId>elasticsearch-hadoop</artifactId>
41-
<version>6.8.13-SNAPSHOT</version>
41+
<version>6.8.14-SNAPSHOT</version>
4242
</dependency>
4343
```
4444

buildSrc/esh-version.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
eshadoop = 6.8.13
2-
elasticsearch = 6.8.13-SNAPSHOT
1+
eshadoop = 6.8.14
2+
elasticsearch = 6.8.14-SNAPSHOT

0 commit comments

Comments
 (0)