File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -257,7 +257,7 @@ String bwcRemoteFile = 'https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elastics
257
257
testClusters {
258
258
" ${ baseName} $i " {
259
259
testDistribution = " ARCHIVE"
260
- versions = [" 7.10.2" ," 2.0.0 -SNAPSHOT" ]
260
+ versions = [" 7.10.2" ," 2.0.1 -SNAPSHOT" ]
261
261
numberOfNodes = 3
262
262
plugin(provider(new Callable<RegularFile > (){
263
263
@Override
Original file line number Diff line number Diff line change @@ -7,10 +7,10 @@ buildscript {
7
7
apply from : ' build-tools/repositories.gradle'
8
8
9
9
ext {
10
- opensearch_version = System . getProperty(" opensearch.version" , " 2.0.0 -SNAPSHOT" )
10
+ opensearch_version = System . getProperty(" opensearch.version" , " 2.0.1 -SNAPSHOT" )
11
11
buildVersionQualifier = System . getProperty(" build.version_qualifier" , " " )
12
12
isSnapshot = " true" == System . getProperty(" build.snapshot" , " true" )
13
- // 2.0.0 -SNAPSHOT -> 2.0.0 .0-SNAPSHOT
13
+ // 2.0.1 -SNAPSHOT -> 2.0.1 .0-SNAPSHOT
14
14
version_tokens = opensearch_version. tokenize(' -' )
15
15
opensearch_build = version_tokens[0 ] + ' .0'
16
16
plugin_no_snapshot = opensearch_build
You can’t perform that action at this time.
0 commit comments