Skip to content

Commit e7d3010

Browse files
Remove beta1 qualifier (#329) (#330)
(cherry picked from commit b234048) Signed-off-by: Peter Zhu <[email protected]> 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 3f9846e commit e7d3010

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ buildscript {
1010
ext {
1111
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
13-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
13+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1414
version_tokens = opensearch_version.tokenize('-')
1515
opensearch_build = version_tokens[0] + '.0'
1616
if (buildVersionQualifier) {

0 commit comments

Comments
 (0)