diff --git a/README.md b/README.md index 80838aa..9a9d393 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,7 @@ ElasticSearch compatibility table: | elasticsearch | Preanalyzed Mapper Plugin | Docs |---------------|----------------------------|------ +| es-6.5.4 | 6.5.4 | [6.5.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.5.4-mvn) | es-6.5.0 | 6.5.0 | [6.5.0-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.5.0-mvn) | es-6.2.4 | 6.2.4 | [6.2.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.2.4-mvn) | es-6.1.4 | 6.1.4 | [6.1.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.1.4-mvn) diff --git a/pom.xml b/pom.xml index 7b26399..b4317de 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,12 @@ de.julielab elasticsearch-mapper-preanalyzed Plugin: Mapper: Preanalyzed - 6.5.0 + 6.5.4 org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin true - 6.5.0 - 6.5.0 + 6.5.4 + 6.5.4 7.5.0 diff --git a/src/main/resources/plugin-descriptor.properties b/src/main/resources/plugin-descriptor.properties index 3a4e3e1..e36b34d 100644 --- a/src/main/resources/plugin-descriptor.properties +++ b/src/main/resources/plugin-descriptor.properties @@ -1,7 +1,6 @@ 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. version=${project.version} name=${project.artifactId} -jvm=true classname=org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin java.version=1.8 elasticsearch.version=${elasticsearch.version} \ No newline at end of file