From 527e65283aeaa98dc221bf45d373af6cc9c256ff Mon Sep 17 00:00:00 2001 From: Evgenii Novozhilov Date: Thu, 22 Feb 2024 12:59:54 +0200 Subject: [PATCH] 2024.1 update: declare 2024.1 as stable --- 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 40268b8f59e..50244e30d57 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.2", - "intellij-oss-latest-stable": "intellij-2023.3", + "intellij-oss-oldest-stable": "intellij-2023.3", + "intellij-oss-latest-stable": "intellij-2024.1", "intellij-oss-under-dev": "intellij-2024.1", - "intellij-ue-oss-oldest-stable": "intellij-ue-2023.2", - "intellij-ue-oss-latest-stable": "intellij-ue-2023.3", + "intellij-ue-oss-oldest-stable": "intellij-ue-2023.3", + "intellij-ue-oss-latest-stable": "intellij-ue-2024.1", "intellij-ue-oss-under-dev": "intellij-ue-2024.1", "android-studio-oss-oldest-stable": "android-studio-2023.1", "android-studio-oss-latest-stable": "android-studio-2023.2", "android-studio-oss-under-dev": "android-studio-2023.2", - "clion-oss-oldest-stable": "clion-2023.2", - "clion-oss-latest-stable": "clion-2023.3", + "clion-oss-oldest-stable": "clion-2023.3", + "clion-oss-latest-stable": "clion-2024.1", "clion-oss-under-dev": "clion-2024.1", # Indirect ij_product mapping for Cloud Code Plugin OSS "intellij-cc-oldest-stable": "intellij-2022.3",