Skip to content

Commit

Permalink
bump to 6.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
boliza committed Feb 6, 2018
1 parent 936fc0d commit 52f6a93
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
elasticserachVersion = '6.1.2'
elasticserachVersion = '6.1.3'
hanlpVersion = '1.5.3'
}

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

group = 'io.shike'
version = '6.1.2'
version = '6.1.3'

repositories {
mavenLocal()
Expand All @@ -42,6 +42,7 @@ esplugin {
name 'analysis-hanlp'
description 'HanLP Analyzer for Elasticserach'
classname 'org.elasticsearch.plugin.analysis.AnalysisHanLPPlugin'
version = project.version
}

dependencies {
Expand Down

0 comments on commit 52f6a93

Please sign in to comment.