Skip to content

Commit

Permalink
Merge pull request #55 from allegro/elastic-8.11.0
Browse files Browse the repository at this point in the history
add support for elasticsearch 8.11.0
  • Loading branch information
pbobruk authored Nov 10, 2023
2 parents b63ab44 + be5592a commit 1a38d22
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 1a38d22

Please sign in to comment.