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=7&rev2=8

  rm -rf avro-A.B.C; rm stable
  ln -s hadoop-A.B.D stable
  }}}
+       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. Wait 24 hours for release to propagate to mirrors.
          1. Prepare to edit the website. {{{
  svn co https://svn.apache.org/repos/asf/hadoop/avro/site
@@ -105, +114 @@

  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.

Reply via email to