Skip to content

Commit

Permalink
Update to Lucene 4.8 / Elasticsearch 1.2.0
Browse files Browse the repository at this point in the history
Related to #18.
  • Loading branch information
dadoonet committed May 28, 2014
1 parent 4dc5dd4 commit 3818675
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -33,7 +33,7 @@

<properties>
<elasticsearch.version>2.0.0-SNAPSHOT</elasticsearch.version>
<lucene.version>4.8.0</lucene.version>
<lucene.version>4.8.1</lucene.version>
<tests.jvms>1</tests.jvms>
<tests.shuffle>true</tests.shuffle>
<tests.output>onerror</tests.output>
Expand Down
Expand Up @@ -27,7 +27,7 @@

import static org.hamcrest.CoreMatchers.*;

@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE)
@ElasticsearchIntegrationTest.ClusterScope(numDataNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE)
public class SimpleSmartChineseIntegrationTests extends ElasticsearchIntegrationTest {

@Test
Expand Down

0 comments on commit 3818675

Please sign in to comment.