You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/03/28 12:58:42 UTC

[camel-k-runtime] 02/02: fix: wrong camel version from cherry-pick

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch release-1.15.x
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit c10e1ba35ae4932c234f425dee7fbbb5bd8dfd20
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Tue Mar 28 12:36:29 2023 +0200

    fix: wrong camel version from cherry-pick
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cddcec9f..5a45598d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -39,7 +39,7 @@
         <maven.compiler.target>11</maven.compiler.target>
 
         <maven-version>3.6.3</maven-version>
-        <camel-version>3.20.1</camel-version>
+        <camel-version>3.18.3</camel-version>
 
         <!-- quarkus -->
         <camel-quarkus-version>2.13.2</camel-quarkus-version>