Skip to content

Commit

Permalink
Merge pull request #48 from allegro/v8.8.1
Browse files Browse the repository at this point in the history
add support for elasticsearch 8.8.1
  • Loading branch information
allepbo authored Jun 11, 2023
2 parents b5c0b82 + 5da0053 commit 2b0a348
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 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.8.0
bin/elasticsearch-plugin install pl.allegro.tech.elasticsearch.plugin:elasticsearch-analysis-morfologik:8.8.1
```

*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.8.x (8.8.0)
- 8.8.x (8.8.0, 8.8.1)
- 8.7.x (8.7.0, 8.7.1)
- 8.6.x (8.6.0, 8.6.1, 8.6.2)
- 8.5.x (8.5.0, 8.5.1, 8.5.2, 8.5.3)
Expand All @@ -86,7 +86,7 @@ All ready to install plugins are deployed to [maven central](https://repo1.maven
- 8.0.x (8.0.0, 8.0.1)

### Elasticsearch 7.x
- 7.17.x (7.17.0, 7.17.3, 7.17.4, 7.17.5, 7.17.6, 7.17.7, 7.17.8, 7.17.9)
- 7.17.x (7.17.0, 7.17.3, 7.17.4, 7.17.5, 7.17.6, 7.17.7, 7.17.8, 7.17.9, 7.17.10)
- 7.16.x (7.16.1, 7.16.2.1, 7.16.3)
- 7.10.x (7.10.0, 7.10.1, 7.10.2)
- 7.9.x (7.9.0, 7.9.1, 7.9.2, 7.9.3)
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.8.0',
'elasticsearch' : '8.8.1',
'lucene' : '8.11.2',
'log4j' : '2.20.0',
'spock' : '2.3-groovy-3.0',
Expand Down

0 comments on commit 2b0a348

Please sign in to comment.