Skip to content

Commit

Permalink
update to 8.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
justemu authored Sep 19, 2023
1 parent fd8776d commit eb24846
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
*/

group 'org.elasticsearch'
version = '8.10.0' // 适配不通版本的ES,可以修改这里。
version = '8.10.1' // 适配不通版本的ES,可以修改这里。
apply plugin: 'java'
apply plugin: 'idea'

Expand Down Expand Up @@ -55,7 +55,7 @@ configurations {

dependencies {
implementation project(":jieba-analysis")
implementation 'org.elasticsearch:elasticsearch:8.10.0' // 适配不通版本的ES,可以修改这里。
implementation 'org.elasticsearch:elasticsearch:8.10.1' // 适配不通版本的ES,可以修改这里。
implementation 'org.apache.logging.log4j:log4j-api:2.19.0'
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
testImplementation 'junit:junit:4.13.2'
Expand Down
4 changes: 2 additions & 2 deletions src/main/resources/plugin-descriptor.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
description=A jieba analysis of plugins for Elasticsearch
#
# 'version': plugin's version
version=8.10.0
version=8.10.1
#
# 'name': the plugin name
name=jieba
Expand All @@ -15,5 +15,5 @@ classname=org.elasticsearch.plugin.analysis.jieba.AnalysisJiebaPlugin
java.version=18
#
# 'elasticsearch.version' version of elasticsearch compiled against??????ES????????
elasticsearch.version=8.10.0
elasticsearch.version=8.10.1

0 comments on commit eb24846

Please sign in to comment.