From 0737fdaecfb95278361202d75b669172bb374df9 Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sun, 27 Oct 2024 17:19:21 +0100 Subject: [PATCH] Upgrade to latest IDEA releases --- .github/workflows/ci-build.yaml | 2 +- build-all.sh | 2 +- gradle.properties | 2 +- src/main/resources/META-INF/plugin.xml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index f1d4e836..30f0fa5a 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -40,7 +40,7 @@ jobs: strategy: matrix: os: [ubuntu-latest, macos-latest, windows-latest] - version: [2023.2.7, 2023.3.8, 2024.1.6, 2024.2.3] + version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.4] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index 43b96d0c..8e0b5299 100755 --- a/build-all.sh +++ b/build-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -for v in "2023.2.7" "2023.3.8" "2024.1.6" "2024.2.3"; do +for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.4"; do ./build.sh $v done diff --git a/gradle.properties b/gradle.properties index 1cb32fd3..6e75d69d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ camelVersion = 4.8.0 camelQuarkusVersion = 3.15.0 camelKameletVersion = 4.8.0 camelKarafVersion = 3.22.2 -ideaVersion=2024.2.3 +ideaVersion=2024.2.4 mavenResolverVersion=1.9.22 org.jetbrains.intellij.platform.downloadSources=true diff --git a/src/main/resources/META-INF/plugin.xml b/src/main/resources/META-INF/plugin.xml index df392ca3..1105912a 100644 --- a/src/main/resources/META-INF/plugin.xml +++ b/src/main/resources/META-INF/plugin.xml @@ -11,7 +11,7 @@ -
  • Bug fixes
  • +
  • Upgraded to IDEA 2024.2.4
  • ]]>