From 1c3e3b0a5cea7eb9c2ba9acdde3ff917a8270266 Mon Sep 17 00:00:00 2001 From: carlosthe19916 <2582866+carlosthe19916@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:36:59 +0200 Subject: [PATCH] add apache camel 4.1 --- 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}`,