Skip to content

Commit

Permalink
Fix the camel-quarkus-examples release procedure to handle multi-modu…
Browse files Browse the repository at this point in the history
…le projects (#6395)
  • Loading branch information
aldettinger authored Aug 30, 2024
1 parent b9269e0 commit 1ee54cc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 1ee54cc

Please sign in to comment.