Skip to content

Commit

Permalink
Update to ES 5.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
khituras committed May 8, 2017
1 parent d75cc04 commit b3afdb5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@
/data
/.gradle/
/build/
/bin/
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ ElasticSearch compatibility table:

| elasticsearch | Preanalyzed Mapper Plugin | Docs
|---------------|----------------------------|------
| es-5.3.2     | 5.3.2 | [5.3.2] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/master)
| es-5.4.0     | 5.4.0 | [5.4.0] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/master)
| es-5.3.2     | 5.3.2 | [5.3.2] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-5.3.2)
| es-5.3.1     | 5.3.1 | [5.3.1] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-5.3.1)
| es-5.3.0 | 5.3.0 | [5.3.0] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-5.3.0)
| es-5.2.2 | 5.2.2 | [5.2.2] (https://github.com/khituras/elasticsearch-mapper-preanalyzed/tree/es-5.2.2)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ 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.2'
version '5.4.0'
}

description = """ElasticSearch Preanalyzed Mapper Plugin"""
Expand All @@ -35,7 +35,7 @@ buildscript {
}

dependencies {
classpath "org.elasticsearch.gradle:build-tools:5.3.2"
classpath "org.elasticsearch.gradle:build-tools:5.4.0"
}
}

Expand Down
2 changes: 1 addition & 1 deletion gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
zipStoreBase=GRADLE_USER_HOME
zipStorePath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-2.13-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-3.5-bin.zip

0 comments on commit b3afdb5

Please sign in to comment.