Versions Compared

Key

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

...

To find the files that need to be hand-edited:

Code Blocknoformat

find wink-itest -name "pom.xml" | xargs grep SNAPSHOT
find wink-assembly -name "pom.xml" | xargs grep SNAPSHOT

...

  • Check that there are no uncommitted changes in the sources
  • Check that there are no SNAPSHOT dependencies
  • Change the version in the poms from x-SNAPSHOT to a new version (you will be prompted for the versions to use)
  • Transform the SCM information in the POM to include the final destination of the tag
  • Run the project tests against the modified POMs to confirm everything is in working order
  • Commit the modified POMs
  • Tag the code in the SCM with a version name (this will be prompted for)
  • Bump the version in the POMs to a new value y-SNAPSHOT (these values will also be prompted for. )
    • NOTE: since we're running the release from the branch, and you want this branch name to match up with the version in the pom.xml files
    in
    • within the branch, use the same name on this "development version" prompt that you used on the "release version" prompt. We'll update the pom.xml files in trunk by hand
    later
    • after a successful release vote.
    )
  • Commit the modified POMs


2. Perform the release

...

No Format
To:    "wink-dev@incubator.apache.org>
Subject: [VOTE] Release Wink 01.1

I'm calling a vote to release Wink 01.1

The Maven staging area is at:
https://repository.apache.org/content/repositories/wink-stagingorgapachewink-014/

The distributions are in:
https://repository.apache.org/content/repositories/winkorgapachewink-staging-014/org/apache/wink/apachewink-assembly-winkdist/01.1-incubating/

This release is tagged at:
https://svn.apache.org/repos/asf/incubator/wink/tags/wink-01.1-incubating/
  (revision [REVISION_NUMBER]937139)

The vote will be open here for at least 72 hours.

Guide to testing staged releases:
http://maven.apache.org/guides/development/guide-testing-releases.html

[ ] +1
[ ] +0
[ ] -1


5. Unsuccessful Voting

If the vote is unsuccessful, the process will need to be restarted

...