This is an automated email from the ASF dual-hosted git repository.
jamesnetherton pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push:
new 8bda2f7b2e Fix versions:set command in release guide to ensure all
sub-module versions are updated
8bda2f7b2e is described below
commit 8bda2f7b2ec5016cdd610fb557b2805f44488030
Author: James Netherton <[email protected]>
AuthorDate: Thu Jul 30 12:48:18 2026 +0100
Fix versions:set command in release guide to ensure all sub-module versions
are updated
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index bde8dcc92a..dc967f90ad 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -449,7 +449,7 @@ NEW_CQ_VERSION=... # the recent release of Camel Quarkus;
e.g. 2.2.0
git checkout main
git fetch upstream
git reset --hard upstream/main
-./mvnw versions:set versions:update-child-modules -DnewVersion=$NEW_CQ_VERSION
+./mvnw versions:set -DnewVersion=$NEW_CQ_VERSION -DprocessAllModules=true
# Update version labels in Kubernetes resources
./mvnw process-sources
git add -A