Skip to content

Commit

Permalink
Moving to 3.20.0-SNAPSHOT
Browse files Browse the repository at this point in the history
Signed-off-by: Andrea Cosentino <ancosen@gmail.com>
  • Loading branch information
oscerd committed Dec 19, 2022
1 parent f7b92f7 commit e7455f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand All @@ -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
```

Expand Down

0 comments on commit e7455f4

Please sign in to comment.