Skip to content

Commit

Permalink
Release 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
salyh committed Jul 30, 2014
1 parent 7fbfd2d commit 9cd909a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

<h3>Installation</h3>
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``

<h3>Configuration</h3>
<pre>curl -XPUT 'http://localhost:9200/_river/nameofyourriver/_meta' -d '{
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>de.saly.elasticsearch.plugin</groupId>
<artifactId>elasticsearch-river-imap</artifactId>
<version>0.0.8</version>
<version>0.3</version>
<packaging>jar</packaging>
<description>IMAP (and POP3) river for Elasticsearch</description>
<inceptionYear>2014</inceptionYear>
Expand Down

0 comments on commit 9cd909a

Please sign in to comment.