Dear Wiki user,

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

The "Avro/HowToRelease" page has been changed by DougCutting.
The comment on this change is: fix a few typos.
http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=15&rev2=16

--------------------------------------------------

  Once [[http://www.apache.org/foundation/voting.html#ReleaseVotes|three PMC 
members have voted for a release]], it may be published.
        1. Tag the release: {{{
  svn move https://svn.apache.org/repos/asf/hadoop/avro/tags/release-X.Y.Z-rcR \
- https://svn.apache.org/repos/asf/hadoop/avro/tags/release-X.Y.Z -m "Hadoop 
X.Y.Z release."
+ https://svn.apache.org/repos/asf/hadoop/avro/tags/release-X.Y.Z -m "Avro 
X.Y.Z release."
  }}}
        1. Copy release files to the distribution directory and make them 
writable by the hadoop group. {{{
  ssh people.apache.org
@@ -83, +83 @@

  ssh people.apache.org
  mkdir 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/hadoop/avro/X.Y.Z
  cd /www/www.apache.org/dist/hadoop/avro/avro-X.Y.Z/java
- cp -p avro-1.3.1{,-javadoc,-sources}.* 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/hadoop/avro/X.Y.Z
+ cp -p avro-X.Y.Z{,-javadoc,-sources}.* 
/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/hadoop/avro/X.Y.Z
  }}}
        1. Wait 24 hours for release to propagate to mirrors.
          1. Prepare to edit the website. {{{

Reply via email to