Merge branch 'stable-3.1' into stable-3.2
* stable-3.1: Set version to 3.1.12-SNAPSHOT Set version to 3.1.11 Fix httpcore dependency needed by httpclient Revert "Add support for Elasticsearch version 7.9.*" Revert "Add support for Elasticsearch version 7.10.*" Change-Id: I333a2434d66df525aa85687d9cc0134e7a398c21
This commit is contained in:
@@ -24,9 +24,7 @@ public enum ElasticVersion {
|
||||
V7_5("7.5.*"),
|
||||
V7_6("7.6.*"),
|
||||
V7_7("7.7.*"),
|
||||
V7_8("7.8.*"),
|
||||
V7_9("7.9.*"),
|
||||
V7_10("7.10.*");
|
||||
V7_8("7.8.*");
|
||||
|
||||
private final String version;
|
||||
private final Pattern pattern;
|
||||
|
||||
Reference in New Issue
Block a user