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
commit c8336ed31ec53cb8268e1814afca10b77dc2106f Author: Otavio Rodolfo Piske <[email protected]> AuthorDate: Thu May 5 12:30:10 2022 +0200 Aligned to the latest unreleased Camel Quarkus --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index f2f5d0cb..25a4c9f3 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.16.0</version> + <version>3.17.0-SNAPSHOT</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -38,13 +38,14 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <camel-version>3.16.0</camel-version> + <camel-version>3.17.0-SNAPSHOT</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.8.0</camel-quarkus-version> - <quarkus-version>2.8.0.Final</quarkus-version> + <camel-quarkus-version>2.9.0-SNAPSHOT</camel-quarkus-version> + <quarkus-version>2.9.0.CR1</quarkus-version> <quarkus-native-builder-image>quay.io/quarkus/ubi-quarkus-native-image:22.0.0-java11</quarkus-native-builder-image> + <!-- camel-k --> <groovy-version>3.0.11</groovy-version> <spock-version>2.1-groovy-3.0</spock-version>
