This is an automated email from the ASF dual-hosted git repository.
orpiske 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 93d2e34 Upgrade to Camel 4.8.0-SNAPSHOT
93d2e34 is described below
commit 93d2e340cc3f27f5d9437ac01e6bf69c8b53865e
Author: Otavio Rodolfo Piske <[email protected]>
AuthorDate: Tue Aug 20 14:10:30 2024 +0200
Upgrade to Camel 4.8.0-SNAPSHOT
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index fe95aa8..50480e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.7.0</version>
+ <version>4.8.0-SNAPSHOT</version>
</parent>
<groupId>org.apache.camel.tests</groupId>