You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by pw...@apache.org on 2013/12/20 00:52:44 UTC

svn commit: r1552459 - in /incubator/spark: documentation.md downloads.md site/documentation.html site/downloads.html

Author: pwendell
Date: Thu Dec 19 23:52:44 2013
New Revision: 1552459

URL: http://svn.apache.org/r1552459
Log:
Other minor changes for 0.8.1 release

Modified:
    incubator/spark/documentation.md
    incubator/spark/downloads.md
    incubator/spark/site/documentation.html
    incubator/spark/site/downloads.html

Modified: incubator/spark/documentation.md
URL: http://svn.apache.org/viewvc/incubator/spark/documentation.md?rev=1552459&r1=1552458&r2=1552459&view=diff
==============================================================================
--- incubator/spark/documentation.md (original)
+++ incubator/spark/documentation.md Thu Dec 19 23:52:44 2013
@@ -12,7 +12,8 @@ navigation:
 <p>Setup instructions, programming guides, and other documentation are available for each version of Spark below:</p>
 
 <ul>
-  <li><a href="{{site.url}}docs/latest/">Spark 0.8.0 (latest release)</a></li>
+  <li><a href="{{site.url}}docs/latest/">Spark 0.8.1 (latest release)</a></li>
+  <li><a href="{{site.url}}docs/0.8.0/">Spark 0.8.0</a></li>
   <li><a href="{{site.url}}docs/0.7.3/">Spark 0.7.3</a></li>
   <li><a href="{{site.url}}docs/0.6.2/">Spark 0.6.2</a></li>
   <li><a href="https://github.com/mesos/spark/wiki/Spark-0.5-Documentation">Spark 0.5.x</a> (hosted on GitHub)</li>

Modified: incubator/spark/downloads.md
URL: http://svn.apache.org/viewvc/incubator/spark/downloads.md?rev=1552459&r1=1552458&r2=1552459&view=diff
==============================================================================
--- incubator/spark/downloads.md (original)
+++ incubator/spark/downloads.md Thu Dec 19 23:52:44 2013
@@ -33,7 +33,7 @@ Spark artifacts are [hosted in Maven Cen
 
     groupId: org.apache.spark
     artifactId: spark-core_2.9.3
-    version: 0.8.0-incubating
+    version: 0.8.1-incubating
 
 ### Development Version
 If you are interested in working with the newest under-development code or contributing to Spark development, you can also check out the master branch from Git: <tt>git clone git://github.com/apache/incubator-spark.git</tt>.

Modified: incubator/spark/site/documentation.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/documentation.html?rev=1552459&r1=1552458&r2=1552459&view=diff
==============================================================================
--- incubator/spark/site/documentation.html (original)
+++ incubator/spark/site/documentation.html Thu Dec 19 23:52:44 2013
@@ -134,7 +134,8 @@
 <p>Setup instructions, programming guides, and other documentation are available for each version of Spark below:</p>
 
 <ul>
-  <li><a href="/docs/latest/">Spark 0.8.0 (latest release)</a></li>
+  <li><a href="/docs/latest/">Spark 0.8.1 (latest release)</a></li>
+  <li><a href="/docs/0.8.0/">Spark 0.8.0</a></li>
   <li><a href="/docs/0.7.3/">Spark 0.7.3</a></li>
   <li><a href="/docs/0.6.2/">Spark 0.6.2</a></li>
   <li><a href="https://github.com/mesos/spark/wiki/Spark-0.5-Documentation">Spark 0.5.x</a> (hosted on GitHub)</li>

Modified: incubator/spark/site/downloads.html
URL: http://svn.apache.org/viewvc/incubator/spark/site/downloads.html?rev=1552459&r1=1552458&r2=1552459&view=diff
==============================================================================
--- incubator/spark/site/downloads.html (original)
+++ incubator/spark/site/downloads.html Thu Dec 19 23:52:44 2013
@@ -157,7 +157,7 @@ or 
 
 <pre><code>groupId: org.apache.spark
 artifactId: spark-core_2.9.3
-version: 0.8.0-incubating
+version: 0.8.1-incubating
 </code></pre>
 
 <h3 id="development-version">Development Version</h3>