Versions Compared

Key

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

...

Code Block
Initiate
languagebash
titlePerform Maven release
mvn release:prepare -DautoVersionSubmodules=true -Papache-release


Afterwards, finish the release. The deployment to a Maven repository is skipped, as the binary artifacts are all fat jars that are not intended for distribution via Maven.

...