Dear Wiki user,

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

The "HowToReleasePreDSBCR" page has been changed by KonstantinShvachko:
https://wiki.apache.org/hadoop/HowToReleasePreDSBCR?action=diff&rev1=87&rev2=88

  git tag -s rel/release-X.Y.Z -m "Hadoop X.Y.Z release"
  git push origin rel/release-X.Y.Z
  }}}
-  1. Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to create the final release files
+  1. --(Use 
[[https://builds.apache.org/job/HADOOP2_Release_Artifacts_Builder|this Jenkins 
job]] to create the final release files)--
+   Create final release files
+  {{{
+ mvn clean package -Psrc -Pdist -Pnative -Dtar -DskipTests
+ mvn deploy -Psign -DskipTests
+ mvn site site:stage -DskipTests
+ }}}
   1. Copy release files to the distribution directory
    1. Check out the corresponding svn repo if need be
    {{{

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to