Skip to content

Commit

Permalink
Version bump to 7.10.3 (#1583)
Browse files Browse the repository at this point in the history
Signed-off-by: Rene Groeschke <[email protected]>

Co-authored-by: Rene Groeschke <[email protected]>
  • Loading branch information
breskeby and Rene Groeschke authored Jan 15, 2021
1 parent 5bd4638 commit 2a7dc57
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Available through any Maven-compatible tool:
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>7.10.0</version>
<version>7.10.3</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.10.2-SNAPSHOT</version>
<version>7.10.3-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.10.2
elasticsearch = 7.10.2
build-tools = 7.10.2
eshadoop = 7.10.3
elasticsearch = 7.10.3
build-tools = 7.10.3

0 comments on commit 2a7dc57

Please sign in to comment.