Skip to content

Commit

Permalink
move 2023.3 to latest-stable (#5517)
Browse files Browse the repository at this point in the history
  • Loading branch information
mai93 authored Dec 7, 2023
1 parent 5149211 commit 76ff407
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions intellij_platform_sdk/build_defs.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 76ff407

Please sign in to comment.