Skip to content

Commit

Permalink
Merge pull request #65 from allegro/elastic-8.13.2
Browse files Browse the repository at this point in the history
add support for elasticsearch 8.13.2
  • Loading branch information
pbobruk authored Apr 9, 2024
2 parents 45e13c5 + 68fedaf commit 37273cc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.13.1
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.13.2
```

*tip: select proper plugin version, should be the same as elasticsearch version*
Expand Down Expand Up @@ -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.13.x (8.13.1)
- 8.13.x (8.13.1, 8.13.2)
- 8.12.x (8.12.0, 8.12.1, 8.12.2)
- 8.11.x (8.11.0, 8.11.1, 8.11.2, 8.11.3, 8.11.4)
- 8.10.x (8.10.4)
Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ buildscript {
pluginClassname = 'pl.allegro.tech.elasticsearch.plugin.analysis.morfologik.AnalysisMorfologikPlugin'
pluginDescription = 'Morfologik Polish Lemmatizer plugin for Elasticsearch'
versions = [
'elasticsearch' : '8.13.1',
'elasticsearch' : '8.13.2',
'lucene' : '8.11.2',
'log4j' : '2.20.0',
'spock' : '2.3-groovy-3.0',
'groovy' : '3.0.19',
'testcontainers': '1.19.1'
'groovy' : '3.0.21',
'testcontainers': '1.19.7'
]
}
}
Expand Down

0 comments on commit 37273cc

Please sign in to comment.