Skip to content

Commit c9074eb

Browse files
authored
upgrade to beta1 from alpha1 for 3.0 release (#733)
Signed-off-by: will-hwang <[email protected]>
1 parent a39f051 commit c9074eb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ validateNebulaPom.enabled = false
4848

4949
buildscript {
5050
ext {
51-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
52-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
51+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
52+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
5353
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
5454
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
5555
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)