From 47a3527a59b19a5ec38610a0799fe26bbf5b666c Mon Sep 17 00:00:00 2001 From: Claus Ibsen Date: Sat, 21 Dec 2024 15:00:43 +0100 Subject: [PATCH] Update to 2024.3.1.1 (#1093) --- .github/workflows/ci-build.yaml | 2 +- build-all.sh | 2 +- gradle.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 8567a948..cfab3ca4 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.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 diff --git a/build-all.sh b/build-all.sh index db773855..87d016f9 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.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 diff --git a/gradle.properties b/gradle.properties index 0a6ba378..1ea306a4 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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