diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index badd02cd..85a9ba25 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.4] + version: [2023.1.3, 2023.2.5, 2023.3.5] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index b567f304..4b5d15fe 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.4"; do +for v in "2023.1.3" "2023.2.5" "2023.3.5"; do ./build.sh $v done diff --git a/gradle.properties b/gradle.properties index 5c673836..72d873fe 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.4 +ideaVersion=2023.3.5 mavenResolverVersion=1.9.18 \ No newline at end of file diff --git a/readme.md b/readme.md index 753a9f9b..0d392a7f 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.4` 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.5` 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