Skip to content

Commit

Permalink
add support for elasticsearch 7.17.11
Browse files Browse the repository at this point in the history
  • Loading branch information
pbobruk committed Oct 16, 2023
1 parent 7bdc780 commit ffb7b94
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

- uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'

- name: 'unit tests'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- uses: actions/setup-java@v2
with:
distribution: 'adopt'
distribution: 'temurin'
java-version: '11'

- name: Publish to maven central
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': '7.17.10',
'elasticsearch': '7.17.11',
'lucene' : '8.11.2',
'log4j' : '2.17.1',
'spock' : '2.3-groovy-3.0',
Expand Down

0 comments on commit ffb7b94

Please sign in to comment.