Skip to content

Commit

Permalink
bumping version to 1.2.2 (opensearch-project#346)
Browse files Browse the repository at this point in the history
* bumping version to 1.2.2

Signed-off-by: Shenoy Pratik <[email protected]>

* update PR in release notes

Signed-off-by: Shenoy Pratik <[email protected]>
  • Loading branch information
ps48 authored and eugenesk24 committed Jan 25, 2022
1 parent 688fa71 commit ce15f81
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions opensearch-observability/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -260,11 +260,15 @@ String bwcFilePath = "src/test/kotlin/org/opensearch/observability/resources/bwc
testClusters {
"${baseName}$i" {
testDistribution = "ARCHIVE"
<<<<<<< HEAD
<<<<<<< HEAD
versions = ["1.1.0",opensearch_version]
=======
versions = ["1.1.0","1.2.1-SNAPSHOT"]
>>>>>>> d72e632 (Update tests, builds and doc (#318))
=======
versions = ["1.1.0","1.2.2-SNAPSHOT"]
>>>>>>> 249c6b6 (bumping version to 1.2.2 (#346))
numberOfNodes = 3
plugin(provider(new Callable<RegularFile>(){
@Override
Expand Down

0 comments on commit ce15f81

Please sign in to comment.