From 11f8f6ae83da1d948c4d6b4aee6d3383f97c6ca3 Mon Sep 17 00:00:00 2001 From: jlinn Date: Fri, 15 Jul 2016 22:27:50 -0700 Subject: [PATCH] Bump version number to 2.3.3.4 --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 63c6293..cc3bda0 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part. | Elasticsearch Version | Plugin Version | |-----------------------|----------------| -| 2.3.3 | 2.3.3.3 | +| 2.3.3 | 2.3.3.4 | | 2.3.2 | 2.3.2.1 | | 2.3.1 | 2.3.1.1 | | 2.3.0 | 2.3.0.1 | @@ -26,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.3.3/elasticsearch-analysis-url-2.3.3.3.zip +bin/plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v2.3.3.4/elasticsearch-analysis-url-2.3.3.4.zip ``` ## Usage diff --git a/pom.xml b/pom.xml index e9f0989..4f71ad5 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.elasticsearch elasticsearch-analysis-url - 2.3.3.3 + 2.3.3.4 jar Elasticsearch URL token filter plugin