You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2017/05/02 16:21:19 UTC

[Lucene-java Wiki] Update of "ReleaseTodo" by UweSchindler

Dear Wiki user,

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

The "ReleaseTodo" page has been changed by UweSchindler:
https://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=251&rev2=252

Comment:
Add -Dversion to documentation command line

  == Push docs, changes and javadocs to the CMS production tree ==
  
   1. Ensure your refridgerator has at least 2 beers - the svn import operation can take a while, depending on your upload bandwidth.  (Data point: on a 5Mbps upload connection, it took me 11 minutes to upload the Lucene docs and 6 minutes to upload the Solr docs. - Steve)  
-  1. Go to the checkout directory where you have built the release and push the documentation via subversion import. Before doing this make sure that the Javadocs are correctly built (if not rebuild with {{{ant documentation}}} from the release tag created above).  Example:
+  1. Go to the checkout directory where you have built the release and push the documentation via subversion import. Before doing this make sure that the Javadocs are correctly built (if not rebuild with {{{ant documentation -Dversion=X.Y.Z}}} from the release tag created above, be sure to check that the version number is correct before pushing).  Example:
   {{{
  svn -m "Add docs, changes and javadocs for Lucene 6.0.1" import <checkoutroot>/lucene/build/docs https://svn.apache.org/repos/infra/websites/production/lucene/content/core/6_0_1