From 76ff4072e0396b1904b819c957fd7aa43199e2b0 Mon Sep 17 00:00:00 2001 From: Mai Hussien <70515749+mai93@users.noreply.github.com> Date: Thu, 7 Dec 2023 09:56:40 -0800 Subject: [PATCH] move 2023.3 to latest-stable (#5517) --- intellij_platform_sdk/build_defs.bzl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/intellij_platform_sdk/build_defs.bzl b/intellij_platform_sdk/build_defs.bzl index 3fa93172293..3f4eba96bda 100644 --- a/intellij_platform_sdk/build_defs.bzl +++ b/intellij_platform_sdk/build_defs.bzl @@ -24,17 +24,17 @@ INDIRECT_IJ_PRODUCTS = { # Indirect ij_product mapping for Bazel Plugin OSS # The old names for -oss-oldest-stable and -oss-latest-stable were # -oss-stable and -oss-beta respectively. - "intellij-oss-oldest-stable": "intellij-2023.1", - "intellij-oss-latest-stable": "intellij-2023.2", + "intellij-oss-oldest-stable": "intellij-2023.2", + "intellij-oss-latest-stable": "intellij-2023.3", "intellij-oss-under-dev": "intellij-2023.3", - "intellij-ue-oss-oldest-stable": "intellij-ue-2023.1", - "intellij-ue-oss-latest-stable": "intellij-ue-2023.2", + "intellij-ue-oss-oldest-stable": "intellij-ue-2023.2", + "intellij-ue-oss-latest-stable": "intellij-ue-2023.3", "intellij-ue-oss-under-dev": "intellij-ue-2023.3", "android-studio-oss-oldest-stable": "android-studio-2022.3", "android-studio-oss-latest-stable": "android-studio-2023.1", "android-studio-oss-under-dev": "android-studio-2023.1", - "clion-oss-oldest-stable": "clion-2023.1", - "clion-oss-latest-stable": "clion-2023.2", + "clion-oss-oldest-stable": "clion-2023.2", + "clion-oss-latest-stable": "clion-2023.3", "clion-oss-under-dev": "clion-2023.3", # Indirect ij_product mapping for Cloud Code Plugin OSS "intellij-cc-oldest-stable": "intellij-2022.3",