Skip to content

Commit

Permalink
Version 5.3.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 2, 2017
1 parent cc72874 commit 62a2b5c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"""
Expand All @@ -35,7 +35,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:5.3.0"
classpath "org.elasticsearch.gradle:build-tools:5.3.1"
}
}

Expand Down

0 comments on commit 62a2b5c

Please sign in to comment.