diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 8eea0a65..8567a948 100644 --- a/.github/workflows/ci-build.yaml +++ b/.github/workflows/ci-build.yaml @@ -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] + version: [2023.2.8, 2023.3.8, 2024.1.7, 2024.2.5, 2024.3.1] runs-on: ${{ matrix.os }} steps: - uses: actions/checkout@v3 diff --git a/build-all.sh b/build-all.sh index 2663349f..db773855 100755 --- a/build-all.sh +++ b/build-all.sh @@ -1,5 +1,5 @@ #!/bin/bash -for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3"; do +for v in "2023.2.8" "2023.3.8" "2024.1.7" "2024.2.5" "2024.3.1"; do ./build.sh $v done diff --git a/gradle.properties b/gradle.properties index 1489ccee..d5dce335 100644 --- a/gradle.properties +++ b/gradle.properties @@ -2,7 +2,7 @@ camelVersion = 4.9.0 camelQuarkusVersion = 3.16.0 camelKameletVersion = 4.9.0 camelKarafVersion = 3.22.2 -ideaVersion=2024.3 +ideaVersion=2024.3.1 mavenResolverVersion=1.9.22 org.jetbrains.intellij.platform.downloadSources=true