diff --git a/build.gradle b/build.gradle index c008133..56d2317 100644 --- a/build.gradle +++ b/build.gradle @@ -6,13 +6,13 @@ apply plugin: 'eclipse' apply plugin: 'signing' group = 'de.julielab' -version = '5.3.0' +version = '5.3.1' esplugin { name 'elasticsearch-mapper-preanalyzed' description 'This plugin allows to send field data in a preanalyzed format to ElasticSearch. No analysis will be done by ElasticSearch, the format defines all terms specifically.' classname 'org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin' - version '5.3.0' + version '5.3.1' } description = """ElasticSearch Preanalyzed Mapper Plugin""" @@ -35,7 +35,7 @@ buildscript { } dependencies { - classpath "org.elasticsearch.gradle:build-tools:5.3.0" + classpath "org.elasticsearch.gradle:build-tools:5.3.1" } }