Skip to content
This repository has been archived by the owner on Mar 4, 2019. It is now read-only.

Commit

Permalink
Merge pull request #11 from Asquera/1.1.0
Browse files Browse the repository at this point in the history
updated -> ES 1.0.0
  • Loading branch information
Peter committed May 8, 2014
2 parents 408d9e9 + c2a6b01 commit c9df6c8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ Requesting / does not request authentication to simplify health heck configurati

There is no way to configure this on a per index basis.

## Version Mapping

| Http Basic Plugin | elasticsearch |
|-----------------------------|-----------------------|
| 1.1.0 | 1.0.0 |
| 1.0.4(master) | 0.90.7 |

## Installation

Download the current version from https://github.com/Asquera/elasticsearch-http-basic/releases and copy it to `plugins/http-basic`.
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

<groupId>com.asquera.elasticsearch</groupId>
<artifactId>elasticsearch-http-basic</artifactId>
<version>1.0.4</version>
<version>1.1.0</version>
<packaging>jar</packaging>

<name>Basic Authentication Plugin</name>
<url>http://maven.apache.org</url>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<elasticsearch.version>0.90.7</elasticsearch.version>
<elasticsearch.version>1.0.0</elasticsearch.version>
</properties>

<dependencies>
Expand Down

0 comments on commit c9df6c8

Please sign in to comment.