prepare release elasticsearch-mapper-attachments-1.8.0

This commit is contained in:
David Pilato 2013-08-07 09:52:29 +02:00
parent d054f9a1e7
commit 0a454efe18
2 changed files with 4 additions and 4 deletions

View File

@ -3,12 +3,12 @@ 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.7.0`.
In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/1.8.0`.
------------------------------------------------------
| Attachment Mapper Plugin | ElasticSearch | Tika |
------------------------------------------------------
| master | 0.90.3 -> master | 1.2 |
| 1.8.0 | 0.90.3 -> master | 1.2 |
------------------------------------------------------
| 1.7.0 | 0.90 -> 0.90.2 | 1.2 |
------------------------------------------------------
@ -93,7 +93,7 @@ License
This software is licensed under the Apache 2 license, quoted below.
Copyright 2009-2012 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
Copyright 2009-2013 Shay Banon and ElasticSearch <http://www.elasticsearch.org>
Licensed under the Apache License, Version 2.0 (the "License"); you may not
use this file except in compliance with the License. You may obtain a copy of

View File

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