Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: update maven staging instructions post AVRO-1170

...

  1. Copy release files to a public place.
    No Format
    ssh people.apache.org mkdir public_html/avro-X.Y.Z-rcR
    scp -pr dist/* people.apache.org:public_html/avro-X.Y.Z-rcR
    
  2. Stage the two versions of Java artifacts to the Maven repository:
    No Format
    mvn clean -P dist,sign deploy -DskipTests=true -Dhadoop.version=2 -Dgpg.passphrase=XXX -Davro.version=X.Y.Z
    mvn clean -P dist,sign deploy -DskipTests=true -Dgpg.passphrase=XXX -Davro.version=X.Y.Z
    
    Find the Staging Repository, and close it.
  3. Call a release vote on avro-dev at hadoop.apache.org.
    Include the URL of the staging repository.

...