Skip to content

Commit

Permalink
[AUTO] Increment version to 1.3.17-SNAPSHOT (#2637)
Browse files Browse the repository at this point in the history
* Increment version to 1.3.17-SNAPSHOT

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>

* test ci

Signed-off-by: Joshua Li <joshuali925@gmail.com>

---------

Signed-off-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Signed-off-by: Joshua Li <joshuali925@gmail.com>
Co-authored-by: opensearch-ci-bot <opensearch-infra@amazon.com>
Co-authored-by: Joshua Li <joshuali925@gmail.com>
  • Loading branch information
3 people committed May 28, 2024
1 parent c7a5da4 commit 41f41c4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sql-test-and-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: SQL Java CI
on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.3.16-SNAPSHOT'
OPENSEARCH_VERSION: '1.3.17-SNAPSHOT'

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

buildscript {
ext {
opensearch_version = System.getProperty("opensearch.version", "1.3.16-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "1.3.17-SNAPSHOT")
spring_version = "5.3.27"
}

Expand Down
2 changes: 1 addition & 1 deletion doctest/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ task stopOpenSearch(type: KillProcessTask)
doctest.dependsOn startOpenSearch
doctest.finalizedBy stopOpenSearch

// disable doctest for 1.3.x in case no opensearch-ml-1.3.16 snapshot.
// disable doctest for 1.3.x in case no opensearch-ml-1.3.17 snapshot.
// https://github.com/opensearch-project/sql/issues/942
// build.dependsOn doctest
clean.dependsOn(cleanBootstrap)
Expand Down

0 comments on commit 41f41c4

Please sign in to comment.