Skip to content

Commit

Permalink
Fix version numbers in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed Mar 5, 2017
1 parent 6b7de1e commit 16a9b66
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,14 +34,14 @@ This plugin enables URL tokenization and token filtering by URL part.
| 1.4.2 | 1.0.0 |

## Installation
### v5
### Elasticsearch v5
```bash
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
bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.2.0/elasticsearch-analysis-url-5.2.2.0.zip
```

### pre v5
### Elasticsearch v2
```bash
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.2.1.1/elasticsearch-analysis-url-5.2.1.1.zip
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.4.3.0/elasticsearch-analysis-url-2.4.3.0.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.2</version>
<version>5.2.2.0</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand Down

0 comments on commit 16a9b66

Please sign in to comment.