Skip to content

Commit eb24846

Browse files
authored
update to 8.10.1
1 parent fd8776d commit eb24846

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*/
99

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

@@ -55,7 +55,7 @@ configurations {
5555

5656
dependencies {
5757
implementation project(":jieba-analysis")
58-
implementation 'org.elasticsearch:elasticsearch:8.10.0' // 适配不通版本的ES,可以修改这里。
58+
implementation 'org.elasticsearch:elasticsearch:8.10.1' // 适配不通版本的ES,可以修改这里。
5959
implementation 'org.apache.logging.log4j:log4j-api:2.19.0'
6060
implementation 'org.apache.logging.log4j:log4j-core:2.19.0'
6161
testImplementation 'junit:junit:4.13.2'

src/main/resources/plugin-descriptor.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
description=A jieba analysis of plugins for Elasticsearch
44
#
55
# 'version': plugin's version
6-
version=8.10.0
6+
version=8.10.1
77
#
88
# 'name': the plugin name
99
name=jieba
@@ -15,5 +15,5 @@ classname=org.elasticsearch.plugin.analysis.jieba.AnalysisJiebaPlugin
1515
java.version=18
1616
#
1717
# 'elasticsearch.version' version of elasticsearch compiled against??????ES????????
18-
elasticsearch.version=8.10.0
18+
elasticsearch.version=8.10.1
1919

0 commit comments

Comments
 (0)