Skip to content

Commit

Permalink
Update to 2024.3.1.1 (#1093)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Dec 21, 2024
1 parent 1bd668b commit 47a3527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.3.1]
version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.3.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.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3.1"; do
for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3.1.1"; do
./build.sh $v
done
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.9.0
camelQuarkusVersion = 3.17.0
camelKameletVersion = 4.9.0
camelKarafVersion = 3.22.3
ideaVersion=2024.3.1
ideaVersion=2024.3.1.1
mavenResolverVersion=1.9.22

org.jetbrains.intellij.platform.downloadSources=true

0 comments on commit 47a3527

Please sign in to comment.