release 1.4

This commit is contained in:
Shay Banon 2013-04-29 21:59:43 +02:00
parent 419fdf39f7
commit a81e90fc03
2 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@ Stempel (Polish) Analysis for ElasticSearch
The Stempel (Polish) Analysis plugin integrates Lucene stempel (polish) analysis module into elasticsearch.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.3.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-stempel/1.4.0`.
--------------------------------------------------
| Stempel Analysis Plugin | ElasticSearch |
--------------------------------------------------
| master | 0.90 -> master |
--------------------------------------------------
| 1.4.0 | 0.90 -> master |
--------------------------------------------------
| 1.3.0 | 0.90 -> master |
--------------------------------------------------
| 1.2.0 | 0.19 -> 0.20 |

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-stempel</artifactId>
<version>1.4.0-SNAPSHOT</version>
<version>1.4.0</version>
<packaging>jar</packaging>
<description>Stempel (Polish) Analysis for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>