Skip to content

Commit 21b37c3

Browse files
author
francesco monti
committed
update readme and dependencies to 7.13.3
1 parent 64e3443 commit 21b37c3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
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>

src/main/assemblies/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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>

src/main/resources/plugin-descriptor.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name=elasticsearch-http-basic-auth-plugin
33
description=Plugin to enable HTTP basic authentication and/or Ip based authentication
44
version=1.0.0
55
java.version=1.8
6-
elasticsearch.version=7.12.0
6+
elasticsearch.version=7.13.3

0 commit comments

Comments
 (0)