You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2011/03/13 05:24:54 UTC

[Solr Wiki] Update of "HowToRelease" by SteveRowe

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The "HowToRelease" page has been changed by SteveRowe.
The comment on this change is: -dev -> -SNAPSHOT; drop maven_release.
http://wiki.apache.org/solr/HowToRelease?action=diff&rev1=31&rev2=32

--------------------------------------------------

  
   1. Update the version numbers in common-build.xml on the branch (''X.Y.M'' is the current release and ''X.Y.N'' is the next release):
    * '''specversion''' should be set to ''X.Y.M.${dateversion}''.
-   * '''version''' should be set to ''X.Y.N-dev''.
-   * '''maven_version''' should be set to ''X.Y.N-SNAPSHOT''.
+   * '''version''' should be set to ''X.Y.N-SNAPSHOT''.
    
  
   1. Produce one or more release candidates and upload the artifacts to your public staging space on people.a.o and send an email to solr-dev@apache.org calling the vote. 
  
   {{{
- ant -Dgpg.passphrase="your passphrase" -Dversion=X.Y.M -Dspecversion=X.Y.M -Dmaven_version=X.Y.M prepare-release sign-artifacts
+ ant -Dgpg.passphrase="your passphrase" -Dversion=X.Y.M -Dspecversion=X.Y.M prepare-release sign-artifacts
  }}}
  
   || {i} || Reminder: you want to update the website in the release before building the final artifacts - see [[HowToRelease_WebsiteChanges|Website Changes]] ||