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 2009/10/06 01:27:26 UTC

[Hadoop Wiki] Update of "Avro/HowToRelease" by DougCutting

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:
http://wiki.apache.org/hadoop/Avro/HowToRelease?action=diff&rev1=5&rev2=6

  cd /www/hadoop.apache.org/avro/docs/
  ln -s X.Y.Z current
  }}}
+ 	1. Sign the jar and pom, and publish them to the Maven repository:{{{
+ wget http://www.apache.org/dist/hadoop/avro/avro-X.Y.Z/avro-X.Y.Z.tar.gz
+ tar xzf avro-X.Y.Z.tar.gz
+ cd avro-X.Y.Z
+ gpg --armor --output avro-X.Y.Z.jar.asc --detach-sig avro-X.Y.Z.jar
+ gpg --armor --output avro-X.Y.Z.pom.asc --detach-sig avro-X.Y.Z.pom
+ ssh people.apache.org mkdir /www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/hadoop/avro/X.Y.Z
+ scp -p avro-X.Y.Z.jar* avro-X.Y.Z.pom* people.apache.org:/www/people.apache.org/repo/m2-ibiblio-rsync-repository/org/apache/hadoop/avro/X.Y.Z
+ }}}
  	1. Send announcements to the user and developer lists once the site changes are visible.
          1. In Jira, ensure that only issues in the "Fixed" state have a "Fix Version" set to release X.Y.Z.
          1. In Jira, "release" the version.  Visit the "Administer Project" page, then the "Manage versions" page.   You need to have the "Admin" role in Avro's Jira for this step and the next.