Skip to content

Commit b2e6a16

Browse files
committed
Update to ES v2.2.0
1 parent e1e41a9 commit b2e6a16

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.travis.yml

+2
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,6 @@ jdk:
44
- oraclejdk7
55
- oraclejdk8
66

7+
script: mvn test -Dtests.security.manager=false
8+
79
sudo: false

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.
99

1010
| Elasticsearch Version | Plugin Version |
1111
|-----------------------|----------------|
12+
| 2.2.0 | 2.2.1 |
1213
| 2.1.1 | 2.2.0 |
1314
| 2.1.1 | 2.1.1 |
1415
| 2.0.0 | 2.1.0 |

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.elasticsearch</groupId>
88
<artifactId>elasticsearch-analysis-url</artifactId>
9-
<version>2.2.0</version>
9+
<version>2.2.1</version>
1010
<packaging>jar</packaging>
1111
<description>Elasticsearch URL token filter plugin</description>
1212

@@ -18,8 +18,8 @@
1818

1919
<properties>
2020
<project.build.sourceEncodint>UTF-8</project.build.sourceEncodint>
21-
<elasticsearch.version>2.1.1</elasticsearch.version>
22-
<lucene.version>5.3.1</lucene.version>
21+
<elasticsearch.version>2.2.0</elasticsearch.version>
22+
<lucene.version>5.4.1</lucene.version>
2323
<hamcrest.version>1.3</hamcrest.version>
2424
<tests.output>onerror</tests.output>
2525
<tests.shuffle>true</tests.shuffle>

0 commit comments

Comments
 (0)