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 54d1854 Bump for next version
54d1854 is described below
commit 54d18546315740f41aeecef284a16b74659d23dd
Author: Claus Ibsen <[email protected]>
AuthorDate: Fri May 10 16:09:05 2024 +0200
Bump for next version
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 0937fc4..b617f43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.5.0</version>
+ <version>4.6.0</version>
</parent>
<groupId>org.apache.camel.tests</groupId>
@@ -90,7 +90,7 @@
<site-repo-url>scpexe://people.apache.org/www/camel.apache.org/maven/</site-repo-url>
<jdk.version>17</jdk.version>
<compiler.fork>false</compiler.fork>
- <camel.version>4.5.0</camel.version>
+ <camel.version>4.6.0</camel.version>
<!-- Versions -->
<maven-compiler-plugin-version>3.12.1</maven-compiler-plugin-version>
<maven-surefire-plugin-version>3.2.5</maven-surefire-plugin-version>