Merge "Elasticsearch: Discontinue EOL versions 7.0 and 7.1 support" into stable-3.1

This commit is contained in:
Marco Miller
2020-12-10 16:58:13 +00:00
committed by Gerrit Code Review
3 changed files with 0 additions and 12 deletions

View File

@@ -18,8 +18,6 @@ import com.google.common.base.Joiner;
import java.util.regex.Pattern;
public enum ElasticVersion {
V7_0("7.0.*"),
V7_1("7.1.*"),
V7_2("7.2.*"),
V7_3("7.3.*"),
V7_4("7.4.*"),