You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/05/24 17:28:27 UTC

[7/7] incubator-apex-site git commit: from ddb8b8db858b93df898a5aaed204ad24d2b38395

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 <th...@datatorrent.com>
Authored: Tue May 24 10:27:58 2016 -0700
Committer: Thomas Weise <th...@datatorrent.com>
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 &quot;v${rv}-RC1&quot; -m &quot;Release ${rv}-RC1&quot;
 <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 &lt;key-id&gt;
 </code></pre>