This is an automated email from the ASF dual-hosted git repository.

jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/master by this push:
     new 69df4cf  Update the main page download links
69df4cf is described below

commit 69df4cf6d3c5105b536c03091c077780cf9c0fe0
Author: Junkai Xue <[email protected]>
AuthorDate: Wed Jul 29 12:07:47 2020 -0700

    Update the main page download links
---
 website/src/site/markdown/index.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/website/src/site/markdown/index.md 
b/website/src/site/markdown/index.md
index cf83915..67738da 100644
--- a/website/src/site/markdown/index.md
+++ b/website/src/site/markdown/index.md
@@ -87,7 +87,7 @@ Apache Helix has a new release:
 
 ### Download
 
-<a href="./1.0.0-docs/download.html" class="btn btn-primary 
btn-small">1.0.0</a>
+<a href="./1.0.1-docs/download.html" class="btn btn-primary 
btn-small">1.0.1</a>
 
 <a href="./0.9.7-docs/download.html" class="btn btn-primary 
btn-small">0.9.7</a>
 
@@ -97,7 +97,7 @@ Apache Helix has a new release:
 <dependency>
   <groupId>org.apache.helix</groupId>
   <artifactId>helix-core</artifactId>
-  <version>1.0.0</version>
+  <version>1.0.1</version>
 </dependency>
 ```
 
@@ -108,6 +108,6 @@ Requirements: JDK 1.8+, Maven 3.5.0+
 ```
 git clone https://git-wip-us.apache.org/repos/asf/helix.git
 cd helix
-git checkout helix-1.0.0
+git checkout helix-1.0.1
 mvn install package -DskipTests
 ```

Reply via email to