diff --git a/.github/workflows/ci-build.yaml b/.github/workflows/ci-build.yaml index 1130c551..83580429 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.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 diff --git a/build-all.sh b/build-all.sh index 1781a811..2f5d3d5a 100755 --- a/build-all.sh +++ b/build-all.sh @@ -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 diff --git a/camel-idea-plugin/build.gradle b/camel-idea-plugin/build.gradle index 93c0b9ea..043838e1 100644 --- a/camel-idea-plugin/build.gradle +++ b/camel-idea-plugin/build.gradle @@ -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 { diff --git a/gradle.properties b/gradle.properties index 6f8b59fd..0a165a66 100644 --- a/gradle.properties +++ b/gradle.properties @@ -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 \ No newline at end of file