From cc4b727526506132998c26b2ef525c42dc9885a8 Mon Sep 17 00:00:00 2001 From: khituras Date: Tue, 2 May 2017 08:53:21 +0200 Subject: [PATCH] Updated to ES 5.3.0, all tests checking out. --- build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index c3ae7fb..c008133 100644 --- a/build.gradle +++ b/build.gradle @@ -6,13 +6,13 @@ apply plugin: 'eclipse' apply plugin: 'signing' group = 'de.julielab' -version = '5.2.2' +version = '5.3.0' 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.2.2' + version '5.3.0' } description = """ElasticSearch Preanalyzed Mapper Plugin""" @@ -35,7 +35,7 @@ buildscript { } dependencies { - classpath "org.elasticsearch.gradle:build-tools:5.2.2" + classpath "org.elasticsearch.gradle:build-tools:5.3.0" } }