Skip to content

Commit

Permalink
add apache camel 4.1 (#959) (#960)
Browse files Browse the repository at this point in the history
(cherry picked from commit 7f050c9)

Co-authored-by: Carlos E. Feria Vila <carlosthe19916@gmail.com>
  • Loading branch information
github-actions[bot] and carlosthe19916 committed Nov 16, 2023
1 parent 8a38484 commit 9aa9cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ export const CAMEL: TransformationPathOption = {
label: "Camel",
description: "Rules to support upgrading to a newer version of Camel.",
options: Array.from({ length: 22 }, (_, index) => `3.${index}`)
.concat(["4.0"])
.concat(["4.0", "4.1"])
.map((version) => ({
label: `camel:${version}`,
value: `camel:${version}`,
Expand Down

0 comments on commit 9aa9cd5

Please sign in to comment.