Skip to content

Commit

Permalink
update es to 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Dec 25, 2015
1 parent 478aeba commit 5c325d5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-ik</artifactId>
<version>1.6.1</version>
<version>1.6.2</version>
<packaging>jar</packaging>
<description>IK Analyzer for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>

<properties>
<elasticsearch.version>2.1.0</elasticsearch.version>
<elasticsearch.version>2.1.1</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>elasticsearch-analysis-ik</elasticsearch.plugin.name>
Expand Down

0 comments on commit 5c325d5

Please sign in to comment.