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:
David Ostrovsky
2020-12-23 16:21:23 +01:00
11 changed files with 11 additions and 23 deletions

View File

@@ -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;