You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by jx...@apache.org on 2018/07/31 00:47:08 UTC

svn commit: r1837101 - in /helix/site-content: .htaccess index.html

Author: jxue
Date: Tue Jul 31 00:47:07 2018
New Revision: 1837101

URL: http://svn.apache.org/viewvc?rev=1837101&view=rev
Log:
Site checkin for project Apache Helix :: Website

Modified:
    helix/site-content/.htaccess
    helix/site-content/index.html

Modified: helix/site-content/.htaccess
URL: http://svn.apache.org/viewvc/helix/site-content/.htaccess?rev=1837101&r1=1837100&r2=1837101&view=diff
==============================================================================
--- helix/site-content/.htaccess (original)
+++ helix/site-content/.htaccess Tue Jul 31 00:47:07 2018
@@ -30,4 +30,5 @@ Redirect /0.6.8-docs/download.html /0.6.
 Redirect /0.6.9-docs/download.html /0.6.9-docs/download.cgi
 Redirect /0.7.1-docs/download.html /0.7.1-docs/download.cgi
 Redirect /0.8.0-docs/download.html /0.8.0-docs/download.cgi
-Redirect /0.8.1-docs/download.html /0.8.1-docs/download.cgi
\ No newline at end of file
+Redirect /0.8.1-docs/download.html /0.8.1-docs/download.cgi
+Redirect /0.8.2-docs/download.html /0.8.2-docs/download.cgi
\ No newline at end of file

Modified: helix/site-content/index.html
URL: http://svn.apache.org/viewvc/helix/site-content/index.html?rev=1837101&r1=1837100&r2=1837101&view=diff
==============================================================================
--- helix/site-content/index.html (original)
+++ helix/site-content/index.html Tue Jul 31 00:47:07 2018
@@ -222,13 +222,13 @@
 	<h3 id="News">News</h3>
 <p>Apache Helix has two new releases:</p>
 <ul> 
- <li> <p><a href="./0.8.1-docs/index.html">0.8.1</a> - A release focusing on performance improvement backward compatible with 0.6.x.</p> <p><a href="./0.8.1-docs/Quickstart.html">[Quick Start]</a> <a href="./0.8.1-docs/releasenotes/release-0.8.1.html">[Release Notes]</a></p></li> 
+ <li> <p><a href="./0.8.2-docs/index.html">0.8.2</a> - A release focusing on performance improvement backward compatible with 0.6.x.</p> <p><a href="./0.8.2-docs/Quickstart.html">[Quick Start]</a> <a href="./0.8.2-docs/releasenotes/release-0.8.2.html">[Release Notes]</a></p></li> 
  <li> <p><a href="./0.7.1-docs/index.html">0.7.1 (beta)</a> - A release that includes YARN integration, ad-hoc task management, and performant IPC.</p> <p><a href="./0.7.1-docs/Quickstart.html">[Quick Start]</a> <a href="./0.7.1-docs/releasenotes/release-0.7.1.html">[Release Notes]</a></p></li> 
 </ul>
 <div class="section">    
 </div>
 	<h3 id="Download">Download</h3>
-<p><a href="./0.8.1-docs/download.html" class="btn btn-primary btn-small">0.8.1</a></p>
+<p><a href="./0.8.2-docs/download.html" class="btn btn-primary btn-small">0.8.2</a></p>
 <p><a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 (beta)</a></p>
 <div class="section">   
 </div>
@@ -237,7 +237,7 @@
  <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.helix&lt;/groupId&gt;
   &lt;artifactId&gt;helix-core&lt;/artifactId&gt;
-  &lt;version&gt;0.8.1&lt;/version&gt;
+  &lt;version&gt;0.8.2&lt;/version&gt;
 &lt;/dependency&gt;
 </pre> 
 </div>
@@ -248,7 +248,7 @@
 <div class="source"> 
  <pre>git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd helix
-git checkout helix-0.8.1
+git checkout helix-0.8.2
 mvn install package -DskipTests
 </pre> 
 </div>