...
Code Block | ||||
---|---|---|---|---|
| ||||
mvn release:prepare:release |
You will be prompted for the version number for each module of the project, tag name, and next SNAPSHOT versions. You will need also type the passphrase for the key, which you generated during Generating a PGP Signatures step. When this command finish successfully, the version section of each module's pom.xml file will be updated.
...