From be5592a8242ed97a090812ecc6adbae8575c01cc Mon Sep 17 00:00:00 2001 From: pbobruk Date: Fri, 10 Nov 2023 08:59:23 +0100 Subject: [PATCH] add support for elasticsearch 8.11.0 --- README.md | 2 ++ build.gradle | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4a5ed17..efed89f 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,9 @@ Response: All ready to install plugins are deployed to [maven central](https://repo1.maven.org/maven2/pl/allegro/tech/elasticsearch/plugin/elasticsearch-analysis-morfologik/). ### Elasticsearch 8.x +- 8.10.x (8.11.0) - 8.10.x (8.10.4) +- 8.9.x (8.9.0) - 8.8.x (8.8.0, 8.8.1, 8.8.2) - 8.7.x (8.7.0, 8.7.1) - 8.6.x (8.6.0, 8.6.1, 8.6.2) diff --git a/build.gradle b/build.gradle index 6e60bf2..aeb7587 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { pluginClassname = 'pl.allegro.tech.elasticsearch.plugin.analysis.morfologik.AnalysisMorfologikPlugin' pluginDescription = 'Morfologik Polish Lemmatizer plugin for Elasticsearch' versions = [ - 'elasticsearch' : '8.10.4', + 'elasticsearch' : '8.11.0', 'lucene' : '8.11.2', 'log4j' : '2.20.0', 'spock' : '2.3-groovy-3.0',