Skip to content

Commit

Permalink
#1011 - Upgrade to IDEA 2024.1
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed Apr 14, 2024
1 parent 91883b4 commit de52c2c
Show file tree
Hide file tree
Showing 5 changed files with 7 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.3, 2023.2.5, 2023.3.6]
version: [2023.1.3, 2023.2.5, 2023.3.6, 2024.1]
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.6"; do
for v in "2023.1.3" "2023.2.5" "2023.3.6" "2024.1; do
./build.sh $v
done
4 changes: 2 additions & 2 deletions camel-idea-plugin/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ intellij {
// http://www.jetbrains.org/intellij/sdk/docs/basics/getting_started/build_number_ranges.html
patchPluginXml {
sinceBuild = "231"
untilBuild = "233.*"
untilBuild = "241.*"
}

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

// publishPlugin {
Expand Down
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 @@ -12,6 +12,7 @@
v.1.2.7
<ul>
<li>Upgrade to Camel 4.5.0</li>
<li>IDEA 2024.1 supported</li>
</ul>
]]>
</change-notes>
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.5.0
camelQuarkusVersion = 3.9.0
camelKameletVersion = 4.4.1
camelKameletVersion = 4.5.0
camelKarafVersion = 3.22.1
ideaVersion=2023.3.6
ideaVersion=2024.1
mavenResolverVersion=1.9.18

0 comments on commit de52c2c

Please sign in to comment.