Versions Compared

Key

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

...

  • Description of the project
  • Any major changes (otherwise see CHANGES)
  • Any compatibility issues (and mention if none)
  • Any upgrading procedures needed
  • Make another note of the required Java version

Tag the RC

Code Block

svn cp  -m "Creating wave-0.3-rc1 tag" \
            https://svn co.apache.org/repos/asf/incubator/wave/branches/wave-0.3-release \
            https://svn.apache.org/repos/asf/incubator/wave/trunk tags/wave-0.3-RC1 rc1

Make the RC

Run

Code Block
 ant release 

...