Skip to content

Commit

Permalink
Upgrade to IDEA 2024.1.6 (#1040)
Browse files Browse the repository at this point in the history
* Upgrade to Quarkus 3.13.1

* Upgrade to IDEA 2024.1.6

* Its CEQ 3.13.0 release
  • Loading branch information
davsclaus authored Aug 12, 2024
1 parent 18ae5ad commit 4da544d
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [2023.1.7, 2023.2.7, 2023.3.7, 2024.1.4]
version: [2023.1.7, 2023.2.7, 2023.3.7, 2024.1.6]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion build-all.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

for v in "2023.1.7" "2023.2.7" "2023.3.7" "2024.1.4"; do
for v in "2023.1.7" "2023.2.7" "2023.3.7" "2024.1.6"; do
./build.sh $v
done
2 changes: 1 addition & 1 deletion camel-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ patchPluginXml {
}

runPluginVerifier {
ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.4" ]
ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.6" ]
}

// publishPlugin {
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
camelVersion = 4.7.0
camelQuarkusVersion = 3.12.0
camelQuarkusVersion = 3.13.0
camelKameletVersion = 4.7.0
camelKarafVersion = 3.22.2
ideaVersion=2024.1.4
ideaVersion=2024.1.6
mavenResolverVersion=1.9.20
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ Importing the project into IntelliJ as plug-in only require you choose ìmport f
#### <a name="runningwithpreviousversion"></a>Running the plug-in with a previous versions of IDEA

The plugin is tested with `IDEA 2024.1.4` or newer, but if you want to try with an older version you can follow this guide
The plugin is tested with `IDEA 2024.1.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 `<idea-version since-build="231"/>` 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
Expand Down

0 comments on commit 4da544d

Please sign in to comment.