Skip to content

Commit 6a30e6b

Browse files
AWSHurneytzelinh
andauthored
Incremented version to 2.0.1 (#465) (#469)
Signed-off-by: Zelin Hao <[email protected]> Signed-off-by: AWSHurneyt <[email protected]> Co-authored-by: Zelin Hao <[email protected]>
1 parent 6d8a02c commit 6a30e6b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

alerting/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ String bwcRemoteFile = 'https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elastics
257257
testClusters {
258258
"${baseName}$i" {
259259
testDistribution = "ARCHIVE"
260-
versions = ["7.10.2","2.0.0-SNAPSHOT"]
260+
versions = ["7.10.2","2.0.1-SNAPSHOT"]
261261
numberOfNodes = 3
262262
plugin(provider(new Callable<RegularFile>(){
263263
@Override

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ buildscript {
77
apply from: 'build-tools/repositories.gradle'
88

99
ext {
10-
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
10+
opensearch_version = System.getProperty("opensearch.version", "2.0.1-SNAPSHOT")
1111
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
1212
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
1414
version_tokens = opensearch_version.tokenize('-')
1515
opensearch_build = version_tokens[0] + '.0'
1616
plugin_no_snapshot = opensearch_build

0 commit comments

Comments
 (0)