Skip to content

Commit f0a4ac1

Browse files
Increment version to 2.15.0-SNAPSHOT (#730) (#753)
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com> Signed-off-by: Martin Gaievski <gaievski@amazon.com> Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com> (cherry picked from commit 398a465) Co-authored-by: opensearch-trigger-bot[bot] <98922864+opensearch-trigger-bot[bot]@users.noreply.github.com>
1 parent 038b1ec commit f0a4ac1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
matrix:
1616
java: [ 11, 17, 21 ]
1717
os: [ubuntu-latest,windows-latest]
18-
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0-SNAPSHOT"]
18+
bwc_version : ["2.9.0","2.10.0","2.11.0","2.12.0","2.13.0","2.14.0"]
1919
opensearch_version : [ "3.0.0-SNAPSHOT" ]
2020

2121
name: NeuralSearch Restart-Upgrade BWC Tests
@@ -42,7 +42,7 @@ jobs:
4242
matrix:
4343
java: [ 11, 17, 21 ]
4444
os: [ubuntu-latest,windows-latest]
45-
bwc_version: [ "2.14.0-SNAPSHOT" ]
45+
bwc_version: [ "2.15.0-SNAPSHOT" ]
4646
opensearch_version: [ "3.0.0-SNAPSHOT" ]
4747

4848
name: NeuralSearch Rolling-Upgrade BWC Tests

gradle.properties

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
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.14.0-SNAPSHOT
11-
systemProp.bwc.bundle.version=2.14.0
10+
systemProp.bwc.version=2.15.0-SNAPSHOT
11+
systemProp.bwc.bundle.version=2.15.0
1212

1313
# For fixing Spotless check with Java 17
1414
org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \

0 commit comments

Comments
 (0)