from ddb8b8db858b93df898a5aaed204ad24d2b38395
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/commit/a7225fbb Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/tree/a7225fbb Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-site/diff/a7225fbb Branch: refs/heads/asf-site Commit: a7225fbbfd67f814a126ecd4169d9ed65e65e2cc Parents: 04ffbb7 Author: Thomas Weise <[email protected]> Authored: Tue May 24 10:27:58 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Tue May 24 10:27:58 2016 -0700 ---------------------------------------------------------------------- content/release.html | 2 +- content/verification.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/a7225fbb/content/release.html ---------------------------------------------------------------------- diff --git a/content/release.html b/content/release.html index 3f33e57..a81ff02 100644 --- a/content/release.html +++ b/content/release.html @@ -129,7 +129,7 @@ git tag -a "v${rv}-RC1" -m "Release ${rv}-RC1" <h2 id="build-and-deploy-release-candidate">Build and Deploy Release Candidate</h2> <p>Prerequisites:</p> <ul> -<li>GPG key needs to be in <a href="https://dist.apache.org/repos/dist/release/incubator/apex/KEYS">https://dist.apache.org/repos/dist/release/incubator/apex/KEYS</a></li> +<li>GPG key needs to be in <a href="https://dist.apache.org/repos/dist/release/apex/KEYS">https://dist.apache.org/repos/dist/release/apex/KEYS</a></li> <li>Credentials for <code>apache.staging.https</code> server distribution management in <code>~/.m2/settings.xml</code></li> <li>Tag pushed to ASF git</li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-apex-site/blob/a7225fbb/content/verification.html ---------------------------------------------------------------------- diff --git a/content/verification.html b/content/verification.html index 1521820..ee3b7fc 100644 --- a/content/verification.html +++ b/content/verification.html @@ -78,7 +78,7 @@ <h1 id="how-to-verify-apache-apex-release-candidate-builds">How to verify Apache Apex release candidate builds</h1> <h2 id="prerequisites">Prerequisites</h2> <p>Download the KEYS file and import it. Verify that the key just imported is correct.</p> -<pre><code class="lang-bash">wget https://dist.apache.org/repos/dist/release/incubator/apex/KEYS +<pre><code class="lang-bash">wget https://dist.apache.org/repos/dist/release/apex/KEYS gpg --import KEYS gpg --fingerprint <key-id> </code></pre>
