release 1.2.0 supporting 0.19
This commit is contained in:
parent
d7b30cb487
commit
0bfac8c373
|
@ -8,7 +8,9 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
| Phonetic Analysis Plugin | ElasticSearch |
|
| Phonetic Analysis Plugin | ElasticSearch |
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
| master | master (0.19) |
|
| master | 0.19 -> master |
|
||||||
|
---------------------------------------------
|
||||||
|
| 1.1.0 | 0.19 -> master |
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
| 1.0.0 | 0.18 -> master |
|
| 1.0.0 | 0.18 -> master |
|
||||||
---------------------------------------------
|
---------------------------------------------
|
||||||
|
|
4
pom.xml
4
pom.xml
|
@ -6,7 +6,7 @@
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>org.elasticsearch</groupId>
|
<groupId>org.elasticsearch</groupId>
|
||||||
<artifactId>elasticsearch-analysis-phonetic</artifactId>
|
<artifactId>elasticsearch-analysis-phonetic</artifactId>
|
||||||
<version>1.1.0-SNAPSHOT</version>
|
<version>1.1.0</version>
|
||||||
<packaging>jar</packaging>
|
<packaging>jar</packaging>
|
||||||
<description>Phonetic Analysis for ElasticSearch</description>
|
<description>Phonetic Analysis for ElasticSearch</description>
|
||||||
<inceptionYear>2009</inceptionYear>
|
<inceptionYear>2009</inceptionYear>
|
||||||
|
@ -31,7 +31,7 @@
|
||||||
</parent>
|
</parent>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<elasticsearch.version>0.19.0-SNAPSHOT</elasticsearch.version>
|
<elasticsearch.version>0.19.0.RC1</elasticsearch.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<repositories>
|
<repositories>
|
||||||
|
|
Loading…
Reference in New Issue