Skip to content

Commit

Permalink
Upgrade to Elasticsearch 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
budaestew committed Sep 1, 2016
1 parent 108a2f6 commit 5ba1c14
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,19 @@

<groupId>com.oheasy.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-arirang</artifactId>
<version>2.3.5-SNAPSHOT</version>
<version>2.4.0-SNAPSHOT</version>
<name>Plugin: Analysis: Korean (arirang)</name>
<description>The Korean (arirang) Analysis plugin integrates Arirang analysis module into elasticsearch.</description>
<url>https://github.com/budaestew/elasticsearch-analysis-arirang</url>

<parent>
<groupId>org.elasticsearch.plugin</groupId>
<artifactId>plugins</artifactId>
<version>2.3.5</version>
<version>2.4.0</version>
</parent>

<properties>
<elasticsearch.version>2.3.5</elasticsearch.version>
<elasticsearch.version>2.4.0</elasticsearch.version>
<elasticsearch.plugin.name>analysis-arirang</elasticsearch.plugin.name>
<elasticsearch.plugin.classname>com.oheasy.elasticsearch.plugin.analysis.arirang.AnalysisArirangPlugin</elasticsearch.plugin.classname>
<tests.rest.suite>analysis_arirang</tests.rest.suite>
Expand Down

0 comments on commit 5ba1c14

Please sign in to comment.