File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ configurations {
126
126
// This flag indicates the existence of security plugin
127
127
def securityEnabled = System . getProperty(" security" , " false" ) == " true" || System . getProperty(" https" , " false" ) == " true"
128
128
129
- // Always be minimumCompatibilityVersion of current opensearch version(3.0 .0)
129
+ // Always be minimumCompatibilityVersion of current opensearch version(3.1 .0)
130
130
// get latest 2.x version from OpenSearch 2.x branch
131
131
static def fetchVersionProperties () {
132
132
def url = ' https://raw.githubusercontent.com/opensearch-project/OpenSearch/refs/heads/2.x/buildSrc/version.properties'
Original file line number Diff line number Diff line change @@ -7,8 +7,8 @@ buildscript {
7
7
apply from : ' build-tools/repositories.gradle'
8
8
9
9
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" , " " )
12
12
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
13
13
// 3.0.0-SNAPSHOT -> 3.0.0.0-SNAPSHOT
14
14
version_tokens = opensearch_version. tokenize(' -' )
You can’t perform that action at this time.
0 commit comments