Skip to content

Commit

Permalink
support ES5.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
keepcosmos committed Jun 13, 2017
1 parent afb4a04 commit cc590a1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.openkoreantext'
version '5.4.0.2'
version '5.4.1.2'

apply plugin: 'java'

Expand All @@ -16,7 +16,7 @@ configurations {
}

ext {
elasticsearchVersion = '5.4.0'
elasticsearchVersion = '5.4.1'
openKoreanTextVersion = '2.0.1'
}

Expand All @@ -39,12 +39,12 @@ task makePluginDescriptor(type: Copy) {
into 'build/tmp/plugin'
expand([
'descriptor': [
'name': 'elasticserach-analysis-openkoreantext',
'name': 'elasticsearch-analysis-openkoreantext',
'classname': 'org.elasticsearch.plugin.analysis.openkoreantext.AnalysisOpenKoreanTextPlugin',
'description': 'Korean analysis plugin integrates open-korean-text module into elasticsearch.',
'version': '1.0.0',
'javaVersion': sourceCompatibility,
'elasticsearchVersion' : '5.4.0'
'elasticsearchVersion' : '5.4.1'
]
])
}
Expand Down

0 comments on commit cc590a1

Please sign in to comment.