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 cbdf110b1e Fix release procedure
cbdf110b1e is described below
commit cbdf110b1e3dccb31604ea80b9a7407e27b8084e
Author: aldettinger <[email protected]>
AuthorDate: Wed Jun 26 11:17:17 2024 +0200
Fix release procedure
---
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 8d93d48b6c..06badd1a29 100644
--- a/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
+++ b/docs/modules/ROOT/pages/contributor-guide/release-guide.adoc
@@ -382,7 +382,7 @@ $ git commit -m "Upgrade to Quarkus Platform
$NEW_PLATFORM_VERSION"
+
[source,shell]
----
-$ ./mvnw-for-each.sh clean verify -Pnative
+$ ./mvnw-for-each.sh clean verify -Dnative
----
+
* If everything works for you locally, open a PR to merge `camel-quarkus-main`
to `main`