Skip to content

Commit 97dbdcf

Browse files
authored
Upgrade to IDEA 2024.3.5 (#1108)
1 parent 2abaa52 commit 97dbdcf

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
strategy:
4141
matrix:
4242
os: [ubuntu-latest, macos-latest, windows-latest]
43-
version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.3.4]
43+
version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.3.5]
4444
runs-on: ${{ matrix.os }}
4545
steps:
4646
- uses: actions/checkout@v3

build-all.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/bin/bash
22

3-
for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3.4"; do
3+
for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3.5"; do
44
./build.sh $v
55
done

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ camelVersion = 4.10.2
22
camelQuarkusVersion = 3.19.0
33
camelKameletVersion = 4.10.0
44
camelKarafVersion = 3.22.4
5-
ideaVersion=2024.3.4
5+
ideaVersion=2024.3.5
66
mavenResolverVersion=1.9.22
77

88
org.jetbrains.intellij.platform.downloadSources=true

readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ Importing the project into IntelliJ as plug-in only require you choose ìmport f
9999
100100
#### <a name="runningwithpreviousversion"></a>Running the plug-in with a previous versions of IDEA
101101

102-
The plugin is tested with `IDEA 2024.2` or newer, but if you want to try with an older version you can follow this guide
102+
The plugin is tested with `IDEA 2024.3` or newer, but if you want to try with an older version you can follow this guide
103103

104104
> - Follow the guide [build from source](#buildingfromsource)
105105
> - 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

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<change-notes><![CDATA[
1212
v.1.3.7
1313
<ul>
14-
<li>TODO</li>
14+
<li>Upgraded to IDEA 2024.3.5</li>
1515
</ul>
1616
]]>
1717
</change-notes>

0 commit comments

Comments
 (0)