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/05/01 00:11:53 UTC

helix git commit: Update menu bar for 0.8.1

Repository: helix
Updated Branches:
  refs/heads/master bb1ba8962 -> 5ed070aef


Update menu bar for 0.8.1


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

Branch: refs/heads/master
Commit: 5ed070aefee93c821b7677a267e7b4a99dceca17
Parents: bb1ba89
Author: Junkai Xue <jx...@linkedin.com>
Authored: Mon Apr 30 17:11:21 2018 -0700
Committer: Junkai Xue <jx...@linkedin.com>
Committed: Mon Apr 30 17:11:21 2018 -0700

----------------------------------------------------------------------
 website/src/site/markdown/index.md    | 12 ++++++------
 website/src/site/site.xml             | 15 ++++++++-------
 website/src/site/xdoc/download.xml.vm |  2 +-
 3 files changed, 15 insertions(+), 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/5ed070ae/website/src/site/markdown/index.md
----------------------------------------------------------------------
diff --git a/website/src/site/markdown/index.md b/website/src/site/markdown/index.md
index 5768720..a93549d 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -77,17 +77,17 @@ Modeling a distributed system as a state machine with constraints on states and
 
 Apache Helix has two new releases:
 
-* [0.8.0](./0.8.0-docs/index.html) - A release that includes helix REST 2.0, helix UI and performance improvement backward compatible with 0.6.x.
+* [0.8.1](./0.8.1-docs/index.html) - A release focusing on performance improvement backward compatible with 0.6.x.
 
-    [\[Quick Start\]](./0.8.0-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.8.0.html)
+    [\[Quick Start\]](./0.8.1-docs/Quickstart.html) [\[Release Notes\]](./0.8.1-docs/releasenotes/release-0.8.1.html)
 
 * [0.7.1 (beta)](./0.7.1-docs/index.html) - A release that includes YARN integration, ad-hoc task management, and performant IPC.
 
-    [\[Quick Start\]](./0.7.1-docs/Quickstart.html) [\[Release Notes\]](./releasenotes/release-0.7.1.html)
+    [\[Quick Start\]](./0.7.1-docs/Quickstart.html) [\[Release Notes\]](./0.7.1-docs/releasenotes/release-0.7.1.html)
 
 ### Download
 
-<a href="./0.8.0-docs/download.html" class="btn btn-primary btn-small">0.8.0</a>
+<a href="./0.8.1-docs/download.html" class="btn btn-primary btn-small">0.8.1</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.0</version>
+  <version>0.8.1</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.0
+git checkout helix-0.8.1
 mvn install package -DskipTests
 ```

http://git-wip-us.apache.org/repos/asf/helix/blob/5ed070ae/website/src/site/site.xml
----------------------------------------------------------------------
diff --git a/website/src/site/site.xml b/website/src/site/site.xml
index bbb9188..8b3418c 100644
--- a/website/src/site/site.xml
+++ b/website/src/site/site.xml
@@ -65,7 +65,8 @@
     </menu>
 
     <menu name="Documentation">
-      <item name="0.8.0 (stable)" href="./0.8.0-docs/index.html"/>
+      <item name="0.8.1 (stable)" href="./0.8.0-docs/index.html"/>
+      <item name="0.8.0" href="./0.8.0-docs/index.html"/>
       <item name="0.7.1 (beta)" href="./0.7.1-docs/index.html"/>
       <item name="0.6.9" href="./0.6.9-docs/index.html"/>
       <item name="0.6.8" href="./0.6.8-docs/index.html"/>
@@ -80,11 +81,11 @@
       <item name="trunk" href="./trunk-docs/index.html"/>
     </menu>
 
-    <menu name="Helix 0.8.0">
-      <item name="Documentation" href="./0.8.0-docs/index.html"/>
-      <item name="Quick Start" href="./0.8.0-docs/Quickstart.html"/>
-      <item name="Tutorial" href="./0.8.0-docs/Tutorial.html"/>
-      <item name="Download" href="./0.8.0-docs/download.html"/>
+    <menu name="Helix 0.8.1">
+      <item name="Documentation" href="./0.8.1-docs/index.html"/>
+      <item name="Quick Start" href="./0.8.1-docs/Quickstart.html"/>
+      <item name="Tutorial" href="./0.8.1-docs/Tutorial.html"/>
+      <item name="Download" href="./0.8.1-docs/download.html"/>
     </menu>
 
     <menu name="Helix 0.7.1 (beta)">
@@ -149,7 +150,7 @@
       <slogan>A cluster management framework for partitioned and replicated distributed resources</slogan>
       <bottomNav>
         <column>Learn</column>
-        <column>Documentation|Helix 0.8.0|Helix 0.7.1 (beta)</column>
+        <column>Documentation|Helix 0.8.1|Helix 0.7.1 (beta)</column>
         <column>Get Involved</column>
         <column>ASF</column>
       </bottomNav>

http://git-wip-us.apache.org/repos/asf/helix/blob/5ed070ae/website/src/site/xdoc/download.xml.vm
----------------------------------------------------------------------
diff --git a/website/src/site/xdoc/download.xml.vm b/website/src/site/xdoc/download.xml.vm
index fc800bc..e8a5c7e 100644
--- a/website/src/site/xdoc/download.xml.vm
+++ b/website/src/site/xdoc/download.xml.vm
@@ -44,7 +44,7 @@ under the License.
     </section>
 
     <section name="Current Release">
-      <p>Release date: 02/01/2018 </p>
+      <p>Release date: 04/30/2018 </p>
       <p><a href="releasenotes/release-${currentRelease}.html">${currentRelease} Release notes</a></p>
       <a name="mirror"/>
       <subsection name="Mirror">