From 5721e8867003d6d66835e131faa33564c8b917f6 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 23 May 2014 20:44:17 +0200 Subject: [PATCH] Update to elasticsearch 1.2.0 elasticsearch 1.2.0 has been released. We need to update from SNAPSHOT to released version. Closes #26. (cherry picked from commit ae3f3c23e3fde3b2327c1b5d759ff27675ecb40c) --- pom.xml | 6 +++--- .../index/analysis/SimplePolishIntegrationTests.java | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index e59b16e3c2cbb..2143d3d81284a 100644 --- a/pom.xml +++ b/pom.xml @@ -33,7 +33,7 @@ 2.0.0-SNAPSHOT - 4.8.0 + 4.8.1 1 true onerror @@ -105,8 +105,8 @@ maven-compiler-plugin 2.3.2 - 1.6 - 1.6 + 1.7 + 1.7 diff --git a/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java b/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java index 6cae51601d77b..e240c4cb3cc37 100644 --- a/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java +++ b/src/test/java/org/elasticsearch/index/analysis/SimplePolishIntegrationTests.java @@ -31,7 +31,7 @@ import static org.hamcrest.CoreMatchers.is; import static org.hamcrest.CoreMatchers.notNullValue; -@ElasticsearchIntegrationTest.ClusterScope(scope = ElasticsearchIntegrationTest.Scope.SUITE) +@ElasticsearchIntegrationTest.ClusterScope(numDataNodes = 1, scope = ElasticsearchIntegrationTest.Scope.SUITE) public class SimplePolishIntegrationTests extends ElasticsearchIntegrationTest { @Test