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 2020/01/07 14:29:37 UTC

[camel-quarkus] branch 1.1.1.Final created (now 1dc3be4)

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

acosentino pushed a change to branch 1.1.1.Final
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git.


      at 1dc3be4  Bump Quarkus to version 1.1.1.Final

This branch includes the following new commits:

     new 1dc3be4  Bump Quarkus to version 1.1.1.Final

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-quarkus] 01/01: Bump Quarkus to version 1.1.1.Final

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch 1.1.1.Final
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git

commit 1dc3be465c2182733cbbf52542c845f6d209e910
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 7 14:31:11 2020 +0100

    Bump Quarkus to version 1.1.1.Final
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e7fe815..1f2419c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
         <ahc.version>2.10.4</ahc.version>
         <camel.version>3.0.0</camel.version>
         <hapi.version>4.1.0</hapi.version>
-        <quarkus.version>1.1.0.Final</quarkus.version>
+        <quarkus.version>1.1.1.Final</quarkus.version>
         <httpmime.version>4.1.3</httpmime.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>