Skip to content

Commit

Permalink
update to es2.3.0, Closes #174
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Apr 2, 2016
1 parent 8640036 commit ffe9d9b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions README.md
Expand Up @@ -10,11 +10,10 @@ Versions

IK version | ES version
-----------|-----------
master | 2.2.1 -> master
master | 2.3.0 -> master
1.9.0 | 2.3.0
1.8.1 | 2.2.1
1.8.0 | 2.2.0
1.7.0 | 2.1.1
1.6.1 | 2.1.0
1.5.0 | 2.0.0
1.4.1 | 1.7.2
1.4.0 | 1.6.0
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -6,13 +6,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-ik</artifactId>
<version>1.8.1</version>
<version>1.9.0</version>
<packaging>jar</packaging>
<description>IK Analyzer for Elasticsearch</description>
<inceptionYear>2011</inceptionYear>

<properties>
<elasticsearch.version>2.2.1</elasticsearch.version>
<elasticsearch.version>2.3.0</elasticsearch.version>
<maven.compiler.target>1.7</maven.compiler.target>
<elasticsearch.assembly.descriptor>${project.basedir}/src/main/assemblies/plugin.xml</elasticsearch.assembly.descriptor>
<elasticsearch.plugin.name>analysis-ik</elasticsearch.plugin.name>
Expand Down

0 comments on commit ffe9d9b

Please sign in to comment.