Skip to content

Commit b6ad03e

Browse files
committed
prepare release elasticsearch-analysis-phonetic-1.7.0
1 parent 8942339 commit b6ad03e

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ Phonetic Analysis for ElasticSearch
33

44
The Phonetic Analysis plugin integrates phonetic token filter analysis with elasticsearch.
55

6-
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.6.0`.
6+
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-analysis-phonetic/1.7.0`.
77

88
<table>
99
<thead>
@@ -15,10 +15,15 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
1515
</thead>
1616
<tbody>
1717
<tr>
18-
<td>1.7.0-SNAPSHOT (master)</td>
18+
<td>1.8.0-SNAPSHOT (master)</td>
1919
<td>0.90.6 -> master</td>
2020
<td></td>
2121
</tr>
22+
<tr>
23+
<td>1.7.0</td>
24+
<td>0.90.6 -> master</td>
25+
<td>2013-11-06</td>
26+
</tr>
2227
<tr>
2328
<td>1.6.0</td>
2429
<td>0.90.3 -> 0.90.5</td>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-phonetic</artifactId>
9-
<version>1.7.0-SNAPSHOT</version>
9+
<version>1.7.0</version>
1010
<packaging>jar</packaging>
1111
<description>Phonetic Analysis for ElasticSearch</description>
1212
<inceptionYear>2009</inceptionYear>

0 commit comments

Comments
 (0)