Versions Compared

Key

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

...

This will create the release artifacts, sign them, and put them in ~/.m2/repository/org/apache/samoa. Check that everything is alright before proceeding to the next step.

Note: If you messed up the release and you are repeating these steps due to some error, make sure you remove the directory ~/.m2/repository/org/apache/samoa, for the new artifacts to be placed again.

Perform the release:

mvn release:prepare -Papache-release -Pall -DautoVersionSubmodules=true -DdevelopmentVersion=X.Y.Z-incubating-SNAPSHOT -Darguments="-DcreateChecksum=true  -DskipTests -Dmaven.javadoc.skip=true -Dgpg.passphrase=********" 

...