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/11/04 19:36:12 UTC

[camel-quarkus] branch master updated: Upgrade to quarkus 0.28.0, fixes #372

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 07ac9d7  Upgrade to quarkus 0.28.0, fixes #372
07ac9d7 is described below

commit 07ac9d70715e74da523768595beae80f86caf961
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 4 14:44:35 2019 +0100

    Upgrade to quarkus 0.28.0, fixes #372
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 5f6c2a7..cbd238c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <camel.version>3.0.0-RC3</camel.version>
         <hapi.version>3.7.0</hapi.version>
-        <quarkus.version>0.27.0</quarkus.version>
+        <quarkus.version>0.28.0</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>
         <snakeyaml.version>1.25</snakeyaml.version>