prepare release elasticsearch-mapper-attachments-1.9.0

This commit is contained in:
David Pilato 2013-08-20 18:57:35 +02:00
parent b35ad804df
commit 3f3fd74ee1
2 changed files with 9 additions and 3 deletions

View File

@ -3,7 +3,7 @@ Mapper Attachments Type for ElasticSearch
The mapper attachments plugin adds the `attachment` type to ElasticSearch using [Apache Tika](http://lucene.apache.org/tika/).
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.8.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.9.0`.
<table>
<thead>
@ -16,11 +16,17 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
</thead>
<tbody>
<tr>
<td>1.9.0-SNAPSHOT (master)</td>
<td>1.10.0-SNAPSHOT (master)</td>
<td>0.90.3 -> master</td>
<td>1.4</td>
<td></td>
</tr>
<tr>
<td>1.9.0</td>
<td>0.90.3 -> master</td>
<td>1.4</td>
<td>20/08/2013</td>
</tr>
<tr>
<td>1.8.0</td>
<td>0.90.3 -> master</td>

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-mapper-attachments</artifactId>
<version>1.9.0-SNAPSHOT</version>
<version>1.9.0</version>
<packaging>jar</packaging>
<description>Mapper Attachments Type for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>