Skip to content

Commit 040e32e

Browse files
Adjust bwc versions after 2.19 release
Signed-off-by: Martin Gaievski <gaievski@amazon.com>
1 parent 6564cec commit 040e32e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
java: [ 21, 23 ]
1717
os: [ubuntu-latest]
18-
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.0-SNAPSHOT","2.20.0-SNAPSHOT"]
18+
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0","2.15.0","2.16.0","2.17.0","2.18.0","2.19.0","2.20.0-SNAPSHOT"]
1919
opensearch_version : [ "3.0.0-SNAPSHOT" ]
2020

2121
name: NeuralSearch Restart-Upgrade BWC Tests

gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# https://github.com/opensearch-project/OpenSearch/blob/main/libs/core/src/main/java/org/opensearch/Version.java .
88
# Wired compatibility of OpenSearch works like 3.x version is compatible with 2.(latest-major) version.
99
# Therefore, to run rolling-upgrade BWC Test on local machine the BWC version here should be set 2.(latest-major).
10-
systemProp.bwc.version=2.19.0-SNAPSHOT
10+
systemProp.bwc.version=2.20.0-SNAPSHOT
1111
systemProp.bwc.bundle.version=2.19.0
1212

1313
# For fixing Spotless check with Java 17

0 commit comments

Comments
 (0)