release 1.4.0

This commit is contained in:
Shay Banon 2012-03-25 20:10:46 +02:00
parent c1df26e4e9
commit 66b96cb994
2 changed files with 4 additions and 2 deletions

View File

@ -3,13 +3,15 @@ Mapper Attachments Type for ElasticSearch
The mapper attachments plugin adds the `attachment` type to ElasticSearch using Tika.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.3.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.4.0`.
------------------------------------------------------
| Attachment Mapper Plugin | ElasticSearch | Tika |
------------------------------------------------------
| master | 0.19 -> master | 1.1 |
------------------------------------------------------
| 1.4.0 | 0.19 -> master | 1.1 |
------------------------------------------------------
| 1.3.0 | 0.19 -> master | 1.0 |
------------------------------------------------------
| 1.2.0 | 0.19 -> master | 1.0 |

View File

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