[Hadoop Wiki] Trivial Update of "HowToReleasePostMavenization" by ThomasGraves

2013-04-19 Thread Apache Wiki
Dear Wiki user,

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

The "HowToReleasePostMavenization" page has been changed by ThomasGraves:
http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=49&rev2=50

1. In [[https://repository.apache.org|Nexus]], effect the release of 
artifacts by right-clicking the staged repository and select {{{Release}}}
1. Wait 24 hours for release to propagate to mirrors.
  1. Prepare to edit the website. {{{
- svn co  http://svn.apache.org/repos/asf/hadoop/common/site/main
+ svn co  https://svn.apache.org/repos/asf/hadoop/common/site/main
  }}}
1. Update the documentation links in 
{{{author/src/documentation/content/xdocs/site.xml}}}.
1. Update the release news in 
{{{author/src/documentation/content/xdocs/releases.xml}}}.


[Hadoop Wiki] Trivial Update of "HowToReleasePostMavenization" by ThomasGraves

2013-04-18 Thread Apache Wiki
Dear Wiki user,

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

The "HowToReleasePostMavenization" page has been changed by ThomasGraves:
http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=48&rev2=49

  rm -r hadoop-${version}
  rm current
  ln -s r${version} current
+ svn add publish/docs/r${version}
  }}}
1. Regenerate the site, review it, then commit it. {{{
  ant -Dforrest.home=/usr/local/forrest -Djava5.home=/usr/local/jdk1.5


[Hadoop Wiki] Trivial Update of "HowToReleasePostMavenization" by ThomasGraves

2013-01-16 Thread Apache Wiki
Dear Wiki user,

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

The "HowToReleasePostMavenization" page has been changed by ThomasGraves:
http://wiki.apache.org/hadoop/HowToReleasePostMavenization?action=diff&rev1=43&rev2=44

  1. Update {{{releasenotes.html}}} {{{
  mv releasenotes.$(vers).html 
./hadoop-common-project/hadoop-common/src/main/docs/releasenotes.html
  }}} Note that the script generates a set of notes for HDFS, HADOOP, 
MAPREDUCE, and YARN too, but only common is linked from the html documentation 
so the indavidual ones are ignored for now.
- 1. Update the version number in the pom files on trunk to X.Y.N 
{{{mvn versions:set -DnewVersion=X.ZN}}} where ''N'' is one greater than the 
release being made.
+ 1. Update the version number in the pom files on trunk to X.Y.N 
{{{mvn versions:set -DnewVersion=X.Z.N}}} where ''N'' is one greater than the 
release being made.
  1. Update the {{{project.version}}} number in 
{{{hadoop-hdfs-project/hadoop-hdfs/src/test/aop/build/aop.xml}}} on trunk to 
X.Y.N.
  1. Update the {{{symlink link}}} number in 
{{{hadoop-mapreduce-project/hadoop-mapreduce-client/hadoop-mapreduce-client-app/pom.xml}}}
 on trunk to X.Y.N.
1. Commit these changes. {{{