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 6fca91f8ee Ensure camel-quarkus-examples aggregator pom.xml version is
set correctly for the next dev iteration
6fca91f8ee is described below
commit 6fca91f8ee23ff4bb4a4a1cf962f03f5839907a0
Author: James Netherton <[email protected]>
AuthorDate: Wed Aug 19 11:12:42 2026 +0100
Ensure camel-quarkus-examples aggregator pom.xml version is set correctly
for the next dev iteration
---
docs/modules/ROOT/pages/contributor-guide/release-guide.adoc | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
index dc967f90ad..f69c1652e0 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -470,8 +470,9 @@ git push upstream $BRANCH
NEXT_CQ_VERSION=... # The version used in the current Camel Quarkus main
branch without the -SNAPSHOT suffix; e.g. 2.3.0
git checkout camel-quarkus-main
git reset --hard main
-./mvnw org.l2x6.cq:cq-maven-plugin:examples-set-platform
-Dcq.camel-quarkus.version=${NEXT_CQ_VERSION}-SNAPSHOT
-Dcq.newVersion=${NEXT_CQ_VERSION}-SNAPSHOT
-./mvnw versions:update-child-modules -N
+./mvnw org.l2x6.cq:cq-maven-plugin:examples-set-platform
-Dcq.camel-quarkus.version=${NEXT_CQ_VERSION}-SNAPSHOT
+# Set the version of the aggregator pom.xml and of all example projects
+./mvnw versions:set -DnewVersion=${NEXT_CQ_VERSION}-SNAPSHOT
-DprocessAllModules=true
# Update version labels in Kubernetes resources
./mvnw process-sources
git add -A