Repository: incubator-reef Updated Branches: refs/heads/master e1a386025 -> 4a5a6672e
[REEF-595] Update the website for 0.12.0-incubating Add 0.12.0-incubating to relevant parts of website. JIRA: [REEF-595](https://issues.apache.org/jira/browse/REEF-595) Pull Request: This closes #374 Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/4a5a6672 Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/4a5a6672 Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/4a5a6672 Branch: refs/heads/master Commit: 4a5a6672e8a76a78b2ef6a477a73bfba574aed44 Parents: e1a3860 Author: Brian Cho <[email protected]> Authored: Sun Aug 16 01:10:13 2015 +0900 Committer: Mariia Mykhailova <[email protected]> Committed: Mon Aug 17 13:34:56 2015 -0700 ---------------------------------------------------------------------- website/src/site/markdown/downloads.md | 9 +++++---- website/src/site/resources/js/release.js | 6 ++++-- website/src/site/site.xml | 1 + 3 files changed, 10 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4a5a6672/website/src/site/markdown/downloads.md ---------------------------------------------------------------------- diff --git a/website/src/site/markdown/downloads.md b/website/src/site/markdown/downloads.md index 1ab6f68..9411fa2 100644 --- a/website/src/site/markdown/downloads.md +++ b/website/src/site/markdown/downloads.md @@ -22,20 +22,21 @@ under the License. Choose a release version: <select id="selectRelease" onchange="setReleaseLink()"> - <option value="0.11.0-incubating" selected="selected">0.11.0-incubating</option> + <option value="0.12.0-incubating" selected="selected">0.12.0-incubating</option> + <option value="0.11.0-incubating">0.11.0-incubating</option> <option value="0.10.0-incubating">0.10.0-incubating</option> </select> <ul id="listRelease"> <li> Download directly: - <a id="directLink" href="http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz"> - apache-reef-0.11.0-incubating.tar.gz + <a id="directLink" href="http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz"> + apache-reef-0.12.0-incubating.tar.gz </a> </li> <li> Download with signatures: - <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating"> + <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating"> Closest Apache Mirror</a> </li> </ul> http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4a5a6672/website/src/site/resources/js/release.js ---------------------------------------------------------------------- diff --git a/website/src/site/resources/js/release.js b/website/src/site/resources/js/release.js index 9699401..6ef0565 100644 --- a/website/src/site/resources/js/release.js +++ b/website/src/site/resources/js/release.js @@ -18,12 +18,14 @@ */ var releaseDirect = { "0.10.0-incubating": "http://www.apache.org/dist/incubator/reef/0.10.0-incubating/apache-reef-0.10.0-incubating.tar.gz", - "0.11.0-incubating": "http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz" + "0.11.0-incubating": "http://www.apache.org/dist/incubator/reef/0.11.0-incubating/apache-reef-0.11.0-incubating.tar.gz", + "0.12.0-incubating": "http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.0-incubating.tar.gz" }; var releaseMirror = { "0.10.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.10.0-incubating", - "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating" + "0.11.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.11.0-incubating", + "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating" }; function setReleaseLink() { http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/4a5a6672/website/src/site/site.xml ---------------------------------------------------------------------- diff --git a/website/src/site/site.xml b/website/src/site/site.xml index 2186425..622abb3 100644 --- a/website/src/site/site.xml +++ b/website/src/site/site.xml @@ -87,6 +87,7 @@ under the License. <item name="Wake" href="wake.html"/> <item name="0.10.0-incubating API" href="apidocs/0.10.0-incubating/index.html"/> <item name="0.11.0-incubating API" href="apidocs/0.11.0-incubating/index.html"/> + <item name="0.12.0-incubating API" href="apidocs/0.12.0-incubating/index.html"/> </menu> <menu name="Contribution"> <item name="Contributing" href="https://cwiki.apache.org/confluence/display/REEF/Contributing"/>
