This is an automated email from the ASF dual-hosted git repository. nferraro pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 1ae4763 Upgrade to camel-quarkus 2.0.0 and camel 3.11.0 (#723) 1ae4763 is described below commit 1ae47632e10ae41e834ce4e67ac9c80e104e9a41 Author: Nicola Ferraro <ni.ferr...@gmail.com> AuthorDate: Fri Jul 2 11:04:00 2021 +0200 Upgrade to camel-quarkus 2.0.0 and camel 3.11.0 (#723) --- pom.xml | 10 +++++----- support/camel-k-runtime-bom/pom.xml | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 231a0b1..cce80df 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.10.0</version> + <version>3.11.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -38,15 +38,15 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <camel-version>3.10.0</camel-version> + <camel-version>3.11.0</camel-version> <!-- quarkus --> - <camel-quarkus-version>2.0.0-M2</camel-quarkus-version> + <camel-quarkus-version>2.0.0</camel-quarkus-version> <graalvm-version>21.1.0</graalvm-version> - <quarkus-version>2.0.0.CR3</quarkus-version> + <quarkus-version>2.0.0.Final</quarkus-version> <!-- camel-k --> - <groovy-version>3.0.7</groovy-version> + <groovy-version>3.0.8</groovy-version> <spock-version>2.0-groovy-3.0</spock-version> <immutables-version>2.8.9-ea-1</immutables-version> <semver4j-version>3.1.0</semver4j-version> diff --git a/support/camel-k-runtime-bom/pom.xml b/support/camel-k-runtime-bom/pom.xml index e9fbe57..f4bc0f0 100644 --- a/support/camel-k-runtime-bom/pom.xml +++ b/support/camel-k-runtime-bom/pom.xml @@ -32,7 +32,7 @@ <packaging>pom</packaging> <properties> - <camel-version>3.10.0</camel-version> + <camel-version>3.11.0</camel-version> </properties> <developers>