This is an automated email from the ASF dual-hosted git repository.
jiriondrusek pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new 7994b11 Upgrade to the org.apache:apache version used by camel
7994b11 is described below
commit 7994b11a93581698eef76f20e0bb523c00cf6e18
Author: Tom Cunningham <[email protected]>
AuthorDate: Tue Nov 18 13:50:03 2025 -0500
Upgrade to the org.apache:apache version used by camel
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index a4f83d4..1bcb25e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache</groupId>
<artifactId>apache</artifactId>
- <version>33</version>
+ <version>35</version>
</parent>
<groupId>org.apache.camel.upgrade</groupId>