Prepare 1.6.0 release

This commit is contained in:
Martijn van Groningen 2012-09-28 12:00:12 +02:00
parent 00d87de418
commit a163fdad0f
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. 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.5.0`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.6.0`.
------------------------------------------------------ ------------------------------------------------------
| Attachment Mapper Plugin | ElasticSearch | Tika | | Attachment Mapper Plugin | ElasticSearch | Tika |
------------------------------------------------------ ------------------------------------------------------
| master | 0.19 -> master | 1.2 | | master | 0.19 -> master | 1.2 |
------------------------------------------------------ ------------------------------------------------------
| 1.6.0 | 0.19 -> master | 1.2 |
------------------------------------------------------
| 1.5.0 | 0.19 -> master | 1.2 | | 1.5.0 | 0.19 -> master | 1.2 |
------------------------------------------------------ ------------------------------------------------------
| 1.4.0 | 0.19 -> master | 1.1 | | 1.4.0 | 0.19 -> master | 1.1 |

View File

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