Skip to content

Commit

Permalink
Fixed reference to maven dependency in README (elastic#1016)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gschiavon authored and jbaiera committed Jul 27, 2017
1 parent a260d56 commit 5059c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -26,7 +26,7 @@ Available through any Maven-compatible tool:
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-hadoop</artifactId>
<version>6.0.0-alpha-2</version>
<version>6.0.0-alpha2</version>
</dependency>
```
or as a stand-alone [ZIP](http://www.elastic.co/downloads/hadoop).
Expand Down

0 comments on commit 5059c28

Please sign in to comment.