Versions Compared

Key

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

...

Code Block
ant download-stage verify-stage

 

Vote

Send a [VOTE] email to the dev@knox list. A template was output by the sign step above as target/vote.eml.

...

https://dist.apache.org/repos/dist/release/knox/

Publish 

This special variant of the build command will build and publish the release to a staging are in the Apache Nexus repo.
Get your gpg passphrase in your paste buffer you will need it MANY times.   If someone can figure out how to use gpg-agent properly they should document it.


mvn -Papache-release -Drepo.id=apache.releases.https deploy

 

Once that complets, visit https://repository.apache.org/#stagingRepositories and:

1. Select "Stging Repositories" from "Build Promotion" on the left.
2. Close the stage with the Close button.  For the Description field use Apache Knox 0.5.1 Staged
3. Release the stage with the Release button.  For the Description field Apache Knox 0.5.1 Release

Wait 24 hours for release to propagate to mirrors.

...