Skip to content

Commit

Permalink
Compatible with Elasticsearch 5.4.3.
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 2440867 commit f19de6d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 8 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
17 changes: 9 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,13 @@
<groupId>de.julielab</groupId>
<artifactId>elasticsearch-mapper-preanalyzed</artifactId>
<name>Plugin: Mapper: Preanalyzed</name>
<version>5.3.3</version>
<version>5.4.3</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.3.3</elasticsearch.version>
<elasticsearch.rest.version>5.3.3</elasticsearch.rest.version>
<elasticsearch.version>5.4.3</elasticsearch.version>
<elasticsearch.rest.version>5.4.3</elasticsearch.rest.version>
<lucene.version>6.5.1</lucene.version>
</properties>

<build>
Expand Down Expand Up @@ -111,21 +112,21 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>net.java.dev.jna</groupId>
<artifactId>jna</artifactId>
<version>4.1.0</version>
<groupId>org.apache.lucene</groupId>
<artifactId>lucene-test-framework</artifactId>
<version>${lucene.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-api</artifactId>
<version>2.7</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.7</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down

0 comments on commit f19de6d

Please sign in to comment.