From 9cd909a3556957952a744440ca95f6cce64cf97a Mon Sep 17 00:00:00 2001 From: salyh Date: Wed, 30 Jul 2014 16:52:24 +0200 Subject: [PATCH] Release 0.3 --- README.md | 6 +++--- pom.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index cc9e878..719babc 100644 --- a/README.md +++ b/README.md @@ -25,15 +25,15 @@ The river acts currently as a disconnected client. This means that the river is At a later time is planned to use additionally the IMAP IDLE feature (if server supports it). Branches: -* master for Elasticsearch 1.2.1 +* master for Elasticsearch 1.2.x/1.3.x

Installation

Prerequisites: * Open JDK 7 or Oracle 7 JRE (Java 6 is no longer supported and Java 8 is untested) -* Elasticsearch 1.2.1 or higher +* Elasticsearch 1.2-1.3 or higher * At least one IMAP4 or POP3 server to connect to -``plugin.sh|.bat -i river-imap -u http://dl.bintray.com/salyh/maven/de/saly/elasticsearch/plugin/elasticsearch-river-imap/0.0.7-b20/elasticsearch-river-imap-0.0.7-b20-plugin.zip`` +``plugin.sh|.bat -i river-imap -u http://dl.bintray.com/salyh/maven/de/saly/elasticsearch/plugin/elasticsearch-river-imap/0.3/elasticsearch-river-imap-0.3-plugin.zip``

Configuration

curl -XPUT 'http://localhost:9200/_river/nameofyourriver/_meta' -d '{
diff --git a/pom.xml b/pom.xml
index 147f80b..fea3dda 100644
--- a/pom.xml
+++ b/pom.xml
@@ -10,7 +10,7 @@
 	
 	de.saly.elasticsearch.plugin
 	elasticsearch-river-imap
-	0.0.8
+	0.3
 	jar
 	IMAP (and POP3) river for Elasticsearch
 	2014