From 6edc720b8d2fb08ec53d8ffbcad5c09afcbad25d Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sat, 2 Mar 2024 11:20:32 +0100 Subject: [PATCH] #991: Upgrade to IDEA 2023.3.4 --- .github/workflows/ci-build.yaml | 2 +- build-all.sh | 2 +- gradle.properties | 2 +- readme.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index ddddc898..badd02cd 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.1.3, 2023.2.5, 2023.3.3] + version: [2023.1.3, 2023.2.5, 2023.3.4] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index e0696000..b567f304 100755 --- a/build-all.sh +++ b/build-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -for v in "2023.1.3" "2023.2.5" "2023.3.3"; do +for v in "2023.1.3" "2023.2.5" "2023.3.4"; do ./build.sh $v done diff --git a/gradle.properties b/gradle.properties index c1c2c0b6..b8c94b2c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ camelVersion = 4.4.0 camelQuarkusVersion = 3.7.0 camelKameletVersion = 4.3.0 camelKarafVersion = 3.22.0 -ideaVersion=2023.3.3 +ideaVersion=2023.3.4 mavenResolverVersion=1.9.18 \ No newline at end of file diff --git a/readme.md b/readme.md index 06a0094b..753a9f9b 100644 --- a/readme.md +++ b/readme.md @@ -99,7 +99,7 @@ Importing the project into IntelliJ as plug-in only require you choose ìmport f #### Running the plug-in with a previous versions of IDEA -The plugin is tested with `IDEA 2023.3.3` or newer, but if you want to try with an older version you can follow this guide +The plugin is tested with `IDEA 2023.3.4` or newer, but if you want to try with an older version you can follow this guide > - Follow the guide [build from source](#buildingfromsource) > - Change the attribute `` in `camel-idea-plugin/src/main/resources/META-INF/plugin.xml` to match the version. please see [document](http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html) for build number description