From 30c1b64e4c33a9a702a40b6f81f6e57e860d496f Mon Sep 17 00:00:00 2001 From: khituras Date: Tue, 2 May 2017 11:32:00 +0200 Subject: [PATCH] Version 5.3.2. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 56d2317..a7b9979 100644 --- a/build.gradle +++ b/build.gradle @@ -6,13 +6,13 @@ apply plugin: 'eclipse' apply plugin: 'signing' group = 'de.julielab' -version = '5.3.1' +version = '5.3.2' 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.1' + version '5.3.2' } description = """ElasticSearch Preanalyzed Mapper Plugin""" @@ -35,7 +35,7 @@ buildscript { } dependencies { - classpath "org.elasticsearch.gradle:build-tools:5.3.1" + classpath "org.elasticsearch.gradle:build-tools:5.3.2" } }