Skip to content

Commit

Permalink
update to support es v2.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Jul 16, 2016
1 parent f1db549 commit 9660e0e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ Pinyin4j is a popular Java library supporting conversion between Chinese charact
--------------------------------------------------
| master | 2.3.x -> master|
--------------------------------------------------
| 1.7.4 | 2.3.4 |
--------------------------------------------------
| 1.7.3 | 2.3.3 |
--------------------------------------------------
| 1.6.1 | 2.2.1 |
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.7.3</version>
<version>1.7.4</version>
<packaging>jar</packaging>
<description>Pinyin Analysis for Elasticsearch</description>
<inceptionYear>2012</inceptionYear>
Expand All @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>2.3.3</elasticsearch.version>
<elasticsearch.version>2.3.4</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 9660e0e

Please sign in to comment.