Skip to content

Commit

Permalink
[AUTO] Increment version to 2.2.1-SNAPSHOT (#528)
Browse files Browse the repository at this point in the history
* Increment version to 2.2.1-SNAPSHOT

Signed-off-by: opensearch-ci-bot <[email protected]>

* Fix 1.1.0 alerting zip url

Signed-off-by: Ashish Agrawal <[email protected]>

Signed-off-by: opensearch-ci-bot <[email protected]>
Signed-off-by: Ashish Agrawal <[email protected]>
Co-authored-by: opensearch-ci-bot <[email protected]>
Co-authored-by: Ashish Agrawal <[email protected]>
  • Loading branch information
3 people authored Aug 23, 2022
1 parent b3d676f commit 52e83e1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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://ci.opensearch.org/ci/dbc/bundle-build/1.1.0/2021
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
versions = ["1.1.0", "2.2.0-SNAPSHOT"]
versions = ["1.1.0", "2.2.1-SNAPSHOT"]
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ buildscript {
apply from: 'build-tools/repositories.gradle'

ext {
opensearch_version = System.getProperty("opensearch.version", "2.2.0-SNAPSHOT")
opensearch_version = System.getProperty("opensearch.version", "2.2.1-SNAPSHOT")
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
isSnapshot = "true" == System.getProperty("build.snapshot", "true")
// 2.2.0-SNAPSHOT -> 2.2.0.0-SNAPSHOT
Expand Down

0 comments on commit 52e83e1

Please sign in to comment.