Skip to content

Commit

Permalink
Upgrade to IDEA 2024.1.2 (#1024)
Browse files Browse the repository at this point in the history
  • Loading branch information
davsclaus authored Jun 1, 2024
1 parent bc26fef commit e5ff889
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 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.1]
version: [2023.1.3, 2023.2.5, 2023.3.6, 2024.1.2]
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.1"; do
for v in "2023.1.3" "2023.2.5" "2023.3.6" "2024.1.2"; 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.1" ]
ideVersions = [ "2023.1", "2023.2", "2023.3", "2024.1.2" ]
}

// publishPlugin {
Expand Down
2 changes: 1 addition & 1 deletion camel-idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
v.1.2.8
<ul>
<li>Update to Camel 4.6.0</li>
<li>Update to IDEA 2024.1.1</li>
<li>Update to IDEA 2024.1.2</li>
</ul>
]]>
</change-notes>
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.6.0
camelQuarkusVersion = 3.10.0
camelKameletVersion = 4.5.0
camelKarafVersion = 3.22.2
ideaVersion=2024.1.1
ideaVersion=2024.1.2
mavenResolverVersion=1.9.20

0 comments on commit e5ff889

Please sign in to comment.