Repository: apex-site Updated Branches: refs/heads/asf-site 448bb0089 -> a80368c46
from 46c2f5a25f3dc2020254204f2cbde70eb3dce30e Project: http://git-wip-us.apache.org/repos/asf/apex-site/repo Commit: http://git-wip-us.apache.org/repos/asf/apex-site/commit/a80368c4 Tree: http://git-wip-us.apache.org/repos/asf/apex-site/tree/a80368c4 Diff: http://git-wip-us.apache.org/repos/asf/apex-site/diff/a80368c4 Branch: refs/heads/asf-site Commit: a80368c4622fad712cf18038f18a412414906b93 Parents: 448bb00 Author: Thomas Weise <[email protected]> Authored: Fri Jun 3 22:41:19 2016 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Jun 3 22:41:19 2016 -0700 ---------------------------------------------------------------------- content/announcements.html | 8 ++++---- content/release.html | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/apex-site/blob/a80368c4/content/announcements.html ---------------------------------------------------------------------- diff --git a/content/announcements.html b/content/announcements.html index 8e16a28..df73ca8 100644 --- a/content/announcements.html +++ b/content/announcements.html @@ -78,19 +78,19 @@ <h1 id="announcements">Announcements</h1> <h2 id="apache-apex-malhar-library-release-3-4-0">Apache Apex Malhar Library release 3.4.0</h2> <p>May 25, 2016. The Apache Apex community is pleased to announce release <a href="/downloads.html">3.4.0</a> of the Malhar Library.</p> -<p>Changes: <a href="https://github.com/apache/incubator-apex-core/blob/v3.4.0/CHANGELOG.md">https://github.com/apache/incubator-apex-core/blob/v3.4.0/CHANGELOG.md</a></p> +<p>Changes: <a href="https://github.com/apache/apex-core/blob/v3.4.0/CHANGELOG.md">https://github.com/apache/apex-core/blob/v3.4.0/CHANGELOG.md</a></p> <h2 id="apache-apex-core-release-3-4-0">Apache Apex Core release 3.4.0</h2> <p>May 12, 2016. The Apache Apex community is pleased to announce release <a href="/downloads.html">3.4.0</a> of the Core.</p> -<p>Changes: <a href="https://github.com/apache/incubator-apex-malhar/blob/v3.4.0/CHANGELOG.md">https://github.com/apache/incubator-apex-malhar/blob/v3.4.0/CHANGELOG.md</a></p> +<p>Changes: <a href="https://github.com/apache/apex-malhar/blob/v3.4.0/CHANGELOG.md">https://github.com/apache/apex-malhar/blob/v3.4.0/CHANGELOG.md</a></p> <h2 id="apache-apex-announced-as-top-level-project">Apache Apex announced as Top-Level Project</h2> <p>Apr 25, 2016. The Apache Software Foundation (ASF) announced today that Apache Apex has graduated from the Apache Incubator to become a Top-Level Project (TLP), signifying that the project's community and products have been well-governed under the ASF's meritocratic process and principles. </p> <p><a href="https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces90">https://blogs.apache.org/foundation/entry/the_apache_software_foundation_announces90</a></p> <h2 id="apache-apex-core-release-3-2-1-incubating">Apache Apex Core release 3.2.1-incubating</h2> <p>Apr 21, 2016. The Apache Apex community is pleased to announce release <a href="/downloads.html">3.2.1-incubating</a> of the Core.</p> -<p>Changes: <a href="https://github.com/apache/incubator-apex-core/blob/v3.2.1-incubating/CHANGELOG.md">https://github.com/apache/incubator-apex-core/blob/v3.2.1-incubating/CHANGELOG.md</a></p> +<p>Changes: <a href="https://github.com/apache/apex-core/blob/v3.2.1-incubating/CHANGELOG.md">https://github.com/apache/apex-core/blob/v3.2.1-incubating/CHANGELOG.md</a></p> <h2 id="apache-apex-malhar-library-release-3-3-1-incubating">Apache Apex Malhar Library release 3.3.1-incubating</h2> <p>Mar 2, 2016. The Apache Apex community is pleased to announce release <a href="/downloads.html">3.3.1-incubating</a> of the Malhar Library.</p> -<p>Changes: <a href="https://github.com/apache/incubator-apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md">https://github.com/apache/incubator-apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md</a></p> +<p>Changes: <a href="https://github.com/apache/apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md">https://github.com/apache/apex-malhar/blob/v3.3.1-incubating/CHANGELOG.md</a></p> </div> <div class="col-md-4"> http://git-wip-us.apache.org/repos/asf/apex-site/blob/a80368c4/content/release.html ---------------------------------------------------------------------- diff --git a/content/release.html b/content/release.html index 17849a6..eb7923b 100644 --- a/content/release.html +++ b/content/release.html @@ -156,7 +156,7 @@ gpg --yes --armor --output ${RNAME}-source-release.zip.asc --detach-sig ${RNAME} </code></pre> <p>Check files into the dist staging area:</p> <pre><code class="lang-bash">mkdir svn-dist && cp *-source-* svn-dist/ -svn import svn-dist https://dist.apache.org/repos/dist/dev/incubator/apex/${RNAME}-RC1 -m "Apache Apex v${rv}-RC1" +svn import svn-dist https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 -m "Apache Apex v${rv}-RC1" </code></pre> <h2 id="voting">Voting</h2> <p>Vote call sample: @@ -169,7 +169,7 @@ svn import svn-dist https://dist.apache.org/repos/dist/dev/incubator/apex/${RNAM <p>Move source release from dist staging to release folder:</p> <pre><code>rv=3.4.0 RNAME=apache-apex-core-${rv} -svn mv https://dist.apache.org/repos/dist/dev/incubator/apex/${RNAME}-RC1 https://dist.apache.org/repos/dist/release/incubator/apex/${RNAME} -m "Release ${RNAME}" +svn mv https://dist.apache.org/repos/dist/dev/apex/${RNAME}-RC1 https://dist.apache.org/repos/dist/release/apex/${RNAME} -m "Release ${RNAME}" </code></pre><h3 id="jira">JIRA</h3> <p>Close release and all associated tickets (use bulk change workflow transition and turn off notification at bottom of page). Create version number X.Y.Z+1 for next release</p>
