This is an automated email from the ASF dual-hosted git repository.
gzurowski pushed a commit to branch release/4.14.9
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/release/4.14.9 by this push:
new b1794dcab40 Target Camel 4.14.9 for release
b1794dcab40 is described below
commit b1794dcab406123ba48b3dcc30e376c88d53b0e1
Author: Gregor Zurowski <[email protected]>
AuthorDate: Mon Aug 10 08:43:59 2026 +0000
Target Camel 4.14.9 for release
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index 27920060c3b..0ba897fba4c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -23,7 +23,7 @@
<parent>
<groupId>org.apache.camel</groupId>
<artifactId>camel-dependencies</artifactId>
- <version>4.14.9-SNAPSHOT</version>
+ <version>4.14.9</version>
</parent>
<groupId>org.apache.camel.springboot</groupId>
@@ -111,7 +111,7 @@
<spring-boot-version>3.5.16</spring-boot-version>
<!-- Camel target version -->
- <camel-version>4.14.9-SNAPSHOT</camel-version>
+ <camel-version>4.14.9</camel-version>
<!-- versions -->
<aether-version>1.0.2.v20150114</aether-version>
@@ -448,7 +448,7 @@
<profile>
<id>dev</id>
<properties>
- <camel-version>4.14.9-SNAPSHOT</camel-version>
+ <camel-version>4.14.9</camel-version>
</properties>
</profile>