You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/12/19 09:47:26 UTC

[camel-kamelets] 05/05: Moving to 3.20.0-SNAPSHOT

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

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

commit b4b3a95bae9ca6b1bcc51b3a4bd573dab551a182
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Dec 19 10:37:56 2022 +0100

    Moving to 3.20.0-SNAPSHOT
    
    Signed-off-by: Andrea Cosentino <an...@gmail.com>
---
 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
 ```