Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The "CreatingReleases" page has been changed by GaryGregory. http://wiki.apache.org/commons/CreatingReleases?action=diff&rev1=43&rev2=44 -------------------------------------------------- ---- + == Releasing commons-parent pom (alternate version) == + * Call a vote with a link showing the changes since the last release - example [[http://mail-archives.apache.org/mod_mbox/commons-dev/200801.mbox/<55afdc850801030530tb7f5a59x2ea1ac35b62ab...@mail.gmail.com>|here]]. + * If the vote passes, continue, else stop. + * Make sure the POM version is a SNAPSHOT version, for example {{{<version>18</version>}}} + * Run {{{svn up}}} (makes sure your svn copy is ''up-to-date'' + * Run {{{mvn gpg:sign repository:bundle-create}}} Maven will ask for your GPG passphrase + * Go to https://repository.apache.org/ and login + * Upload the jar produced in the target directory to a staging repository + * To be continued... + + ---- == Procedure for creating a release using M2 (outdated by above) == This assumes that the Commons Proxy is about to vote on 1.0-RC3. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org