You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/11/05 14:36:44 UTC

[camel-quarkus] branch master updated: Update to quarkus 0.28.1

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

acosentino 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 b72c2f0  Update to quarkus 0.28.1
     new a945866  Merge pull request #378 from lburgazzoli/quarkus-0.28.1
b72c2f0 is described below

commit b72c2f087b79131717d10605770c361743cc6afc
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Tue Nov 5 14:51:51 2019 +0100

    Update to quarkus 0.28.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index cbd238c..5fb6d6c 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.28.0</quarkus.version>
+        <quarkus.version>0.28.1</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>
         <snakeyaml.version>1.25</snakeyaml.version>