Skip to content

Commit

Permalink
update es to 2.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Dec 14, 2016
1 parent 63fcff8 commit 7c28d6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This Pinyin Analysis plugin is used to do conversion between Chinese characters
--------------------------------------------------
| master | 5.x -> master |
--------------------------------------------------
| 1.8.2 | 2.4.2 |
| 1.8.3 | 2.4.3 |
--------------------------------------------------
| 1.7.5 | 2.3.5 |
--------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-pinyin</artifactId>
<version>1.8.2</version>
<version>1.8.3</version>
<packaging>jar</packaging>
<description>Pinyin Analysis for Elasticsearch</description>
<inceptionYear>2012</inceptionYear>
Expand Down Expand Up @@ -41,7 +41,7 @@
</parent>

<properties>
<elasticsearch.version>2.4.2</elasticsearch.version>
<elasticsearch.version>2.4.3</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-pinyin</elasticsearch.plugin.name>
Expand Down

0 comments on commit 7c28d6f

Please sign in to comment.