From e846ed6465e028b2d017d6739aa0365472c2d31d Mon Sep 17 00:00:00 2001 From: kimchy Date: Sun, 20 Jun 2010 01:04:39 +0300 Subject: [PATCH] Lucene: Upgrade to latest 3.0.2 version, closes #231. --- .idea/libraries/lucene.xml | 26 +++++++++++++------------- modules/elasticsearch/build.gradle | 8 ++++---- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/.idea/libraries/lucene.xml b/.idea/libraries/lucene.xml index 6442672b941..58402cf5761 100644 --- a/.idea/libraries/lucene.xml +++ b/.idea/libraries/lucene.xml @@ -1,22 +1,22 @@ - - - - + + + + - - - - - - - - - + + + + + + + + + \ No newline at end of file diff --git a/modules/elasticsearch/build.gradle b/modules/elasticsearch/build.gradle index a41acee097b..0a2603fd828 100644 --- a/modules/elasticsearch/build.gradle +++ b/modules/elasticsearch/build.gradle @@ -35,10 +35,10 @@ dependencies { compile('org.slf4j:slf4j-log4j12:1.5.11') { transitive = false } compile('log4j:log4j:1.2.15') { transitive = false } - compile 'org.apache.lucene:lucene-core:3.0.1' - compile 'org.apache.lucene:lucene-analyzers:3.0.1' - compile 'org.apache.lucene:lucene-queries:3.0.1' - compile 'org.apache.lucene:lucene-fast-vector-highlighter:3.0.1' + compile 'org.apache.lucene:lucene-core:3.0.2' + compile 'org.apache.lucene:lucene-analyzers:3.0.2' + compile 'org.apache.lucene:lucene-queries:3.0.2' + compile 'org.apache.lucene:lucene-fast-vector-highlighter:3.0.2' testCompile project(':test-testng') testCompile('org.testng:testng:5.10:jdk15') { transitive = false }