Added bwc version 1.3.4 (#3552)
Signed-off-by: GitHub <noreply@github.com> Co-authored-by: opensearch-ci-bot <opensearch-ci-bot@users.noreply.github.com>
This commit is contained in:
parent
2f9f8e1e3c
commit
c764d6343a
|
@ -40,6 +40,7 @@ BWC_VERSION:
|
|||
- "1.3.1"
|
||||
- "1.3.2"
|
||||
- "1.3.3"
|
||||
- "1.3.4"
|
||||
- "2.0.0"
|
||||
- "2.0.1"
|
||||
- "2.1.0"
|
||||
|
|
|
@ -87,6 +87,7 @@ public class Version implements Comparable<Version>, ToXContentFragment {
|
|||
public static final Version V_1_3_1 = new Version(1030199, org.apache.lucene.util.Version.LUCENE_8_10_1);
|
||||
public static final Version V_1_3_2 = new Version(1030299, org.apache.lucene.util.Version.LUCENE_8_10_1);
|
||||
public static final Version V_1_3_3 = new Version(1030399, org.apache.lucene.util.Version.LUCENE_8_10_1);
|
||||
public static final Version V_1_3_4 = new Version(1030499, org.apache.lucene.util.Version.LUCENE_8_10_1);
|
||||
public static final Version V_2_0_0 = new Version(2000099, org.apache.lucene.util.Version.LUCENE_9_1_0);
|
||||
public static final Version V_2_0_1 = new Version(2000199, org.apache.lucene.util.Version.LUCENE_9_1_0);
|
||||
public static final Version V_2_1_0 = new Version(2010099, org.apache.lucene.util.Version.LUCENE_9_3_0);
|
||||
|
|
Loading…
Reference in New Issue