This is an automated email from the ASF dual-hosted git repository. github-bot pushed a commit to branch camel-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 45545399babe287262ba48b3929e958bda397688 Author: Jiri Ondrusek <[email protected]> AuthorDate: Fri Feb 20 09:21:08 2026 +0100 Upgrade Camel to 4.19.0 --- docs/antora.yml | 4 ++-- pom.xml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/antora.yml b/docs/antora.yml index 236a087ab9..65fe5d274d 100644 --- a/docs/antora.yml +++ b/docs/antora.yml @@ -28,8 +28,8 @@ asciidoc: requires: "'util=camel-website-util,quarkus=xref:js/quarkus.js'" # Project versions - camel-version: 4.18.1 # replace ${camel.version} - camel-docs-version: 4.18.x + camel-version: 4.19.0-SNAPSHOT # replace ${camel.version} + camel-docs-version: next camel-quarkus-version: 3.35.0 # replace ${camel-quarkus.version} quarkus-version: 3.34.1 # replace ${quarkus.version} graalvm-version: 23.1.2 # replace ${graalvm.version} diff --git a/pom.xml b/pom.xml index 2abf3add26..3edf1b037f 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.camel</groupId> <artifactId>camel-dependencies</artifactId> - <version>4.18.1</version> + <version>4.19.0-SNAPSHOT</version> </parent> <groupId>org.apache.camel.quarkus</groupId> @@ -39,8 +39,8 @@ <properties> <!-- Primary dependencies - maintained manually --> - <camel.major.minor>4.18</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> - <camel.version>${camel.major.minor}.1</camel.version> + <camel.major.minor>4.19</camel.major.minor> <!-- run after each change: cd docs && mvnd validate --> + <camel.version>${camel.major.minor}.0-SNAPSHOT</camel.version> <camel.docs.components.version>${camel.major.minor}.x</camel.docs.components.version><!-- the version in Camel's docs/components/antora.yml --> <camel.docs.components.xref>${camel.docs.components.version}@components</camel.docs.components.xref><!-- the version in Camel's docs/components/antora.yml --> <camel.docs.branch>camel-${camel.major.minor}.x</camel.docs.branch><!-- The stable camel branch on which our Antora docs depends -->
