Skip to content
This repository has been archived by the owner on Jul 18, 2018. It is now read-only.

Commit

Permalink
update to es2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
medcl committed Mar 28, 2016
1 parent 7c55498 commit c809b73
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 @@ -7,7 +7,7 @@ String2Integer Analysis for Elasticsearch
--------------------------------------------------
| String2Integer Analysis Plugin| Elasticsearch |
--------------------------------------------------
| 1.4.0 | 2.2.0 |
| 1.4.1 | 2.2.1 |
--------------------------------------------------
| 1.3.0 | 1.0.0 |
--------------------------------------------------
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-string2int</artifactId>
<version>1.4.0</version>
<version>1.4.1</version>
<packaging>jar</packaging>
<inceptionYear>2012</inceptionYear>
<url>http://log.medcl.net</url>
Expand All @@ -32,7 +32,7 @@
</parent>

<properties>
<elasticsearch.version>2.2.0</elasticsearch.version>
<elasticsearch.version>2.2.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>analysis-string2int</elasticsearch.plugin.name>
Expand Down

0 comments on commit c809b73

Please sign in to comment.