You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/05/18 09:33:48 UTC

[camel-k-runtime] 03/05: Fixed invalid graalvm version

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

orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git

commit 864c25ecd51a71994b8d01af433f2a5393c87987
Author: Otavio Rodolfo Piske <an...@gmail.com>
AuthorDate: Thu May 5 12:36:05 2022 +0200

    Fixed invalid graalvm version
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ff459ba5..b2e9683c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <!-- quarkus -->
         <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version>
-        <graalvm-version>22.0.2</graalvm-version>
+        <graalvm-version>22.0.0.2</graalvm-version>
         <quarkus-version>2.9.0.CR1</quarkus-version>
 
         <!-- camel-k -->