Skip to content

Commit

Permalink
update to es 2.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed May 1, 2016
1 parent 9a5e23d commit d1aab5f
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 @@ -9,7 +9,7 @@ you can download this plugin from RTF project(https://github.com/medcl/elasticse
--------------------------------------------------
| STConvert Analysis Plugin | Elasticsearch |
--------------------------------------------------
| 1.8.1 | 2.3.1 |
| 1.8.2 | 2.3.2 |
--------------------------------------------------
| 1.7.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>com.infinitbyte</groupId>
<artifactId>elasticsearch-analysis-stconvert</artifactId>
<version>1.8.1</version>
<version>1.8.2</version>
<packaging>jar</packaging>
<url>http://log.medcl.net</url>
<description>stconvert is a analysis plugin that convert Chinese characters between traditional and simplified.</description>
Expand All @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>2.3.1</elasticsearch.version>
<elasticsearch.version>2.3.2</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-stconvert</elasticsearch.plugin.name>
Expand Down

0 comments on commit d1aab5f

Please sign in to comment.