Skip to content

Commit

Permalink
Compatible with Elasticsearch 6.1.4.
Browse files Browse the repository at this point in the history
This one explicitely builds with Maven instead of Gradle.
Those branches will have the -mvn suffix to avoid confusion.
  • Loading branch information
pikatech committed Jan 23, 2019
1 parent 311d6ff commit 74bf827
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ ElasticSearch compatibility table:

| elasticsearch | Preanalyzed Mapper Plugin | Docs
|---------------|----------------------------|------
| es-6.1.4 | 6.1.4 | [6.1.4-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.1.4-mvn)
| es-6.1.4 | 6.1.4 | [6.1.4](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.1.4)
| es-6.1.0 | 6.1.0 | [6.1.0-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.1.0-mvn)
| es-6.0.1 | 6.0.1 | [6.0.1-mvn](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.0.1-mvn)
| es-6.0.1 | 6.0.1 | [6.0.1](https://github.com/JULIELab/elasticsearch-mapper-preanalyzed/tree/es-6.0.1)
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<groupId>de.julielab</groupId>
<artifactId>elasticsearch-mapper-preanalyzed</artifactId>
<name>Plugin: Mapper: Preanalyzed</name>
<version>6.1.0</version>
<version>6.1.4</version>
<properties>
<elasticsearch.plugin.classname>org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin</elasticsearch.plugin.classname>
<skip.integ.tests>true</skip.integ.tests>
<elasticsearch.version>6.1.0</elasticsearch.version>
<elasticsearch.rest.version>6.1.0</elasticsearch.rest.version>
<elasticsearch.version>6.1.4</elasticsearch.version>
<elasticsearch.rest.version>6.1.4</elasticsearch.rest.version>
<lucene.version>7.1.0</lucene.version>
</properties>

Expand Down

0 comments on commit 74bf827

Please sign in to comment.