This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch 1.16.0-prepare in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit c373d2cc474631b929966fd1d364f2d26ab5a7df Author: Andrea Cosentino <[email protected]> AuthorDate: Thu Nov 17 14:33:43 2022 +0100 Preparing for release 1.16.0 - Upgrade to Camel 3.19.0 Signed-off-by: Andrea Cosentino <[email protected]> --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 8a73ed36..05057f67 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.18.3</version> + <version>3.19.0</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -38,7 +38,7 @@ <maven.compiler.source>11</maven.compiler.source> <maven.compiler.target>11</maven.compiler.target> - <camel-version>3.18.3</camel-version> + <camel-version>3.19.0</camel-version> <!-- quarkus --> <camel-quarkus-version>2.13.1</camel-quarkus-version>
