This is an automated email from the ASF dual-hosted git repository. acosentino 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 c2ea610 Update Quarkus to v1.2.0.Final new c6b1b27 Merge pull request #658 from lburgazzoli/quarkus-1.2.0.Final c2ea610 is described below commit c2ea610a7dc1fdd3157a4f768303860336dd1b60 Author: lburgazzoli <lburgazz...@gmail.com> AuthorDate: Thu Jan 23 11:05:39 2020 +0100 Update Quarkus to v1.2.0.Final --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7935963..4a0bc20 100644 --- a/pom.xml +++ b/pom.xml @@ -43,7 +43,7 @@ <ahc.version>2.10.4</ahc.version> <camel.version>3.0.1</camel.version> <hapi.version>4.1.0</hapi.version> - <quarkus.version>1.2.0.CR1</quarkus.version> + <quarkus.version>1.2.0.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>