You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@reef.apache.org by do...@apache.org on 2015/10/28 00:57:05 UTC

incubator-reef git commit: [REEF-876] Update the website for 0.13.0-incubating release

Repository: incubator-reef
Updated Branches:
  refs/heads/master ebbbeacc8 -> c4d93e1e8


[REEF-876] Update the website for 0.13.0-incubating release

JIRA:
  [REEF-876](https://issues.apache.org/jira/browse/REEF-876)

Pull request:
  This closes #593


Project: http://git-wip-us.apache.org/repos/asf/incubator-reef/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-reef/commit/c4d93e1e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-reef/tree/c4d93e1e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-reef/diff/c4d93e1e

Branch: refs/heads/master
Commit: c4d93e1e8de1612ca74f8fe4feb8f73714dd03c0
Parents: ebbbeac
Author: Mariia Mykhailova <ma...@apache.org>
Authored: Mon Oct 26 20:33:11 2015 -0700
Committer: Dongjoon Hyun <do...@apache.org>
Committed: Wed Oct 28 08:40:42 2015 +0900

----------------------------------------------------------------------
 doap.rdf                                 |  6 +++---
 website/src/site/markdown/downloads.md   | 13 +++++++------
 website/src/site/resources/js/release.js |  9 ++++++---
 website/src/site/site.xml                |  1 +
 4 files changed, 17 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c4d93e1e/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index b295161..d304088 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -52,9 +52,9 @@ under the License.
     <category rdf:resource="http://projects.apache.org/category/big-data" />
     <release>
       <Version>
-        <name>0.12.0-incubating</name>
-        <created>2015-08-15</created>
-        <revision>0.12.0-incubating</revision>
+        <name>0.13.0-incubating</name>
+        <created>2015-10-14</created>
+        <revision>0.13.0-incubating</revision>
       </Version>
     </release>
     <repository>

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c4d93e1e/website/src/site/markdown/downloads.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/downloads.md b/website/src/site/markdown/downloads.md
index 516eada..8dda80d 100644
--- a/website/src/site/markdown/downloads.md
+++ b/website/src/site/markdown/downloads.md
@@ -22,7 +22,8 @@ under the License.
 
 Choose a release version:
 <select id="selectRelease" onchange="setReleaseLink()">
-    <option value="0.12.0-incubating" selected="selected">0.12.0-incubating</option>
+    <option value="0.13.0-incubating" selected="selected">0.13.0-incubating</option>
+    <option value="0.12.0-incubating">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>
@@ -30,22 +31,22 @@ Choose a release version:
 <ul id="listRelease">
     <li>
         Download directly:
-        <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 id="directLink" href="http://www.apache.org/dist/incubator/reef/0.13.0-incubating/apache-reef-0.13.0-incubating.tar.gz">
+            apache-reef-0.13.0-incubating.tar.gz
         </a>
     </li>
     <li>
         Download from mirror:
-        <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating">
+        <a id="mirrorLink" href="http://www.apache.org/dyn/closer.cgi/incubator/reef/0.13.0-incubating">
         Closest Apache Mirror</a>
     </li>
     <li>
         Verification:
-        <a id="verificationLink" href="http://www.apache.org/dist/incubator/reef/0.12.0-incubating/">
+        <a id="verificationLink" href="http://www.apache.org/dist/incubator/reef/0.13.0-incubating/">
             Signatures and checksums
         </a>
         <br />
-        SHA512: <span id="sha512Text">a5ec246fc5f73427ecb74f4725ce7ac1a8911ee7cf969aa45142b05b4985f385547b9ff47d6752e6c505dbbc98acda762d2fc22f3e2759040e2a7d9a0249398d</span>
+        SHA512: <span id="sha512Text">8f542aeaf2dc3b241bdcd0d343c607355e1f09e1ca89bbc3431b0cc1f0908479511f60900a91a6731051ffef8af30488eb85df567c32bc2db9d3d91014c4fed7</span>
     </li>
 </ul>
 

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c4d93e1e/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 db8988d..1eb4f30 100644
--- a/website/src/site/resources/js/release.js
+++ b/website/src/site/resources/js/release.js
@@ -19,19 +19,22 @@
 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.12.0-incubating": "http://www.apache.org/dist/incubator/reef/0.12.0-incubating/apache-reef-0.12.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",
+    "0.13.0-incubating": "http://www.apache.org/dist/incubator/reef/0.13.0-incubating/apache-reef-0.13.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.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating"
+    "0.12.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.12.0-incubating",
+    "0.13.0-incubating": "http://www.apache.org/dyn/closer.cgi/incubator/reef/0.13.0-incubating"
 };
 
 var releaseSha512 = {
     "0.10.0-incubating": "53844174f701a4c0c99964260c7abb4f8ef9d93aa6b8bdddbca37082e0f5754db5b00e2ae1fdd7732735159df8205a82e7a4dde2ef5abf2ca3e5d7dc43eb62fb",
     "0.11.0-incubating": "a4741c5e8006fdca40d3f3daa43c14b82fd44e77daeb0b3539fb9705c2e9c568efd86532dce262b6d4ef7ebb240f048724b63ad7c782035a3635bebe970e1bd7",
-    "0.12.0-incubating": "a5ec246fc5f73427ecb74f4725ce7ac1a8911ee7cf969aa45142b05b4985f385547b9ff47d6752e6c505dbbc98acda762d2fc22f3e2759040e2a7d9a0249398d"
+    "0.12.0-incubating": "a5ec246fc5f73427ecb74f4725ce7ac1a8911ee7cf969aa45142b05b4985f385547b9ff47d6752e6c505dbbc98acda762d2fc22f3e2759040e2a7d9a0249398d",
+    "0.13.0-incubating": "8f542aeaf2dc3b241bdcd0d343c607355e1f09e1ca89bbc3431b0cc1f0908479511f60900a91a6731051ffef8af30488eb85df567c32bc2db9d3d91014c4fed7"
 };
 
 function setReleaseLink() {

http://git-wip-us.apache.org/repos/asf/incubator-reef/blob/c4d93e1e/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index 622abb3..f2768ad 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -88,6 +88,7 @@ under the License.
             <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"/>
+            <item name="0.13.0-incubating API" href="apidocs/0.13.0-incubating/index.html"/>
         </menu>
         <menu name="Contribution">
             <item name="Contributing" href="https://cwiki.apache.org/confluence/display/REEF/Contributing"/>