Skip to content

Commit

Permalink
Compatible with Elasticsearch 5.6.14.
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 08d2502 commit e7a649d
Showing 1 changed file with 3 additions and 3 deletions.
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>5.6.0</version>
<version>5.6.14</version>
<properties>
<elasticsearch.plugin.classname>org.elasticsearch.index.plugin.mapper.preanalyzed.MapperPreAnalyzedPlugin</elasticsearch.plugin.classname>
<skip.integ.tests>true</skip.integ.tests>
<elasticsearch.version>5.6.0</elasticsearch.version>
<elasticsearch.rest.version>5.6.0</elasticsearch.rest.version>
<elasticsearch.version>5.6.14</elasticsearch.version>
<elasticsearch.rest.version>5.6.14</elasticsearch.rest.version>
<lucene.version>6.6.0</lucene.version>
</properties>

Expand Down

0 comments on commit e7a649d

Please sign in to comment.