This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-performance-tests.git
The following commit(s) were added to refs/heads/main by this push: new eeff265 Prepare for next version eeff265 is described below commit eeff265c693425e549d658b7aa84faa376d6c749 Author: Claus Ibsen <claus.ib...@gmail.com> AuthorDate: Fri Jul 2 10:12:14 2021 +0200 Prepare for next version --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index b1ba79e..fafb228 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>3.11.0-SNAPSHOT</version> + <version>3.12.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.tests</groupId> @@ -91,7 +91,7 @@ <jdk.version>1.8</jdk.version> <compiler.fork>false</compiler.fork> - <camel.version>3.11.0-SNAPSHOT</camel.version> + <camel.version>3.12.0-SNAPSHOT</camel.version> <!-- Versions --> <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>