Skip to content

Commit d24ac9a

Browse files
Increment version to 2.13.1-SNAPSHOT
Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
1 parent 328f501 commit d24ac9a

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/backwards_compatibility_tests_workflow.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ jobs:
1414
strategy:
1515
matrix:
1616
java: [ 11, 17 ]
17-
bwc_version : [ "1.1.0", "1.2.4", "1.3.8", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0" ]
18-
opensearch_version : [ "2.13.0-SNAPSHOT" ]
17+
bwc_version : [ "1.1.0", "1.2.4", "1.3.8", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0" ]
18+
opensearch_version : [ "2.13.1-SNAPSHOT" ]
1919

2020
name: k-NN Restart-Upgrade BWC Tests
2121
runs-on: ubuntu-latest
@@ -46,8 +46,8 @@ jobs:
4646
strategy:
4747
matrix:
4848
java: [ 11, 17 ]
49-
bwc_version: [ "1.3.8", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0"]
50-
opensearch_version: [ "2.13.0-SNAPSHOT" ]
49+
bwc_version: [ "1.3.8", "2.0.1", "2.1.0", "2.2.1", "2.3.0", "2.4.1", "2.5.0", "2.6.0", "2.7.0", "2.8.0", "2.9.0", "2.10.0", "2.11.0", "2.12.0", "2.13.0"]
50+
opensearch_version: [ "2.13.1-SNAPSHOT" ]
5151

5252
name: k-NN Rolling-Upgrade BWC Tests
5353
runs-on: ubuntu-latest

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ buildscript {
1313
ext {
1414
// build.version_qualifier parameter applies to knn plugin artifacts only. OpenSearch version must be set
1515
// explicitly as 'opensearch.version' property, for instance opensearch.version=2.0.0-rc1-SNAPSHOT
16-
opensearch_version = System.getProperty("opensearch.version", "2.13.0-SNAPSHOT")
16+
opensearch_version = System.getProperty("opensearch.version", "2.13.1-SNAPSHOT")
1717
version_qualifier = System.getProperty("build.version_qualifier", "")
1818
opensearch_group = "org.opensearch"
1919
isSnapshot = "true" == System.getProperty("build.snapshot", "true")

0 commit comments

Comments
 (0)