This is an automated email from the ASF dual-hosted git repository.
fmariani pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-upgrade-recipes.git
The following commit(s) were added to refs/heads/main by this push:
new 4ac0ec5 (chore): Update release docs
4ac0ec5 is described below
commit 4ac0ec5f506ff992c8897714059c027ab3abf474
Author: Croway <[email protected]>
AuthorDate: Tue Feb 11 11:42:43 2025 +0100
(chore): Update release docs
---
README.adoc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.adoc b/README.adoc
index 6eda190..cddef6e 100644
--- a/README.adoc
+++ b/README.adoc
@@ -41,7 +41,7 @@ Check that everything is alright and run:
./mvnw release:prepare -Prelease \
-DreleaseVersion=<CAMEL_UPGRADE_RECIPES_RELEASE_VERSION> \
-DdevelopmentVersion=<next_snapshot> \
- -Dtag=$<CAMEL_UPGRADE_RECIPES_RELEASE_VERSION>
+ -Dtag=<CAMEL_UPGRADE_RECIPES_RELEASE_VERSION>
-Dusername=<asf_username>
-Dpassword=<asf_password>
```