Skip to content

Commit 8bda2f7

Browse files
Fix versions:set command in release guide to ensure all sub-module versions are updated
1 parent 2396a22 commit 8bda2f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/modules/ROOT/pages/contributor-guide/release-guide.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -449,7 +449,7 @@ NEW_CQ_VERSION=... # the recent release of Camel Quarkus; e.g. 2.2.0
449449
git checkout main
450450
git fetch upstream
451451
git reset --hard upstream/main
452-
./mvnw versions:set versions:update-child-modules -DnewVersion=$NEW_CQ_VERSION
452+
./mvnw versions:set -DnewVersion=$NEW_CQ_VERSION -DprocessAllModules=true
453453
# Update version labels in Kubernetes resources
454454
./mvnw process-sources
455455
git add -A

0 commit comments

Comments
 (0)