Skip to content

Commit

Permalink
Update to ES v5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Jan 10, 2017
1 parent c4888d2 commit 0a0d21e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.

| Elasticsearch Version | Plugin Version |
|-----------------------|----------------|
| 5.1.1 | 5.1.1.0 |
| 5.0.0 | 5.0.0.1 |
| 2.4.3 | 2.4.3.0 |
| 2.4.1 | 2.4.1.0 |
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.elasticsearch</groupId>
<artifactId>elasticsearch-analysis-url</artifactId>
<version>5.0.0.1</version>
<version>5.1.1.0</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand All @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncodint>UTF-8</project.build.sourceEncodint>
<elasticsearch.version>5.0.0</elasticsearch.version>
<elasticsearch.version>5.1.1</elasticsearch.version>
<lucene.version>6.2.0</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
<guava.version>19.0</guava.version>
Expand Down

0 comments on commit 0a0d21e

Please sign in to comment.