File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,10 +9,10 @@ buildscript {
99 ext {
1010 opensearch_group = " org.opensearch"
1111 isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
12- opensearch_version = System . getProperty(" opensearch.version" , " 2.0.0-alpha1 -SNAPSHOT" )
13- buildVersionQualifier = System . getProperty(" build.version_qualifier" , " alpha1 " )
12+ opensearch_version = System . getProperty(" opensearch.version" , " 2.0.0-rc1 -SNAPSHOT" )
13+ buildVersionQualifier = System . getProperty(" build.version_qualifier" , " rc1 " )
1414
15- // 2.0.0-alpha1 -SNAPSHOT -> 2.0.0.0-alpha1 -SNAPSHOT
15+ // 2.0.0-rc1 -SNAPSHOT -> 2.0.0.0-rc1 -SNAPSHOT
1616 version_tokens = opensearch_version. tokenize(' -' )
1717 opensearch_build = version_tokens[0 ] + ' .0'
1818 if (buildVersionQualifier) {
You can’t perform that action at this time.
0 commit comments