Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added the notes for updating release_notes.txt

...

Code Block
apache.releases::default::scp://people.apache.org/home/dkulp/public_html/maven_staging

After that is setup, you should just need to update the release_notes.txt in the distribution/src/main/release, and run the below commands.

Code Block
mvn release:prepare -Peverything
mvn release:perform

...