Merge branch 'stable-3.2' into stable-3.3

* stable-3.2:
  Set version to 3.2.7-SNAPSHOT
  Set version to 3.2.6
  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: I5f4d056da058089cc65a4dab93dc6d1da4aded51
This commit is contained in:
Luca Milanesio
2020-12-23 17:43:01 +00: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;