From 7f050c9670e340a919f0d28dd7abd0605d0e454e Mon Sep 17 00:00:00 2001 From: "Carlos E. Feria Vila" Date: Fri, 27 Oct 2023 13:13:17 +0200 Subject: [PATCH] add apache camel 4.1 (#959) --- ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts index 03592ccdd..187f232fc 100644 --- a/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts +++ b/ui-pf4/src/main/webapp/src/layout/TransformationPaths.ts @@ -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}`,