From 3b914a2b8314aa6411a3ba7980ac28b7d2c7d16f Mon Sep 17 00:00:00 2001 From: Phan Thai Duong <30502963+phanthaiduong22@users.noreply.github.com> Date: Thu, 3 Jul 2025 18:07:33 +0700 Subject: [PATCH] Update upgrading projects with GH (#56469) Co-authored-by: Felix Guntrip --- .../copilot/tutorials/upgrading-projects-with-github-copilot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/tutorials/upgrading-projects-with-github-copilot.md b/content/copilot/tutorials/upgrading-projects-with-github-copilot.md index 329ee1d4ac1b..42d2e29a95e0 100644 --- a/content/copilot/tutorials/upgrading-projects-with-github-copilot.md +++ b/content/copilot/tutorials/upgrading-projects-with-github-copilot.md @@ -22,7 +22,7 @@ redirect_from: You can upgrade a Git-based Maven or Gradle Java project using {% data variables.product.prodname_copilot %} in {% data variables.product.prodname_vscode %}. You will need: -* Either a **{% data variables.copilot.copilot_for_business %}** or **{% data variables.copilot.copilot_enterprise %}** [subscription plan](/copilot/about-github-copilot/subscription-plans-for-github-copilot). +* Either a **{% data variables.copilot.copilot_pro %}**, **{% data variables.copilot.copilot_pro_plus %}**, **{% data variables.copilot.copilot_for_business %}** or **{% data variables.copilot.copilot_enterprise %}** [subscription plan](/copilot/about-github-copilot/subscription-plans-for-github-copilot). * The latest version of [{% data variables.product.prodname_vscode %}](https://code.visualstudio.com/). * For Maven-based projects, access to the public Maven Central repository. * Installed versions of both the source and target JDKs.