This repository was archived by the owner on Mar 4, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,8 @@ There is no way to configure this on a per index basis.
18
18
19
19
| Http Basic Plugin | elasticsearch |
20
20
| -----------------------------| -----------------------|
21
- | v1.4.0(master) | 1.4.0 |
21
+ | v1.5.0(master) | 1.5.2 |
22
+ | v1.4.0 | 1.4.0 |
22
23
| v1.3.0 | 1.3.0 |
23
24
| v1.2.0 | 1.2.0 |
24
25
| 1.1.0 | 1.0.0 |
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.asquera.elasticsearch</groupId >
6
6
<artifactId >elasticsearch-http-basic</artifactId >
7
- <version >1.4.1-pre </version >
7
+ <version >1.5.0 </version >
8
8
<packaging >jar</packaging >
9
9
10
10
<name >Basic Authentication Plugin</name >
11
11
<url >http://maven.apache.org</url >
12
12
13
13
<properties >
14
14
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
15
- <elasticsearch .version>1.4.0 </elasticsearch .version>
16
- <lucene .version>4.10.2 </lucene .version>
17
- <lucene .maven.version>4.10.2 </lucene .maven.version>
15
+ <elasticsearch .version>1.5.2 </elasticsearch .version>
16
+ <lucene .version>4.10.4 </lucene .version>
17
+ <lucene .maven.version>4.10.4 </lucene .maven.version>
18
18
</properties >
19
19
20
20
<dependencies >
You can’t perform that action at this time.
0 commit comments