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 2016/03/03 10:56:06 UTC

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

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 ShalinMangar:
https://wiki.apache.org/lucene-java/ReleaseTodo?action=diff&rev1=220&rev2=221

Comment:
We push new branches to origin rather than upstream

  cd lucene-solr
  git checkout branch_5x
  git checkout -b branch_5_5
- git push upstream branch_5_5
+ git push origin branch_5_5
  }}}
  
  == Update Version Numbers in the Source Code ==