From b11aec33c20fe10529878f29cf2768c64349db66 Mon Sep 17 00:00:00 2001 From: lixiaohui Date: Thu, 11 Aug 2016 20:52:58 -0500 Subject: [PATCH] update for elasticsearch 2.3.5 (#259) --- README.md | 3 ++- pom.xml | 32 ++++++++++++++++---------------- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/README.md b/README.md index be20cb0..f9d2134 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,8 @@ Versions IK version | ES version -----------|----------- -master | 2.3.4 -> master +master | 2.3.5 -> master +1.9.5 | 2.3.5 1.9.4 | 2.3.4 1.9.3 | 2.3.3 1.9.0 | 2.3.0 diff --git a/pom.xml b/pom.xml index f67e385..d64348a 100644 --- a/pom.xml +++ b/pom.xml @@ -6,13 +6,13 @@ 4.0.0 org.elasticsearch elasticsearch-analysis-ik - 1.9.4 + 1.9.5 jar IK Analyzer for Elasticsearch 2011 - 2.3.4 + 2.3.5 1.7 ${project.basedir}/src/main/assemblies/plugin.xml analysis-ik @@ -43,7 +43,7 @@ 7 - + oss.sonatype.org OSS Sonatype @@ -60,37 +60,37 @@ ${elasticsearch.version} compile - + - org.apache.httpcomponents - httpclient - 4.4.1 - + org.apache.httpcomponents + httpclient + 4.5.2 + log4j log4j - 1.2.16 + 1.2.17 runtime org.hamcrest hamcrest-core - 1.3.RC2 + 1.3 test org.hamcrest hamcrest-library - 1.3.RC2 + 1.3 test junit junit - 4.10 + 4.12 test @@ -100,10 +100,10 @@ org.apache.maven.plugins maven-compiler-plugin - 2.3.2 + 3.5.1 - 1.6 - 1.6 + 1.7 + 1.7 @@ -155,7 +155,7 @@ - + disable-java8-doclint