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.
1919| v0.0.1 | 6.3.2 |
2020| v0.1.0 | 7.6.0 |
2121| v0.2.0 | 7.12.0 |
22+ | v0.3.0 | 7.13.3 |
2223
2324## Installation
2425
Original file line number Diff line number Diff line change 55 <modelVersion >4.0.0</modelVersion >
66 <groupId >com.cleafy.elasticsearch</groupId >
77 <artifactId >elasticsearch-http-basic-auth-plugin</artifactId >
8- <version >0.2 .0</version >
8+ <version >0.3 .0</version >
99 <packaging >jar</packaging >
1010 <name >Elasticsearch Http Basic plugin</name >
1111 <description >Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" ?>
22<assembly >
3- <id >0.2 .0</id >
3+ <id >0.3 .0</id >
44 <formats >
55 <format >zip</format >
66 </formats >
Original file line number Diff line number Diff line change @@ -3,4 +3,4 @@ name=elasticsearch-http-basic-auth-plugin
33description =Plugin to enable HTTP basic authentication and/or Ip based authentication
44version =1.0.0
55java.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