From c2c5865a86cbba4a1cfc20d55c8a18b9f4a49f70 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Thu, 18 Sep 2014 20:11:36 +0200 Subject: [PATCH] Update to elasticsearch 1.4.0 Closes #39. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f37902..881f6fc 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,8 @@ You need to install a version matching your Elasticsearch version: | Elasticsearch | RSS River Plugin | Docs | |------------------------|-------------------|------------------------------------------------------------------------------------------------------------------------------| | master | Build from source | See below | -| es-1.x | Build from source | [1.4.0-SNAPSHOT](https://github.com/dadoonet/rssriver/tree/es-1.x/#version-140-snapshot-for-elasticsearch-1x) | +| es-1.x | Build from source | [1.5.0-SNAPSHOT](https://github.com/dadoonet/rssriver/tree/es-1.x/#version-150-snapshot-for-elasticsearch-1x) | +| es-1.4 | Build from source | [1.4.0-SNAPSHOT](https://github.com/dadoonet/rssriver/tree/es-1.x/#version-140-snapshot-for-elasticsearch-14) | | es-1.3 | Build from source | [1.3.0-SNAPSHOT](https://github.com/dadoonet/rssriver/tree/es-1.3/#version-130-snapshot-for-elasticsearch-13) | | es-1.1 | 1.1.0 | [1.1.0](https://github.com/dadoonet/rssriver/tree/v1.2.0/#rss-river-for-elasticsearch) | | es-1.0 | 1.0.0 | [1.0.0](https://github.com/dadoonet/rssriver/tree/v1.0.0/#rss-river-for-elasticsearch) |