Skip to content

Commit c094d11

Browse files
opensearch-trigger-bot[bot]opensearch-ci-botpeterzhuamazon
authored
[AUTO] Increment version to 3.1.0-SNAPSHOT (#1837)
* 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 46f5e40 commit c094d11

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

alerting/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ configurations {
126126
// This flag indicates the existence of security plugin
127127
def securityEnabled = System.getProperty("security", "false") == "true" || System.getProperty("https", "false") == "true"
128128

129-
// Always be minimumCompatibilityVersion of current opensearch version(3.0.0)
129+
// Always be minimumCompatibilityVersion of current opensearch version(3.1.0)
130130
// get latest 2.x version from OpenSearch 2.x branch
131131
static def fetchVersionProperties() {
132132
def url = 'https://raw.githubusercontent.com/opensearch-project/OpenSearch/refs/heads/2.x/buildSrc/version.properties'

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "3.0.0-beta1-SNAPSHOT")
11-
buildVersionQualifier = System.getProperty("build.version_qualifier", "beta1")
10+
opensearch_version = System.getProperty("opensearch.version", "3.1.0-SNAPSHOT")
11+
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
1313
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
1414
version_tokens = opensearch_version.tokenize('-')

0 commit comments

Comments
 (0)