8000 update readme and dependencies to 7.13.3 by Framonti · Pull Request #6 · Cleafy/elasticsearch-http-basic-auth-plugin · GitHub
[go: up one dir, main page]

Skip to content

update readme and dependencies to 7.13.3 #6

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 26, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ There is no way to configure this on a per index basis.
| v0.0.1 | 6.3.2 |
| v0.1.0 | 7.6.0 |
| v0.2.0 | 7.12.0 |
| v0.3.0 | 7.13.3 |

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.cleafy.elasticsearch</groupId>
<artifactId>elasticsearch-http-basic-auth-plugin</artifactId>
<version>0.2.0</version>
<version>0.3.0</version>
<packaging>jar</packaging>
<name>Elasticsearch Http Basic plugin</name>
<description>Adds HTTP Basic authentication (BA) to your Elasticsearch cluster</description>
Expand Down
2 changes: 1 addition & 1 deletion src/main/assemblies/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<assembly>
<id>0.2.0</id>
<id>0.3.0</id>
<formats>
<format>zip</format>
</formats>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name=elasticsearch-http-basic-auth-plugin
description=Plugin to enable HTTP basic authentication and/or Ip based authentication
version=1.0.0
java.version=1.8
elasticsearch.version=7.12.0
elasticsearch.version=7.13.3
0