From dfed2d401c7667431dede3c2118337c83d38ff66 Mon Sep 17 00:00:00 2001 From: Bapt Abl Date: Fri, 18 Mar 2022 14:34:30 +0100 Subject: [PATCH] Prepare release 7.17.1.0 --- README.md | 4 ++-- gradle.properties | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 917a229..d8c3be3 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Please note that [geo_shape data type](https://www.elastic.co/guide/en/elasticse ### Install Install plugin with: -`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.17.0.0/geopoint-clustering-aggregation-7.17.0.0.zip` +`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.17.1.0/geopoint-clustering-aggregation-7.17.1.0.zip` The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version. @@ -41,7 +41,7 @@ Available releases: | 7.7.0 | 7.7.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.7.0.0/geopoint-clustering-aggregation-7.7.0.0.zip| | 7.10.2 | 7.10.2.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.10.2.0/geopoint-clustering-aggregation-7.10.2.0.zip| | 7.16.3 | 7.16.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.16.3.0/geopoint-clustering-aggregation-7.16.3.0.zip| -| 7.17.0 | 7.17.0.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.17.0.0/geopoint-clustering-aggregation-7.17.0.0.zip| +| 7.17.1 | 7.17.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-geoclustering/releases/download/v7.17.1.0/geopoint-clustering-aggregation-7.17.1.0.zip| diff --git a/gradle.properties b/gradle.properties index a22475a..d1f3bd7 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -es_version = 7.17.0 -plugin_version = 7.17.0.0 +es_version = 7.17.1 +plugin_version = 7.17.1.0