From 7ce41e13f5cc7114d57110ca59a14f66ad1c9617 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 27 Aug 2015 14:40:43 +0200 Subject: [PATCH] update documentation with release 3.0.0 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 77e026b61e0..50bf3662dc3 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ microsoft office formats, open document formats, ePub, HTML, and so on (full lis In order to install the plugin, run: ```sh -bin/plugin install elasticsearch/elasticsearch-mapper-attachments/2.7.0 +bin/plugin install elasticsearch/elasticsearch-mapper-attachments/3.0.0 ``` You need to install a version matching your Elasticsearch version: @@ -16,7 +16,7 @@ You need to install a version matching your Elasticsearch version: | Elasticsearch | Attachments Plugin| Docs | |------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------------| | master | Build from source | See below | -| es-2.0 | Build from source | [3.0.0-SNAPSHOT](https://github.com/elastic/elasticsearch-mapper-attachments/tree/es-2.0/#version-300-SNAPSHOT-for-elasticsearch-20) | +| es-2.0 | 3.0.0 | [3.0.0](https://github.com/elastic/elasticsearch-mapper-attachments/tree/v3.0.0/#version-300-for-elasticsearch-20) | | es-1.7 | 2.7.0 | [2.7.0](https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.7.0/#version-270-for-elasticsearch-17) | | es-1.6 | 2.6.0 | [2.6.0](https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.6.0/#version-260-for-elasticsearch-16) | | es-1.5 | 2.5.0 | [2.5.0](https://github.com/elastic/elasticsearch-mapper-attachments/tree/v2.5.0/#version-250-for-elasticsearch-15) |