8000 Merge pull request #11 from Asquera/1.1.0 · nibin/elasticsearch-http-basic@c9df6c8 · GitHub
[go: up one dir, main page]

Skip to content

Commit c9df6c8

Browse files
author
Peter
committed
Merge pull request Asquera#11 from Asquera/1.1.0
updated -> ES 1.0.0
2 parents 408d9e9 + c2a6b01 commit c9df6c8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Requesting / does not request authentication to simplify health heck configurati
66

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

9+
## Version Mapping
10+
11+
| Http Basic Plugin | elasticsearch |
12+
|-----------------------------|-----------------------|
13+
| 1.1.0 | 1.0.0 |
14+
| 1.0.4(master) | 0.90.7 |
15+
916
## Installation
1017

1118
Download the current version from https://github.com/Asquera/elasticsearch-http-basic/releases and copy it to `plugins/http-basic`.

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@
44

55
<groupId>com.asquera.elasticsearch</groupId>
66
<artifactId>elasticsearch-http-basic</artifactId>
7-
<version>1.0.4</version>
7+
<version>1.1.0</version>
88
<packaging>jar</packaging>
99

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

1313
<properties>
1414
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
15-
<elasticsearch.version>0.90.7</elasticsearch.version>
15+
<elasticsearch.version>1.0.0</elasticsearch.version>
1616
</properties>
1717

1818
<dependencies>

0 commit comments

Comments
 (0)
0