From f19de6d9b023c4367b22afc8a2861f612554c945 Mon Sep 17 00:00:00 2001 From: Tech Date: Wed, 23 Jan 2019 14:31:53 +0100 Subject: [PATCH] Compatible with Elasticsearch 5.4.3. This one explicitely builds with Maven instead of Gradle. Those branches will have the -mvn suffix to avoid confusion. --- README.md | 4 ++++ pom.xml | 17 +++++++++-------- 2 files changed, 13 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 1f2a0b9..ff8d94b 100644 --- a/README.md +++ b/README.md @@ -7,6 +7,10 @@ ElasticSearch compatibility table: | elasticsearch | Preanalyzed Mapper Plugin | Docs |---------------|----------------------------|------ +| es-5.4.3 | 5.4.3 | [5.4.3-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.4.3-mvn) +| es-5.4.3 | 5.4.3 | [5.4.3](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.4.3) +| es-5.4.1 | 5.4.1 | [5.4.1](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.4.1) +| es-5.4.0 | 5.4.0 | [5.4.0](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.4.0) | es-5.3.3 | 5.3.3 | [5.3.3-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.3.3-mvn) | es-5.3.2 | 5.3.2 | [5.3.2](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.3.2) | es-5.3.1 | 5.3.1 | [5.3.1](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-5.3.1) diff --git a/pom.xml b/pom.xml index 9d5b1fa..ce02066 100644 --- a/pom.xml +++ b/pom.xml @@ -4,12 +4,13 @@ de.julielab elasticsearch-mapper-preanalyzed Plugin: Mapper: Preanalyzed - 5.3.3 + 5.4.3 org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin true - 5.3.3 - 5.3.3 + 5.4.3 + 5.4.3 + 6.5.1 @@ -111,21 +112,21 @@ test - net.java.dev.jna - jna - 4.1.0 + org.apache.lucene + lucene-test-framework + ${lucene.version} test org.apache.logging.log4j log4j-api - 2.7 + 2.8.2 test org.apache.logging.log4j log4j-core - 2.7 + 2.8.2 test