From 74d882110dca9a41812354d63a21aa0d29cadf42 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Tue, 25 Mar 2014 18:47:56 +0100 Subject: [PATCH] prepare release elasticsearch-mapper-attachments-2.0.0 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 725b1dd0dea..e9a9432a894 100644 --- a/README.md +++ b/README.md @@ -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/). -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 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 | |-----------------------------|-----------------------|--------|:------------:| -| 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 | diff --git a/pom.xml b/pom.xml index c81ad67357f..0c440443d66 100644 --- a/pom.xml +++ b/pom.xml @@ -5,7 +5,7 @@ 4.0.0 org.elasticsearch elasticsearch-mapper-attachments - 2.0.0-SNAPSHOT + 2.0.0 jar Elasticsearch Mapper Attachment plugin The mapper attachments plugin adds the attachment type to Elasticsearch using Apache Tika.