Skip to content

Commit

Permalink
Merge pull request #25 from jalaziz/master
Browse files Browse the repository at this point in the history
Upgrade to Elasticsearch 5.5.0
  • Loading branch information
jlinn authored Jul 21, 2017
2 parents 16a9b66 + 427c324 commit 0a52996
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 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.5.0 | 5.5.0.0 |
| 5.2.2 | 5.2.2.0 |
| 5.2.1 | 5.2.1.1 |
| 5.1.1 | 5.1.1.0 |
Expand Down
8 changes: 4 additions & 4 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.2.2.0</version>
<version>5.5.0.0</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand All @@ -18,8 +18,8 @@

<properties>
<project.build.sourceEncodint>UTF-8</project.build.sourceEncodint>
<elasticsearch.version>5.2.2</elasticsearch.version>
<lucene.version>6.2.0</lucene.version>
<elasticsearch.version>5.5.0</elasticsearch.version>
<lucene.version>6.6.0</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
<guava.version>19.0</guava.version>
<tests.output>onerror</tests.output>
Expand Down Expand Up @@ -91,7 +91,7 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>2.6.2</version>
<version>2.8.2</version>
<scope>test</scope>
</dependency>

Expand Down

0 comments on commit 0a52996

Please sign in to comment.