This is an automated email from the ASF dual-hosted git repository.
aldettinger 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 1ee54ccc9b Fix the camel-quarkus-examples release procedure to handle
multi-module projects (#6395)
1ee54ccc9b is described below
commit 1ee54ccc9bb078ea904e4634dd9f9158314d4194
Author: Alexandre Gallice <[email protected]>
AuthorDate: Fri Aug 30 09:24:46 2024 +0200
Fix the camel-quarkus-examples release procedure to handle multi-module
projects (#6395)
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 3 ++-
1 file changed, 2 insertions(+), 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 a1a6f5f1fd..d388ce83f7 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -420,7 +420,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-for-each.sh versions:set -DnewVersion=$NEW_CQ_VERSION
+./mvnw-for-each.sh versions:set versions:update-child-modules
-DnewVersion=$NEW_CQ_VERSION
# Update version labels in Kubernetes resources
./mvnw-for-each.sh process-sources
git add -A
@@ -442,6 +442,7 @@ NEXT_CQ_VERSION=... # The version used in the current Camel
Quarkus main branch
git checkout camel-quarkus-main
git reset --hard main
./mvnw org.l2x6.cq:cq-maven-plugin:2.10.0:examples-set-platform
-Dcq.camel-quarkus.version=${NEXT_CQ_VERSION}-SNAPSHOT
-Dcq.newVersion=${NEXT_CQ_VERSION}-SNAPSHOT
+./mvnw-for-each.sh versions:update-child-modules -N
# Update version labels in Kubernetes resources
./mvnw-for-each.sh process-sources
git add -A