Skip to content

Commit

Permalink
Updated default elasticsearch version to 5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
anti-social committed Feb 1, 2017
1 parent 88f7851 commit fb8dbef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ subprojects {
javadoc.options.charSet = 'UTF-8'

ext {
defaultEsVersion = '5.1.1'
defaultLuceneVersion = '6.3.1'
defaultEsVersion = '5.1.2'
defaultLuceneVersion = '6.3.0'

esLuceneVersions = [
// '5.0': '6.2.1',
Expand Down

0 comments on commit fb8dbef

Please sign in to comment.