Skip to content

Commit e2bac69

Browse files
(cherry picked from commit 9f881fd) Signed-off-by: Peter Zhu <zhujiaxi@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 8d531e0 commit e2bac69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ buildscript {
88
ext {
99
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
1010
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
11-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
11+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
version_tokens = opensearch_version.tokenize('-')
1313
opensearch_build = version_tokens[0] + '.0'
1414
prometheus_binary_version = "2.37.2"

0 commit comments

Comments
 (0)