From 7a90b72ba6c0feadc11611146fed9a5b3384cbbc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Tourri=C3=A8re?= Date: Fri, 28 Sep 2018 09:13:55 +0200 Subject: [PATCH 1/2] Remove unused import --- .../bucket/geopointclustering/GeoPointClusteringAggregator.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main/java/com/opendatasoft/elasticsearch/search/aggregations/bucket/geopointclustering/GeoPointClusteringAggregator.java b/src/main/java/com/opendatasoft/elasticsearch/search/aggregations/bucket/geopointclustering/GeoPointClusteringAggregator.java index 693b136..5b68755 100644 --- a/src/main/java/com/opendatasoft/elasticsearch/search/aggregations/bucket/geopointclustering/GeoPointClusteringAggregator.java +++ b/src/main/java/com/opendatasoft/elasticsearch/search/aggregations/bucket/geopointclustering/GeoPointClusteringAggregator.java @@ -4,7 +4,6 @@ import org.elasticsearch.common.geo.GeoHashUtils; import org.elasticsearch.common.geo.GeoPoint; import org.elasticsearch.common.lease.Releasables; -import org.elasticsearch.common.util.LongArray; import org.elasticsearch.common.util.LongHash; import org.elasticsearch.common.util.ObjectArray; import org.elasticsearch.index.fielddata.MultiGeoPointValues; From c6d3e8a8dc638641156831bebb05c78de9b0ed45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cl=C3=A9ment=20Tourri=C3=A8re?= Date: Thu, 4 Oct 2018 17:11:32 +0200 Subject: [PATCH 2/2] Prepare release 6.4.2.0 --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9eb8f52..1ce3b12 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version. To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table) -`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.4.1.0/geopoint-clustering-aggregation-6.4.1.0.zip` +`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.4.2.0/geopoint-clustering-aggregation-6.4.2.0.zip` | elasticsearch version | plugin version | plugin url | | --------------------- | -------------- | ---------- | @@ -78,6 +78,6 @@ To install it, launch this command in Elasticsearch directory replacing the url | 6.1.4 | 6.1.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.1.4.0/geopoint-clustering-aggregation-6.1.4.0.zip| | 6.2.4 | 6.2.4.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.2.4.0/geopoint-clustering-aggregation-6.2.4.0.zip| | 6.3.2 | 6.3.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.3.2.0/geopoint-clustering-aggregation-6.3.2.0.zip| -| 6.4.1 | 6.4.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.4.1.0/geopoint-clustering-aggregation-6.4.1.0.zip| +| 6.4.2 | 6.4.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v6.4.2.0/geopoint-clustering-aggregation-6.4.2.0.zip| \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index 8ef9331..3ad9d7d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -es_version = 6.4.1 -plugin_version = 6.4.1.0 +es_version = 6.4.2 +plugin_version = 6.4.2.0