prepare release elasticsearch-mapper-attachments-2.0.0

This commit is contained in:
David Pilato 2014-03-25 18:47:56 +01:00
parent 3d15cb0484
commit 74d882110d
2 changed files with 3 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/). 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/2.0.0.RC1`. In order to install the plugin, simply run: `bin/plugin -install elasticsearch/elasticsearch-mapper-attachments/2.0.0`.
* For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/master). * For 1.0.x elasticsearch versions, look at [master branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/master).
* For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/1.x). * For 0.90.x elasticsearch versions, look at [1.x branch](https://github.com/elasticsearch/elasticsearch-mapper-attachments/tree/1.x).
@ -11,7 +11,7 @@ In order to install the plugin, simply run: `bin/plugin -install elasticsearch/e
| Attachment Mapper Plugin | elasticsearch | Tika | Release date | | Attachment Mapper Plugin | elasticsearch | Tika | Release date |
|-----------------------------|-----------------------|--------|:------------:| |-----------------------------|-----------------------|--------|:------------:|
| 2.0.0-SNAPSHOT | 1.0.0.RC1 -> master | 1.5 | XXXX-XX-XX | | 2.0.0 | 1.0.0.RC1 -> master | 1.5 | 2014-03-25 |
| 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.4 | 2014-01-15 | | 2.0.0.RC1 | 1.0.0.RC1 -> master | 1.4 | 2014-01-15 |

View File

@ -5,7 +5,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>2.0.0-SNAPSHOT</version> <version>2.0.0</version>
<packaging>jar</packaging> <packaging>jar</packaging>
<name>Elasticsearch Mapper Attachment plugin</name> <name>Elasticsearch Mapper Attachment plugin</name>
<description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description> <description>The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.</description>