Skip to content

Commit 0a876ba

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botlezzago
authored
[AUTO] Increment version to 1.3.15-SNAPSHOT (#575)
* Increment version to 1.3.15-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Empty-Commit Signed-off-by: Ashish Agrawal <[email protected]> * Remove jdk 8 CI test Signed-off-by: Ashish Agrawal <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Ashish Agrawal <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Ashish Agrawal <[email protected]>
1 parent 02d6bfd commit 0a876ba

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/ci.yml

-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ jobs:
1212
strategy:
1313
matrix:
1414
java:
15-
- 8
1615
- 11
1716
- 14
1817
os: [ubuntu-latest, windows-latest]

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
buildscript {
77
ext {
88
opensearch_group = "org.opensearch"
9-
opensearch_version = System.getProperty("opensearch.version", "1.3.14-SNAPSHOT")
9+
opensearch_version = System.getProperty("opensearch.version", "1.3.15-SNAPSHOT")
1010
kotlin_version = System.getProperty("kotlin.version", "1.6.0")
1111
}
1212

0 commit comments

Comments
 (0)