Repository: helix
Updated Branches:
  refs/heads/master 9492c513c -> 84a4f17cb


Update main page and add redirect


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/84a4f17c
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/84a4f17c
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/84a4f17c

Branch: refs/heads/master
Commit: 84a4f17cbcdb1a78de34bbdf2c429a083abc4531
Parents: 9492c51
Author: Junkai Xue <[email protected]>
Authored: Mon Jul 30 17:43:02 2018 -0700
Committer: Junkai Xue <[email protected]>
Committed: Mon Jul 30 17:43:02 2018 -0700

----------------------------------------------------------------------
 website/src/site/markdown/index.md   | 10 +++++-----
 website/src/site/resources/.htaccess |  3 ++-
 2 files changed, 7 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/84a4f17c/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md 
b/website/src/site/markdown/index.md
index a93549d..1fee02f 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -77,9 +77,9 @@ Modeling a distributed system as a state machine with 
constraints on states and
 
 Apache Helix has two new releases:
 
-* [0.8.1](./0.8.1-docs/index.html) - A release focusing on performance 
improvement backward compatible with 0.6.x.
+* [0.8.2](./0.8.2-docs/index.html) - A release focusing on performance 
improvement backward compatible with 0.6.x.
 
-    [\[Quick Start\]](./0.8.1-docs/Quickstart.html) [\[Release 
Notes\]](./0.8.1-docs/releasenotes/release-0.8.1.html)
+    [\[Quick Start\]](./0.8.2-docs/Quickstart.html) [\[Release 
Notes\]](./0.8.2-docs/releasenotes/release-0.8.2.html)
 
 * [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN 
integration, ad-hoc task management, and performant IPC.
 
@@ -87,7 +87,7 @@ Apache Helix has two new releases:
 
 ### Download
 
-<a href="./0.8.1-docs/download.html" class="btn btn-primary 
btn-small">0.8.1</a>
+<a href="./0.8.2-docs/download.html" class="btn btn-primary 
btn-small">0.8.2</a>
 
 <a href="./0.7.1-docs/download.html" class="btn btn-primary btn-small">0.7.1 
(beta)</a>
 
@@ -97,7 +97,7 @@ Apache Helix has two new releases:
 <dependency>
   <groupId>org.apache.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>0.8.1</version>
+  <version>0.8.2</version>
 </dependency>
 ```
 
@@ -108,6 +108,6 @@ Requirements: JDK 1.6+, Maven 2.0.8+
 ```
 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
 ```

http://git-wip-us.apache.org/repos/asf/helix/blob/84a4f17c/website/src/site/resources/.htaccess
----------------------------------------------------------------------
diff --git a/website/src/site/resources/.htaccess 
b/website/src/site/resources/.htaccess
index 914868f..090c368 100644
--- a/website/src/site/resources/.htaccess
+++ b/website/src/site/resources/.htaccess
@@ -30,4 +30,5 @@ Redirect /0.6.8-docs/download.html /0.6.8-docs/download.cgi
 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

Reply via email to