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/02/07 10:10:53 UTC

[camel-quarkus] 01/02: Set quarkus.version to 999-SNAPSHOT

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

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

commit 982d7ff7404f0e4a634413eb1cc81bd2d9abb1fa
Author: lburgazzoli <lb...@gmail.com>
AuthorDate: Fri Feb 7 10:48:54 2020 +0100

    Set quarkus.version to 999-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a865bb0..980737b 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.3.0.Alpha1</quarkus.version>
+        <quarkus.version>999-SNAPSHOT</quarkus.version>
         <httpmime.version>4.1.3</httpmime.version>
         <jetty.version>9.4.18.v20190429</jetty.version>
         <xstream.version>1.4.11</xstream.version>