Skip to content

Commit

Permalink
Update to ES 2.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jlinn committed May 20, 2016
1 parent bc1b2c5 commit 75a1bca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion 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 |
|-----------------------|----------------|
| 2.3.3 | 2.3.3
| 2.3.2 | 2.3.2 |
| 2.3.1 | 2.3.1 |
| 2.3.0 | 2.3.0 |
Expand All @@ -25,7 +26,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/v2.3.2/elasticsearch-analysis-url-2.3.2.zip
bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.3/elasticsearch-analysis-url-2.3.3.zip
```

## Usage
Expand Down
4 changes: 2 additions & 2 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>2.3.2</version>
<version>2.3.3</version>
<packaging>jar</packaging>
<description>Elasticsearch URL token filter plugin</description>

Expand All @@ -18,7 +18,7 @@

<properties>
<project.build.sourceEncodint>UTF-8</project.build.sourceEncodint>
<elasticsearch.version>2.3.2</elasticsearch.version>
<elasticsearch.version>2.3.3</elasticsearch.version>
<lucene.version>5.5.0</lucene.version>
<hamcrest.version>1.3</hamcrest.version>
<tests.output>onerror</tests.output>
Expand Down

0 comments on commit 75a1bca

Please sign in to comment.