We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cf9c4fb commit 9f7d8cbCopy full SHA for 9f7d8cb
README.adoc
@@ -35,7 +35,7 @@ IMPORTANT: Snapshots do NOT include GPG signatures. To do so would require putti
35
To do a release (.RELEASE, .RC?, .M?):
36
37
. Check in all changes and ensure there are no edited files.
38
-. Bump up the version in ALL `pom.xml` files to the desired version and commit the change.
+. Bump up the version in ALL `pom.xml` files to the desired version (e.g. `mvn versions:set -DnewVersion=3.0.0.RC1`) and commit the change.
39
. `git tag <version>` (like v3.0.0.RC1)
40
. Execute a maven test (`./mvnw -Pdistribute,snapshot,docs clean test`).
41
. Execute a maven deploy.
0 commit comments