Skip to content

Commit d12f111

Browse files
jakelandisjrodewig
authored andcommitted
bump verstion 6.8.2 -> 6.8.3 (#1326)
1 parent 364e54b commit d12f111

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ ES-Hadoop 2.0.x and 2.1.x are compatible with Elasticsearch __1.X__ *only*
1919

2020
## Installation
2121

22-
### Stable Release (currently `6.8.1`)
22+
### Stable Release (currently `6.8.2`)
2323
Available through any Maven-compatible tool:
2424

2525
```xml
2626
<dependency>
2727
<groupId>org.elasticsearch</groupId>
2828
<artifactId>elasticsearch-hadoop</artifactId>
29-
<version>6.8.1</version>
29+
<version>6.8.2</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.2-SNAPSHOT</version>
41+
<version>6.8.3-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.2
2-
elasticsearch = 6.8.2-SNAPSHOT
1+
eshadoop = 6.8.3
2+
elasticsearch = 6.8.3-SNAPSHOT

docs/src/reference/asciidoc/index.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
:ey: Elasticsearch on YARN
1212
:ref: http://www.elastic.co/guide/en/elasticsearch/reference/5.0
1313
:description: Reference documentation of {eh}
14-
:ver: 6.8.1
15-
:ver-d: 6.8.2.BUILD-SNAPSHOT
16-
:es-v: 6.8.1
14+
:ver: 6.8.2
15+
:ver-d: 6.8.3.BUILD-SNAPSHOT
16+
:es-v: 6.8.2
1717
:sp-v: 2.2.0
1818
:st-v: 1.0.1
1919
:pg-v: 0.15.0

0 commit comments

Comments
 (0)