From b80c476d9efaafe1de10db45c3aee7d48d3d9a6a Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sat, 23 Mar 2024 14:25:40 +0100 Subject: [PATCH] Upgrade to IDEA 2023.3.6 (#1003) --- .github/workflows/ci-build.yaml | 2 +- build-all.sh | 2 +- camel-idea-plugin/src/main/resources/META-INF/plugin.xml | 2 +- gradle.properties | 2 +- readme.md | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 85a9ba25..b164945a 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.5] + version: [2023.1.3, 2023.2.5, 2023.3.6] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index 4b5d15fe..d60e797b 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.5"; do +for v in "2023.1.3" "2023.2.5" "2023.3.6"; do ./build.sh $v done diff --git a/camel-idea-plugin/src/main/resources/META-INF/plugin.xml b/camel-idea-plugin/src/main/resources/META-INF/plugin.xml index ab0d8312..0a1278b5 100644 --- a/camel-idea-plugin/src/main/resources/META-INF/plugin.xml +++ b/camel-idea-plugin/src/main/resources/META-INF/plugin.xml @@ -11,7 +11,7 @@ -
  • TODO
  • +
  • Upgrade to IDEA 2023.3.6
  • ]]>
    diff --git a/gradle.properties b/gradle.properties index 72d873fe..62fe6b3d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,5 +2,5 @@ camelVersion = 4.4.0 camelQuarkusVersion = 3.8.0 camelKameletVersion = 4.4.0 camelKarafVersion = 3.22.0 -ideaVersion=2023.3.5 +ideaVersion=2023.3.6 mavenResolverVersion=1.9.18 \ No newline at end of file diff --git a/readme.md b/readme.md index 0d392a7f..4f8bb248 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.5` 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.6` 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