From fc09b675c6d0c0e5431d0271f70cf5023d8fbbe9 Mon Sep 17 00:00:00 2001 From: pbobruk Date: Fri, 17 Nov 2023 23:34:16 +0100 Subject: [PATCH] add support for elasticsearch 8.11.1 --- README.md | 4 ++-- build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index efed89f..52ddebd 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Originally created by https://github.com/monterail/elasticsearch-analysis-morfol ## Install ``` -bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.10.4 +bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.11.1 ``` *tip: select proper plugin version, should be the same as elasticsearch version* @@ -75,7 +75,7 @@ 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.11.0, 8.11.1) - 8.10.x (8.10.4) - 8.9.x (8.9.0) - 8.8.x (8.8.0, 8.8.1, 8.8.2) diff --git a/build.gradle b/build.gradle index aeb7587..ae80dc3 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.11.0', + 'elasticsearch' : '8.11.1', 'lucene' : '8.11.2', 'log4j' : '2.20.0', 'spock' : '2.3-groovy-3.0',