Skip to content

Commit

Permalink
ES 5.4.2 support
Browse files Browse the repository at this point in the history
  • Loading branch information
keepcosmos committed Jun 27, 2017
1 parent 4705f66 commit ff31233
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'org.openkoreantext'
version '5.4.1.2'
version '5.4.2.2'

apply plugin: 'java'

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

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

Expand Down Expand Up @@ -44,7 +44,7 @@ task makePluginDescriptor(type: Copy) {
'description': 'Korean analysis plugin integrates open-korean-text module into elasticsearch.',
'version': '1.0.0',
'javaVersion': sourceCompatibility,
'elasticsearchVersion' : '5.4.1'
'elasticsearchVersion' : '5.4.2'
]
])
}
Expand Down

0 comments on commit ff31233

Please sign in to comment.