Skip to content

Commit

Permalink
realease 6.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
boliza committed Mar 23, 2018
1 parent 0826a99 commit 29e41a7
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
buildscript {
ext {
elasticserachVersion = '6.2.2'
elasticserachVersion = '6.1.4'
hanlpVersion = '1.5.3'
}

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

group = 'io.shike'
version = '6.2.2'
version = '6.1.4'

repositories {
mavenLocal()
Expand All @@ -36,12 +36,12 @@ noticeFile = rootProject.file('NOTICE.txt')

esplugin {
// license of the plugin, may be different than the above license
licenseFile rootProject.file('LICENSE.txt')
licenseFile = rootProject.file('LICENSE.txt')
// copyright notices, may be different than the above notice
noticeFile rootProject.file('NOTICE.txt')
name 'analysis-hanlp'
description 'HanLP Analyzer for Elasticserach'
classname 'org.elasticsearch.plugin.analysis.AnalysisHanLPPlugin'
noticeFile = rootProject.file('NOTICE.txt')
name = 'analysis-hanlp'
description = 'HanLP Analyzer for Elasticserach'
classname = 'org.elasticsearch.plugin.analysis.AnalysisHanLPPlugin'
version = project.version
}

Expand Down

0 comments on commit 29e41a7

Please sign in to comment.