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/06 18:07:32 UTC

[Solr Wiki] Trivial Update of "HowToRelease" by Mark Miller

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 Mark Miller.
http://wiki.apache.org/solr/HowToRelease?action=diff&rev1=28&rev2=29

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

   || {i} ||Note: at the moment releases need to be done on a unix box or in a cygwin environment with unix linefeeds, because fixcrlf is only   done on the sources in the zip artifact.||
  
   1. Update the version numbers in common-build.xml on the branch:
-   * '''specversion''' should be set to X.Y.M.${''dateversion''}.
+   * '''specversion''' should be set to ''X.Y.M.${dateversion}''.
-   * '''version''' should be set to X.Y.N-dev.
+   * '''version''' should be set to ''X.Y.N-dev''.
-   * '''maven_version''' should be set to X.Y.N-SNAPSHOT.
+   * '''maven_version''' should be set to ''X.Y.N-SNAPSHOT''.
-   Where X.Y.M is the current release and X.Y.N is the next release.
+   Where ''X.Y.M'' is the current release and ''X.Y.N'' is the next release.
  
   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.