This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
commit 78b38c327a33c6b1f143886479d7d7a3a4dfee00 Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Wed Aug 3 07:29:54 2022 +0200 Move to 3.19.0-SNAPSHOT --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ca48944..3e1ca3b 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.18.0-SNAPSHOT</version> + <version>3.19.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.tests</groupId> @@ -91,7 +91,7 @@ <jdk.version>11</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.18.0-SNAPSHOT</camel.version> + <camel.version>3.19.0-SNAPSHOT</camel.version> <!-- Versions --> <maven-compiler-plugin-version>3.10.0</maven-compiler-plugin-version>