File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ There is no way to configure this on a per index basis.
19
19
| v0.0.1 | 6.3.2 |
20
20
| v0.1.0 | 7.6.0 |
21
21
| v0.2.0 | 7.12.0 |
22
+ | v0.3.0 | 7.13.3 |
22
23
23
24
## Installation
24
25
Original file line number Diff line number Diff line change 5
5
<modelVersion >4.0.0</modelVersion >
6
6
<groupId >com.cleafy.elasticsearch</groupId >
7
7
<artifactId >elasticsearch-http-basic-auth-plugin</artifactId >
8
- <version >0.2 .0</version >
8
+ <version >0.3 .0</version >
9
9
<packaging >jar</packaging >
10
10
<name >Elasticsearch Http Basic plugin</name >
11
11
<description >Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
2
<assembly >
3
- <id >0.2 .0</id >
3
+ <id >0.3 .0</id >
4
4
<formats >
5
5
<format >zip</format >
6
6
</formats >
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name=elasticsearch-http-basic-auth-plugin
3
3
description =Plugin to enable HTTP basic authentication and/or Ip based authentication
4
4
version =1.0.0
5
5
java.version =1.8
6
- elasticsearch.version =7.12.0
6
+ elasticsearch.version =7.13.3
You can’t perform that action at this time.
0 commit comments