Skip to content

Commit 2bf993c

Browse files
(cherry picked from commit e4fc510) 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 e8ba0e1 commit 2bf993c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ buildscript {
2222
ext {
2323
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
2424
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
25-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
25+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
2626
version_tokens = opensearch_version.tokenize('-')
2727
opensearch_build = version_tokens[0] + '.0'
2828
plugin_no_snapshot = opensearch_build

0 commit comments

Comments
 (0)