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/28 17:10:12 UTC

[camel-quarkus] 01/02: Update to quarkus-1.0.1.Final

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

commit 0f0374568ca7f44a07dd25a5d14bf168e82bcaeb
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Thu Nov 28 13:36:34 2019 +0100

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

diff --git a/pom.xml b/pom.xml
index 369de51..08698a0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
 
         <camel.version>3.0.0</camel.version>
         <hapi.version>4.1.0</hapi.version>
-        <quarkus.version>1.0.0.Final</quarkus.version>
+        <quarkus.version>1.0.1.Final</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>
         <snakeyaml.version>1.25</snakeyaml.version>