release 1.7

This commit is contained in:
Shay Banon 2013-02-26 16:06:39 +01:00
parent 942b87b763
commit 7e58416506
2 changed files with 6 additions and 4 deletions

View File

@ -3,12 +3,14 @@ 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.6.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.7.0`.
------------------------------------------------------
| Attachment Mapper Plugin | ElasticSearch | Tika |
------------------------------------------------------
| master | 0.21 -> master | 1.2 |
| master | 0.90 -> master | 1.2 |
------------------------------------------------------
| 1.7.0 | 0.90 -> master | 1.2 |
------------------------------------------------------
| 1.6.0 | 0.19 -> 0.20 | 1.2 |
------------------------------------------------------

View File

@ -6,7 +6,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-mapper-attachments</artifactId>
<version>1.7.0-SNAPSHOT</version>
<version>1.7.0</version>
<packaging>jar</packaging>
<description>Mapper Attachments Type for ElasticSearch</description>
<inceptionYear>2009</inceptionYear>
@ -30,7 +30,7 @@
</parent>
<properties>
<elasticsearch.version>0.21.0.Beta1-SNAPSHOT</elasticsearch.version>
<elasticsearch.version>0.90.0.Beta1</elasticsearch.version>
</properties>
<repositories>