You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Apache Wiki <wi...@apache.org> on 2008/03/02 11:58:56 UTC

[Commons Wiki] Update of "CreatingReleases" by NiallPemberton

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 NiallPemberton:
http://wiki.apache.org/commons/CreatingReleases

------------------------------------------------------------------------------
  
   * 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/%3c55afdc850801030530tb7f5a59x2ea1ac35b62ab635@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-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org