Skip to content

Commit

Permalink
distributed job scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
sbcd90 committed Feb 19, 2024
1 parent b9650e7 commit 575c6b7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
apply from: 'build-tools/repositories.gradle'

ext {
opensearch_version = System.getProperty("opensearch.version", "2.11.1-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.11.0-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
// 2.7.0-SNAPSHOT -> 2.7.0.0-SNAPSHOT
Expand Down

0 comments on commit 575c6b7

Please sign in to comment.