Skip to content

Commit

Permalink
Prepare release of 7.0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Clément Tourrière committed May 27, 2019
1 parent 2a97499 commit 9ddb0df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ This is an `Ingest`, `Search` and `Script` plugin.

## Installation

`bin/plugin --install geoshape-plugin --url https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.0/elasticsearch-plugin-geoshape-7.0.1.0.zip"`
`bin/plugin --install geoshape-plugin --url https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.1/elasticsearch-plugin-geoshape-7.0.1.1.zip"`



Expand Down Expand Up @@ -349,7 +349,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/plugin --install geoshape-plugin --url "https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.0/elasticsearch-plugin-geoshape-7.0.1.0.zip"`
`bin/plugin --install geoshape-plugin --url "https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.1/elasticsearch-plugin-geoshape-7.0.1.1.zip"`

| elasticsearch version | plugin version | plugin url |
| --------------------- | -------------- | ---------- |
Expand All @@ -359,7 +359,7 @@ To install it, launch this command in Elasticsearch directory replacing the url
| 6.5.4 | 6.5.4.2 | https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v6.5.4.2/elasticsearch-plugin-geoshape-6.5.4.2.zip |
| 6.6.2 | 6.6.2.0 | https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v6.6.2.0/elasticsearch-plugin-geoshape-6.6.2.0.zip |
| 6.7.1 | 6.7.1.0 | https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v6.7.1.0/elasticsearch-plugin-geoshape-6.7.1.0.zip |
| 7.0.1 | 7.0.1.0 | https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.0/elasticsearch-plugin-geoshape-7.0.1.0.zip |
| 7.0.1 | 7.0.1.1 | https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v7.0.1.1/elasticsearch-plugin-geoshape-7.0.1.1.zip |


## License
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
elastic_version = 7.0.1
plugin_version = 7.0.1.0
plugin_version = 7.0.1.1

0 comments on commit 9ddb0df

Please sign in to comment.