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/10/23 19:11:58 UTC

[camel-quarkus] branch master updated: Upgarde quarkus to v0.26.1

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 7113d1e  Upgarde quarkus to v0.26.1
7113d1e is described below

commit 7113d1ebd5d840f24c4224e829450b1f6ed9ba9a
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Wed Oct 23 13:32:44 2019 +0200

    Upgarde quarkus to v0.26.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 029c5ea..248028f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,7 +41,7 @@
         <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <camel.version>3.0.0-RC3</camel.version>
-        <quarkus.version>0.26.0</quarkus.version>
+        <quarkus.version>0.26.1</quarkus.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>