Skip to content

Commit f07b555

Browse files
author
Clément Tourrière
committed
Prepare release 6.6.0.2
1 parent 7572c62 commit f07b555

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ This is a multi bucket aggregation.
1111
Installation
1212
------------
1313

14-
`bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.1/pathhierarchy-aggregation-6.6.0.1.zip"`
14+
`bin/plugin --install path_hierarchy --url "https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.2/pathhierarchy-aggregation-6.6.0.2.zip"`
1515

1616

1717
Usage
@@ -253,7 +253,7 @@ Plugin versions are available for (at least) all minor versions of Elasticsearch
253253
The first 3 digits of plugin version is Elasticsearch versioning. The last digit is used for plugin versioning under an elasticsearch version.
254254

255255
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
256-
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.1/pathhierarchy-aggregation-6.6.0.1.zip`
256+
`./bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.2/pathhierarchy-aggregation-6.6.0.2.zip`
257257

258258
| elasticsearch version | plugin version | plugin url |
259259
| --------------------- | -------------- | ---------- |
@@ -264,7 +264,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
264264
| 6.3.2 | 6.3.2.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.3.2.1/elasticsearch-aggregation-pathhierarchy-6.3.2.1.zip |
265265
| 6.4.3 | 6.4.3.0 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.4.3.0/elasticsearch-aggregation-pathhierarchy-6.4.3.0.zip |
266266
| 6.5.4 | 6.5.4.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.5.4.1/pathhierarchy-aggregation-6.5.4.1.zip |
267-
| 6.6.0 | 6.6.0.1 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.1/pathhierarchy-aggregation-6.6.0.1.zip |
267+
| 6.6.0 | 6.6.0.2 | https://github.com/opendatasoft/elasticsearch-aggregation-pathhierarchy/releases/download/v6.6.0.2/pathhierarchy-aggregation-6.6.0.2.zip |
268268

269269

270270
License

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
es_version = 6.6.0
2-
plugin_version = 6.6.0.1
2+
plugin_version = 6.6.0.2

0 commit comments

Comments
 (0)