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 13fc8f3  Upgrade quarkus to v0.19.1
13fc8f3 is described below

commit 13fc8f3730f52f7c7d005a86318401f479fd5edd
Author: lburgazzoli <lburgazz...@gmail.com>
AuthorDate: Thu Jul 11 17:12:00 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 360283a..02df0f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
         
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
 
         <camel.version>3.0.0-M2</camel.version>
-        <quarkus.version>0.19.0</quarkus.version>
+        <quarkus.version>0.19.1</quarkus.version>
 
         <version.compiler.plugin>3.8.0</version.compiler.plugin>
         <maven.compiler.target>1.8</maven.compiler.target>

Reply via email to