Skip to content

Commit

Permalink
bump Elasticsearch version to 8.3.0 (and lucene to 9.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
mkhazin-r7 committed Aug 16, 2022
1 parent 41dbec0 commit 9cc7945
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./target/releases/analysis-homoglyph-8.2.3.zip
asset_name: analysis-homoglyph-8.2.3.zip
asset_path: ./target/releases/analysis-homoglyph-8.3.0.zip
asset_name: analysis-homoglyph-8.3.0.zip
asset_content_type: application/zip
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
<version>${elasticsearch.version}</version>
<packaging>jar</packaging>
<properties>
<elasticsearch.version>8.2.3</elasticsearch.version>
<lucene.version>9.1.0</lucene.version>
<elasticsearch.version>8.3.0</elasticsearch.version>
<lucene.version>9.2.0</lucene.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
</properties>
Expand Down

0 comments on commit 9cc7945

Please sign in to comment.