Versions Compared

Key

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

...

To run on the clean master branch. Create a branch for the release candidate. Set it to track a release branch on the apache remote.

git co -b releases/X.Y.Z-incubating-RC0
git push -u apache

Test your settings:

mvn clean install -Papache-release -Pall -DcreateChecksum=true -DskipTests -Dmaven.javadoc.skip=true -Dgpg.passphrase=********

...