diff --git a/INSTALL.md b/INSTALL.md index 13dcebeec..50eb73106 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -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` diff --git a/build.gradle b/build.gradle index 6b1cd79ad..c0cbf2480 100644 --- a/build.gradle +++ b/build.gradle @@ -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") }