Skip to content

Commit

Permalink
Bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Feb 22, 2017
1 parent 56ddf23 commit 6227501
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part.

| Elasticsearch Version | Plugin Version |
|-----------------------|----------------|
| 5.2.1 | 5.2.1.0 |
| 5.2.1 | 5.2.1.1 |
| 5.1.1 | 5.1.1.0 |
| 5.0.0 | 5.0.0.1 |
| 2.4.3 | 2.4.3.0 |
Expand All @@ -34,7 +34,7 @@ This plugin enables URL tokenization and token filtering by URL part.

## Installation
```bash
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.1.0/elasticsearch-analysis-url-5.2.1.0.zip
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.1.1/elasticsearch-analysis-url-5.2.1.1.zip
```

## Usage
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0</version>
<version>5.2.1.1</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand Down

0 comments on commit 6227501

Please sign in to comment.