Versions Compared

Key

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

...

  1. Check out the branch with. For example:
    Code Block
    $ svn co https://svn.apache.org/repos/asf/oozie/branches/branch-3.3
    
  2. Create a RAT report to verify all files have the corresponding Apache License header. For example:
    Code Block
    $ mvn apache-rat:check
    
  3. Tag the release candidate, where R is the iteration number for this release candidate, starting with 0:
    Code Block
    $ svn copy https://svn.apache.org/repos/asf/oozie/branches/branch-3.3 \
    https://svn.apache.org/repos/asf/oozie/tags/release-3.3.0-rc0 -m "Oozie 3.3.0-rc3rc0 release"
    

Creating a Release Artifact

...