Skip to content

Commit

Permalink
[2.11] Updating the build.gradle and Install for the release (#502)
Browse files Browse the repository at this point in the history
* [2.11] Updating the build.gradle and Install for the release

Signed-off-by: Arjun kumar Giri <[email protected]>

* [2.11] Updating the build.gradle and Install for the release

Signed-off-by: Arjun kumar Giri <[email protected]>

* [2.11] Updating the build.gradle and Install for the release

Signed-off-by: Arjun kumar Giri <[email protected]>

---------

Signed-off-by: Arjun kumar Giri <[email protected]>
Co-authored-by: Arjun kumar Giri <[email protected]>
  • Loading branch information
arjunkumargiri and arjunkumargiri committed Oct 6, 2023
1 parent 815ac0a commit e79d639
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This package uses the [Gradle](https://docs.gradle.org/current/userguide/usergui

2. Clone the Performance Analyzer plugin repository as follows:

`git clone -b 2.10 --single-branch https://github.com/opensearch-project/performance-analyzer.git`
`git clone -b 2.11 --single-branch https://github.com/opensearch-project/performance-analyzer.git`

3. `cd performance-analyzer`

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ buildscript {
if (isSnapshot) {
opensearch_build += "-SNAPSHOT"
}
gitPaBranch = '2.10'
gitPaBranch = '2.11'
gitPaRepo = "https://github.com/opensearch-project/performance-analyzer.git"
runGauntletTests = "true" == System.getProperty("run.gauntlet.tests", "false")
}
Expand Down

0 comments on commit e79d639

Please sign in to comment.