Skip to content

Commit 05bba7b

Browse files
authored
Update 3.0.0 qualifier from alpha1 to beta1 (#1398)
* Update 3.0.0 qualifier from alpha1 to beta1 Signed-off-by: Vaibhav Agarwal <[email protected]> * Removed excluding groups Signed-off-by: Vaibhav Agarwal <[email protected]> --------- Signed-off-by: Vaibhav Agarwal <[email protected]>
1 parent dbaeeac commit 05bba7b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@ import java.util.concurrent.TimeUnit
2626
buildscript {
2727
ext {
2828
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
29-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-alpha1-SNAPSHOT")
30-
buildVersionQualifier = System.getProperty("build.version_qualifier", "alpha1")
29+
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
30+
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
3131
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
3232
version_tokens = opensearch_version.tokenize('-')
3333
opensearch_build = version_tokens[0] + '.0'

0 commit comments

Comments
 (0)