You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by lb...@apache.org on 2019/08/15 12:34:55 UTC

[camel-quarkus] branch master updated: Upgrade to Quarkus 0.21.0

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

lburgazzoli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git


The following commit(s) were added to refs/heads/master by this push:
     new f3e7dbc  Upgrade to Quarkus 0.21.0
f3e7dbc is described below

commit f3e7dbcad37aec1ae54b2dfb5d05d2ff462b6e49
Author: Peter Palaga <pp...@redhat.com>
AuthorDate: Thu Aug 15 12:44:07 2019 +0200

    Upgrade to Quarkus 0.21.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 53e59e9..c7cf04c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <camel.version>3.0.0-M4</camel.version>
-        <quarkus.version>0.20.0</quarkus.version>
+        <quarkus.version>0.21.0</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
 
         <maven-compiler-plugin.version>3.8.0</maven-compiler-plugin.version>