Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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

svn mkdir ozone-1.1.0

cp $RELEASE_DIR/* ozone-1.1.0/

svn add ozone-1.1.0/*

svn commit -m "Added ozone-1.1.0 directory"

...

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


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

...