Skip to content

Commit 6da7657

Browse files
authored
Upgrade to 8.19.6 (#21)
1 parent b0c5658 commit 6da7657

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ You can find past releases [here](https://github.com/opendatasoft/elasticsearch-
1414
The first 3 digits of the plugin version is the corresponding Elasticsearch version. The last digit is used for plugin versioning.
1515

1616
To install it, launch this command in Elasticsearch directory replacing the url by the correct link for your Elasticsearch version (see table)
17-
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v8.19.4.0/elasticsearch-plugin-geoshape-8.19.4.0.zip"`
17+
`bin/elasticsearch-plugin install https://github.com/opendatasoft/elasticsearch-plugin-geoshape/releases/download/v8.19.6.0/elasticsearch-plugin-geoshape-8.19.6.0.zip"`
1818

1919

2020
## Build

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
elastic_version = 8.19.4
2-
plugin_version = 8.19.4.0
1+
elastic_version = 8.19.6
2+
plugin_version = 8.19.6.0
33
hamcrest_version = 2.1
44
junit_version = 4.13.2

src/main/java/org/opendatasoft/elasticsearch/search/aggregations/bucket/geoshape/GeoShapeBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static GeoShapeBuilder parse(XContentParser parser, String aggregationNam
6868

6969
@Override
7070
public TransportVersion getMinimalSupportedVersion() {
71-
return TransportVersions.MINIMUM_COMPATIBLE;
71+
return TransportVersion.zero();
7272
}
7373

7474
static class SimplifyKeysParser {

0 commit comments

Comments
 (0)