Skip to content

Commit

Permalink
#982: Upgrade to IDEA 2023.3.3 (#983)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Jan 26, 2024
1 parent 01154d8 commit 9a65ef8
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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.3, 2023.2.5, 2023.3.2]
version: [2023.1.3, 2023.2.5, 2023.3.3]
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.3" "2023.2.5" "2023.3.2"; do
for v in "2023.1.3" "2023.2.5" "2023.3.3"; do
./build.sh $v
done
1 change: 1 addition & 0 deletions camel-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
<change-notes><![CDATA[
v.1.2.2
<ul>
<li>Upgraded to IDEA 2023.3.3</li>
<li>Bug fixes</li>
</ul>
]]>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ camelVersion = 4.3.0
camelQuarkusVersion = 3.6.0
camelKameletVersion = 4.3.0
camelKarafVersion = 3.22.0
ideaVersion=2023.3.2
ideaVersion=2023.3.3
mavenResolverVersion=1.9.14
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 2023.3.2` 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.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="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 9a65ef8

Please sign in to comment.