Skip to content

Commit 86e2ab6

Browse files
Remove beta1 qualifier (#821) (#822)
(cherry picked from commit 83761fe) 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 83659e3 commit 86e2ab6

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
@@ -8,7 +8,7 @@ buildscript {
88
opensearch_group = "org.opensearch"
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
kotlin_version = System.getProperty("kotlin.version", "1.9.25")
1313
}
1414

0 commit comments

Comments
 (0)