diff --git a/.travis.yml b/.travis.yml index 651bf58d..8c1f9334 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: script: - - wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.0/elasticsearch-2.1.0.deb && sudo dpkg -i --force-confnew elasticsearch-2.1.0.deb + - wget https://download.elasticsearch.org/elasticsearch/release/org/elasticsearch/distribution/deb/elasticsearch/2.1.1/elasticsearch-2.1.1.deb && sudo dpkg -i --force-confnew elasticsearch-2.1.1.deb - sudo /usr/share/elasticsearch/bin/plugin install delete-by-query - sudo service elasticsearch start - sleep 10 diff --git a/pom.xml b/pom.xml index b8cc86f8..10094e9c 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 2.1.0.1 + 2.1.1 jar Query elasticsearch using SQL elasticsearch-sql @@ -57,7 +57,7 @@ sql true true - 2.1.0 + 2.1.1 org.elasticsearch.plugin.nlpcn.SqlPlug @@ -66,13 +66,13 @@ org.elasticsearch elasticsearch - 2.1.0 + 2.1.1 provided org.elasticsearch.plugin delete-by-query - 2.1.0 + 2.1.1 provided