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 2020/03/13 10:24:12 UTC

[camel-quarkus] branch master updated: Upgrade Quarkus to 1.3.0.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


The following commit(s) were added to refs/heads/master by this push:
     new 638b5a6  Upgrade Quarkus to 1.3.0.Final
638b5a6 is described below

commit 638b5a6ba2204629fedad09106a53e8d28d5afe4
Author: James Netherton <ja...@gmail.com>
AuthorDate: Fri Mar 13 09:09:22 2020 +0000

    Upgrade Quarkus to 1.3.0.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 97261c4..8f26182 100644
--- a/pom.xml
+++ b/pom.xml
@@ -45,7 +45,7 @@
         <google-http-client.version>1.22.0</google-http-client.version>
         <guava.version>26.0-jre</guava.version>
         <hapi.version>4.1.0</hapi.version>
-        <quarkus.version>1.3.0.CR2</quarkus.version>
+        <quarkus.version>1.3.0.Final</quarkus.version>
         <httpmime.version>4.1.3</httpmime.version>
         <jackson.version>2.10.2</jackson.version>
         <jetty.version>9.4.18.v20190429</jetty.version>