Skip to content

Commit 9899ce2

Browse files
authored
Merge pull request #84 from allegro/elastic-8.17.3
add support for elasticsearch 8.17.3
2 parents b981bee + b663e2f commit 9899ce2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Originally created by https://github.com/monterail/elasticsearch-analysis-morfol
1010
## Install
1111

1212
```
13-
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.17.2
13+
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.17.3
1414
```
1515

1616
*tip: select proper plugin version, should be the same as elasticsearch version*
@@ -75,7 +75,7 @@ Response:
7575
All ready to install plugins are deployed to [maven central](https://repo1.maven.org/maven2/pl/allegro/tech/elasticsearch/plugin/elasticsearch-analysis-morfologik/).
7676

7777
### Elasticsearch 8.x
78-
- 8.17.x (8.17.0, 8.17.1, 8.17.2)
78+
- 8.17.x (8.17.0, 8.17.1, 8.17.2, 8.17.3)
7979
- 8.16.x (8.16.0, 8.16.1)
8080
- 8.15.x (8.15.0, 8.15.1, 8.15.2, 8.15.3, 8.15.4)
8181
- 8.14.x (8.14.1, 8.14.3)

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ buildscript {
44
pluginClassname = 'pl.allegro.tech.elasticsearch.plugin.analysis.morfologik.AnalysisMorfologikPlugin'
55
pluginDescription = 'Morfologik Polish Lemmatizer plugin for Elasticsearch'
66
versions = [
7-
'elasticsearch' : '8.17.2',
7+
'elasticsearch' : '8.17.3',
88
'lucene' : '8.11.3',
99
'log4j' : '2.20.0',
1010
'spock' : '2.3-groovy-3.0',

0 commit comments

Comments
 (0)