You are viewing a plain text version of this content. The canonical link for it is here.
Posted to common-commits@hadoop.apache.org by Apache Wiki <wi...@apache.org> on 2012/03/14 17:27:38 UTC

[Hadoop Wiki] Update of "Hbase/HowToRelease" by JonathanHsieh

Dear Wiki user,

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

The "Hbase/HowToRelease" page has been changed by JonathanHsieh:
http://wiki.apache.org/hadoop/Hbase/HowToRelease?action=diff&rev1=10&rev2=11

Comment:
added comment saying that this check required maven 3

  Before release, run the [[http://incubator.apache.org/rat/|Apache RAT]] check to ensure all files have proper license header:
  
  {{{
+ # Make sure you are using maven 3.x
  $ mvn apache-rat:check
  }}}