From 461469db1c6d366b1d8068d2b9b3ff7a303e8d53 Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Mon, 23 Oct 2017 12:46:40 +0530 Subject: [PATCH 1/5] Update to ES v5.6.1 --- pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pom.xml b/pom.xml index 4b95ec2..0cf7454 100644 --- a/pom.xml +++ b/pom.xml @@ -6,7 +6,7 @@ org.elasticsearch elasticsearch-analysis-url - 5.5.1.0 + 5.6.1.0 jar Elasticsearch URL token filter plugin @@ -18,8 +18,8 @@ UTF-8 - 5.5.1 - 6.6.0 + 5.6.1 + 6.6.1 1.3 19.0 onerror From bbe68ee2964db043bcdb4db0fff2caa124339ee6 Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Mon, 23 Oct 2017 13:16:53 +0530 Subject: [PATCH 2/5] Update README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5e16a62..24f245d 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.1 | 5.6.1.0 | | 5.5.1 | 5.5.1.0 | | 5.5.0 | 5.5.0.0 | | 5.2.2 | 5.2.2.0 | From 79023a43386f639b4cc5f74c5bf29642e1c58b00 Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Mon, 23 Oct 2017 13:17:31 +0530 Subject: [PATCH 3/5] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24f245d..9821289 100644 --- a/README.md +++ b/README.md @@ -39,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.5.1.0/elasticsearch-analysis-url-5.6.1.0.zip ``` ### Elasticsearch v2 From e3a018637ee1cc089f75a2cb6516fb7be73dc5f3 Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Mon, 23 Oct 2017 13:28:04 +0530 Subject: [PATCH 4/5] Upgrade the log4j version --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0cf7454..b0b867c 100644 --- a/pom.xml +++ b/pom.xml @@ -91,7 +91,7 @@ org.apache.logging.log4j log4j-core - 2.8.2 + 2.9.1 test From 826a541ee6bc7d9b27d51bab00776600d1dbcf9c Mon Sep 17 00:00:00 2001 From: Chirag Jog Date: Mon, 23 Oct 2017 13:28:56 +0530 Subject: [PATCH 5/5] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9821289..aace3b0 100644 --- a/README.md +++ b/README.md @@ -39,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.6.1.0.zip +bin/elasticsearch-plugin install https://github.com/jlinn/elasticsearch-analysis-url/releases/download/v5.6.1.0/elasticsearch-analysis-url-5.6.1.0.zip ``` ### Elasticsearch v2