This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git

commit e7455f44c7e40da2c047080d232e79265adefd0e
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Dec 19 10:37:56 2022 +0100

    Moving to 3.20.0-SNAPSHOT
    
    Signed-off-by: Andrea Cosentino <[email protected]>
---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 862169db..4a59d284 100644
--- a/README.md
+++ b/README.md
@@ -195,7 +195,7 @@ Check that everything is alright with a dryRun:
 ./mvnw release:prepare -Prelease \
   -DdryRun \
   -DreleaseVersion=$CAMEL_KAMELET_VERSION \
-  -DdevelopmentVersion=main-SNAPSHOT \
+  -DdevelopmentVersion=<next_snapshot> \
   -Dtag=v$CAMEL_KAMELET_VERSION
 ```
 
@@ -205,7 +205,7 @@ Check the signatures of the files, then clean and prepare 
the actual release:
 ./mvnw release:clean -Prelease
 ./mvnw release:prepare -Prelease \
   -DreleaseVersion=$CAMEL_KAMELET_VERSION \
-  -DdevelopmentVersion=main-SNAPSHOT \
+  -DdevelopmentVersion=<next_snapshot> \
   -Dtag=v$CAMEL_KAMELET_VERSION
 ```
 

Reply via email to