Skip to content

Commit bd6f4e3

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored
[AUTO] Increment version to 3.1.0-SNAPSHOT (#1414)
* Increment version to 3.1.0-SNAPSHOT Signed-off-by: opensearch-ci-bot <[email protected]> * Update build.gradle Signed-off-by: Peter Zhu <[email protected]> --------- Signed-off-by: opensearch-ci-bot <[email protected]> Signed-off-by: Peter Zhu <[email protected]> Co-authored-by: opensearch-ci-bot <[email protected]> Co-authored-by: Peter Zhu <[email protected]>
1 parent a36dc82 commit bd6f4e3

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-beta1-SNAPSHOT")
30-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
29+
opensearch_version = System.getProperty("opensearch.version", "3.1.0-SNAPSHOT")
30+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
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)