From e79d639cfdd03172ca14c6e810ddda0f18f3673b Mon Sep 17 00:00:00 2001 From: arjunkumargiri <142054468+arjunkumargiri@users.noreply.github.com> Date: Thu, 5 Oct 2023 17:29:31 -0700 Subject: [PATCH] [2.11] Updating the build.gradle and Install for the release (#502) * [2.11] Updating the build.gradle and Install for the release Signed-off-by: Arjun kumar Giri * [2.11] Updating the build.gradle and Install for the release Signed-off-by: Arjun kumar Giri * [2.11] Updating the build.gradle and Install for the release Signed-off-by: Arjun kumar Giri --------- Signed-off-by: Arjun kumar Giri Co-authored-by: Arjun kumar Giri --- INSTALL.md | 2 +- build.gradle | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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") }