Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
version: [2025.2.5]
version: [2025.3.1]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ camelVersion = 4.16.0
camelQuarkusVersion = 3.30.0
camelKameletVersion = 4.16.0
camelKarafVersion = 3.22.4
ideaVersion=2025.2.5
ideaVersion=2025.3.1
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true
Expand Down
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 2025.2` or newer, but if you want to try with an older version you can follow this guide
The plugin is tested with `IDEA 2025.3` 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="232"/>` 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
1 change: 1 addition & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
v.1.4.7
<ul>
<li>Only IDEA 2025 onwards is supported</li>
<li>Upgraded to IDEA 2025.3</li>
</ul>
]]>
</change-notes>
Expand Down
Loading