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 2020/07/29 19:14:12 UTC

svn commit: r1880425 - /helix/site-content/index.html

Author: jxue
Date: Wed Jul 29 19:14:12 2020
New Revision: 1880425

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

Modified:
    helix/site-content/index.html

Modified: helix/site-content/index.html
URL: http://svn.apache.org/viewvc/helix/site-content/index.html?rev=1880425&r1=1880424&r2=1880425&view=diff
==============================================================================
--- helix/site-content/index.html (original)
+++ helix/site-content/index.html Wed Jul 29 19:14:12 2020
@@ -238,7 +238,7 @@
 <div class="section">    
 </div>
 	<h3 id="Download">Download</h3>
-<p><a href="./1.0.0-docs/download.html" class="btn btn-primary btn-small">1.0.0</a></p>
+<p><a href="./1.0.1-docs/download.html" class="btn btn-primary btn-small">1.0.1</a></p>
 <p><a href="./0.9.7-docs/download.html" class="btn btn-primary btn-small">0.9.7</a></p>
 <div class="section">   
 </div>
@@ -247,7 +247,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;1.0.0&lt;/version&gt;
+  &lt;version&gt;1.0.1&lt;/version&gt;
 &lt;/dependency&gt;
 </pre> 
 </div>
@@ -258,7 +258,7 @@
 <div class="source"> 
  <pre>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
 </pre> 
 </div>