Skip to content

Commit

Permalink
Prepare release 7.17.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Bapt Abl committed Mar 18, 2022
1 parent 2529dbc commit dfed2d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand All @@ -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|



Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dfed2d4

Please sign in to comment.