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


The following commit(s) were added to refs/heads/camel-main by this push:
     new 0c227d5  Updated versions for Camel 3.10 and Camel Quarkus 1.9.x 
alignment
0c227d5 is described below

commit 0c227d5f9ef1d72ec455e248fecc382fc8d66622
Author: Otavio Rodolfo Piske <opi...@redhat.com>
AuthorDate: Wed May 19 16:52:26 2021 +0200

    Updated versions for Camel 3.10 and Camel Quarkus 1.9.x alignment
    
    - includes Quarkus version bump to Quarkus 2.0.0.Alpha2
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index d956eed..66f3afd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.apache.camel</groupId>
         <artifactId>camel-dependencies</artifactId>
-        <version>3.9.0</version>
+        <version>3.10.0</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -38,12 +38,12 @@
         <maven.compiler.source>11</maven.compiler.source>
         <maven.compiler.target>11</maven.compiler.target>
 
-        <camel-version>3.9.0</camel-version>
+        <camel-version>3.10.0</camel-version>
 
         <!-- quarkus -->
-        <camel-quarkus-version>1.8.1</camel-quarkus-version>
+        <camel-quarkus-version>1.9.0-SNAPSHOT</camel-quarkus-version>
         <graalvm-version>21.0.0</graalvm-version>
-        <quarkus-version>1.13.0.Final</quarkus-version>
+        <quarkus-version>2.0.0.Alpha2</quarkus-version>
 
         <!-- camel-k -->
         <groovy-version>3.0.7</groovy-version>

Reply via email to