From 957679569f9271db0cf8f1f652e601dab01d65d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=9F=B3=E6=BA=90?= Date: Tue, 30 May 2023 21:03:14 +0800 Subject: [PATCH] es 7.17.10 support --- .travis.yml | 2 +- pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9950335f..e855d04d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,7 +4,7 @@ jdk: - openjdk8 before_install: - - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.9-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.9-amd64.deb + - wget https://artifacts.elastic.co/downloads/elasticsearch/elasticsearch-7.17.10-amd64.deb && sudo dpkg -i --force-confnew elasticsearch-7.17.10-amd64.deb - sudo cp ./src/test/resources/elasticsearch.yml /etc/elasticsearch/elasticsearch.yml - sudo cat /etc/elasticsearch/elasticsearch.yml - sudo java -version diff --git a/pom.xml b/pom.xml index 81f9eaa4..96910064 100644 --- a/pom.xml +++ b/pom.xml @@ -3,7 +3,7 @@ 4.0.0 org.nlpcn elasticsearch-sql - 7.17.9.0 + 7.17.10.0 jar Query elasticsearch using SQL elasticsearch-sql @@ -44,7 +44,7 @@ UTF-8 **/MainTestSuite.class sql - 7.17.9 + 7.17.10 org.elasticsearch.plugin.nlpcn.SqlPlug 1.2.15 30.1.1-jre