Skip to content

Commit

Permalink
Incremented version to 2.0.1 (#465) (#469)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <zelinhao@amazon.com>
Signed-off-by: AWSHurneyt <hurneyt@amazon.com>

Co-authored-by: Zelin Hao <87548827+zelinh@users.noreply.github.com>
  • Loading branch information
AWSHurneyt and zelinh authored Jun 15, 2022
1 parent 6d8a02c commit 6a30e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion alerting/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ String bwcRemoteFile = 'https://d3g5vo6xdbdb9a.cloudfront.net/downloads/elastics
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = ["7.10.2","2.0.0-SNAPSHOT"]
versions = ["7.10.2","2.0.1-SNAPSHOT"]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ buildscript {
apply from: 'build-tools/repositories.gradle'

ext {
opensearch_version = System.getProperty("opensearch.version", "2.0.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.0.1-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
// 2.0.0-SNAPSHOT -> 2.0.0.0-SNAPSHOT
// 2.0.1-SNAPSHOT -> 2.0.1.0-SNAPSHOT
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'
plugin_no_snapshot = opensearch_build
Expand Down

0 comments on commit 6a30e6b

Please sign in to comment.