Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
titleConsole
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.

...