Skip to content

Commit 3483b5f

Browse files
author
Clément Tourrière
committed
Prepare release 7.1.1.0
1 parent fe9f5c6 commit 3483b5f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
310310
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
311311

312312
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
313-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.1.0.1/pathhierarchy-aggregation-7.1.0.1.zip`
313+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.1.1.0/pathhierarchy-aggregation-7.1.1.0.zip`
314314

315315
| elasticsearch version | plugin version | plugin url |
316316
| --------------------- | -------------- | ---------- |
@@ -325,7 +325,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
325325
| 6.7.1 | 6.7.1.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.7.1.1/pathhierarchy-aggregation-6.7.1.1.zip |
326326
| 6.8.0 | 6.8.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.8.0.1/pathhierarchy-aggregation-6.8.0.1.zip |
327327
| 7.0.1 | 7.0.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.0.1.0/pathhierarchy-aggregation-7.0.1.0.zip |
328-
| 7.1.0 | 7.1.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.1.0.1/pathhierarchy-aggregation-7.1.0.1.zip |
328+
| 7.1.1 | 7.1.1.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v7.1.1.0/pathhierarchy-aggregation-7.1.1.0.zip |
329329

330330

331331
License

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
es_version = 7.1.0
2-
plugin_version = 7.1.0.1
1+
es_version = 7.1.1
2+
plugin_version = 7.1.1.0

0 commit comments

Comments
 (0)