Skip to content

Commit

Permalink
Upgrade to IDEA 2024.1.1 (#1019)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus committed May 2, 2024
1 parent e11f102 commit 520079d
Show file tree
Hide file tree
Showing 4 changed files with 4 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.6, 2024.1]
version: [2023.1.3, 2023.2.5, 2023.3.6, 2024.1.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" "2024.1; do
for v in "2023.1.3" "2023.2.5" "2023.3.6" "2024.1.1"; 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" ]
ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.1" ]
}

// publishPlugin {
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.5.0
camelQuarkusVersion = 3.9.0
camelKameletVersion = 4.5.0
camelKarafVersion = 3.22.1
ideaVersion=2024.1
ideaVersion=2024.1.1
mavenResolverVersion=1.9.18

0 comments on commit 520079d

Please sign in to comment.