This is an automated email from the ASF dual-hosted git repository.
orpiske pushed a commit to branch camel-main
in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/camel-main by this push:
new d9c870a Updates to use the development version of Camel Quarkus
d9c870a is described below
commit d9c870ae168c91483b199c084126d39fce14b652
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Jul 13 13:44:57 2021 +0200
Updates to use the development version of Camel Quarkus
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 9885a1f..7b73615 100644
--- a/pom.xml
+++ b/pom.xml
@@ -41,9 +41,9 @@
<camel-version>3.11.0</camel-version>
<!-- quarkus -->
- <camel-quarkus-version>2.0.0</camel-quarkus-version>
+ <camel-quarkus-version>2.1.0-SNAPSHOT</camel-quarkus-version>
<graalvm-version>21.1.0</graalvm-version>
- <quarkus-version>2.0.0.Final</quarkus-version>
+ <quarkus-version>2.0.1.Final</quarkus-version>
<!-- camel-k -->
<groovy-version>3.0.8</groovy-version>