Dear Wiki user, You have subscribed to a wiki page or wiki category on "Commons Wiki" for change notification.
The following page has been changed by RahulAkolkar: http://wiki.apache.org/commons/CreatingReleases The comment on the change is: Move older content to bottom of page. ------------------------------------------------------------------------------ ---- + == Releasing commons-parent pom == + + * 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/%3c55afdc850801030530tb7f5a59x2ea1ac35b62ab...@mail.gmail.com%3e here] + + * If the vote passes, cut the release using the [http://maven.apache.org/plugins/maven-release-plugin/index.html maven-release-plugin] + * command {{{svn up}}} (makes sure your svn copy is ''up-to-date'') + * command {{{mvn -Prelease release:prepare}}} + * command {{{mvn -Prelease release:perform}}} + + ---- + == Procedure for creating a release using M2 (outdated by above) == This assumes that the Commons Proxy is about to vote on 1.0-RC3. @@ -105, +116 @@ * If the VOTE fails, the failed RC tag can be deleted if required. - == Releasing commons-parent pom == - - * 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/%3c55afdc850801030530tb7f5a59x2ea1ac35b62ab...@mail.gmail.com%3e here] - - * If the vote passes, cut the release using the [http://maven.apache.org/plugins/maven-release-plugin/index.html maven-release-plugin] - * command {{{svn up}}} (makes sure your svn copy is ''up-to-date'') - * command {{{mvn -Prelease release:prepare}}} - * command {{{mvn -Prelease release:perform}}} - --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org