Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Added svn checkout/commit instructions

...

Go the the https://repository.apache.org and close the newly created hadoop repository (select the latest one which contains the hadoop in the name)

Image RemovedImage Added

Push the tag to github

...

You should commit the artifacts to the SVN repository. If you are not a PMC member you can commit it to the dev zone first and ask a PMC for the final move:.


Checkout the svn folder : https& commit the artifacts to a new directory.

Code Block
svn checkout https://dist.apache.org/repos/dist/dev/hadoop

...



svn mkdir ozone-0.5.0-beta

cp $RELEASE_DIR/* ozone-0.5.0-beta/

svn add ozone-0.5.0-beta/*

svn commit -m "Added ozone-0.5.0-beta directory"


PMC members can move it to the final location:

Code Block
svn mv https://dist.apache.org/repos/dist/dev/hadoop/ozone-0.35.0-alphabeta https://dist.apache.org/repos/dist/release/hadoop/ozone/ozone-0.35.0-alphabeta


To publish the artifacts to the central maven, login to the https://repository.apache.org, select your staging repository and Release it.

...