From d085c06a0de88112bb06c1ea819e01f6bb4412fb Mon Sep 17 00:00:00 2001 From: James Baiera Date: Wed, 19 Oct 2016 14:30:05 -0400 Subject: [PATCH] Upgrade to ES 5.0 --- gradle.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle.properties b/gradle.properties index 2900069aa..3795147a2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -35,8 +35,8 @@ hamcrestVersion = 1.3 # Hive 0.11 finally updated antlr to 3.4 so there are no more conflicts with Pig antlrVersion = 3.4 thriftVersion = 0.5.0 -esVersion = 5.0.0-rc1 -esVersionStable = 5.0.0-rc1 +esVersion = 5.0.0 +esVersionStable = 5.0.0 luceneVersion = 6.0.0 groovyVersion = 2.4.4