Skip to content

Commit 6b7de1e

Browse files
authored
Merge pull request #21 from mathewmeconry/master
bump version to 5.2.2
2 parents 6227501 + 1c86976 commit 6b7de1e

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

README.md

Lines changed: 7 additions & 0 deletions
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+
| 5.2.2 | 5.2.2.0 |
1213
| 5.2.1 | 5.2.1.1 |
1314
| 5.1.1 | 5.1.1.0 |
1415
| 5.0.0 | 5.0.0.1 |
@@ -33,6 +34,12 @@ This plugin enables URL tokenization and token filtering by URL part.
3334
| 1.4.2 | 1.0.0 |
3435

3536
## Installation
37+
### v5
38+
```bash
39+
bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.1.1/elasticsearch-analysis-url-5.2.1.1.zip
40+
```
41+
42+
### pre v5
3643
```bash
3744
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.1.1/elasticsearch-analysis-url-5.2.1.1.zip
3845
```

pom.xml

Lines changed: 2 additions & 2 deletions
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>5.2.1.1</version>
9+
<version>5.2.2</version>
1010
<packaging>jar</packaging>
1111
<description>Elasticsearch URL token filter plugin</description>
1212

@@ -18,7 +18,7 @@
1818

1919
<properties>
2020
<project.build.sourceEncodint>UTF-8</project.build.sourceEncodint>
21-
<elasticsearch.version>5.2.1</elasticsearch.version>
21+
<elasticsearch.version>5.2.2</elasticsearch.version>
2222
<lucene.version>6.2.0</lucene.version>
2323
<hamcrest.version>1.3</hamcrest.version>
2424
<guava.version>19.0</guava.version>

0 commit comments

Comments
 (0)