From bc3a2687eadd9e6c56d069efabbec694dc2d1b2c Mon Sep 17 00:00:00 2001 From: Zakir Durumeric Date: Thu, 19 Oct 2017 16:19:10 -0400 Subject: [PATCH 1/2] 5.6.3 support --- README.md | 3 ++- pom.xml | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5e16a62..639d764 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ This plugin enables URL tokenization and token filtering by URL part. | Elasticsearch Version | Plugin Version | |-----------------------|----------------| +| 5.6.3 | 5.6.3.0 | | 5.5.1 | 5.5.1.0 | | 5.5.0 | 5.5.0.0 | | 5.2.2 | 5.2.2.0 | @@ -38,7 +39,7 @@ This plugin enables URL tokenization and token filtering by URL part. ## Installation ### Elasticsearch v5 ```bash -bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.5.1.0/elasticsearch-analysis-url-5.5.1.0.zip +bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.6.3.0/elasticsearch-analysis-url-5.6.3.0.zip ``` ### Elasticsearch v2 diff --git a/pom.xml b/pom.xml index 4b95ec2..0b3e054 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.elasticsearch elasticsearch-analysis-url - 5.5.1.0 + 5.6.3.0 jar Elasticsearch URL token filter plugin @@ -18,7 +18,7 @@ UTF-8 - 5.5.1 + 5.6.3 6.6.0 1.3 19.0 From b0b28ef337ed403a347475a7f24424eae447e736 Mon Sep 17 00:00:00 2001 From: Zakir Durumeric Date: Mon, 23 Oct 2017 08:12:55 -0400 Subject: [PATCH 2/2] bumping log version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0b3e054..60e6939 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.8.2 + 2.9.1 test