You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by hu...@apache.org on 2019/06/11 21:50:17 UTC

svn commit: r1861078 [2/27] - in /helix/site-content: ./ 0.6.1-incubating-docs/ 0.6.2-incubating-docs/ 0.6.3-docs/ 0.6.4-docs/ 0.6.5-docs/ 0.6.6-docs/ 0.6.7-docs/ 0.6.8-docs/ 0.6.9-docs/ 0.7.0-incubating-docs/ 0.7.1-docs/ 0.8.0-docs/ 0.8.1-docs/ 0.8.2-...

Modified: helix/site-content/0.6.2-incubating-docs/dependencies.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/dependencies.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/dependencies.html (original)
+++ helix/site-content/0.6.2-incubating-docs/dependencies.html Tue Jun 11 21:50:13 2019
@@ -134,7 +134,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -164,7 +164,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -203,7 +203,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -229,7 +229,7 @@
 <div class="section"> 
  <h2 id="Project_Dependency_Graph">Project Dependency Graph</h2> 
  <script language="javascript" type="text/javascript">
-      function toggleDependencyDetail( divId, imgId )
+      function toggleDependencyDetails( divId, imgId )
       {
         var div = document.getElementById( divId );
         var img = document.getElementById( imgId );
@@ -237,11 +237,13 @@
         {
           div.style.display = 'none';
           img.src='./images/icon_info_sml.gif';
+          img.alt='[Information]';
         }
         else
         {
           div.style.display = '';
           img.src='./images/close.gif';
+          img.alt='[Close]';
         }
       }
 </script> 
@@ -249,7 +251,7 @@
  <div class="section"> 
   <h3 id="Dependency_Tree">Dependency Tree</h3> 
   <ul> 
-   <li>org.apache.helix:0.6.2-incubating-docs:bundle:0.8.5-SNAPSHOT <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep0"><i class="icon-info-sign"></i></button> 
+   <li>org.apache.helix:0.6.2-incubating-docs:bundle:0.9.1-SNAPSHOT <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep0"><i class="icon-info-sign"></i></button> 
     <div id="_dep0" style="" class=" collapse"> 
      <table border="0" class="bodyTable table table-striped table-hover"> 
       <thead> 
@@ -259,7 +261,7 @@
       </thead> 
       <tbody> 
        <tr class="b"> 
-        <td> <p><b>Description: </b>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</p> <p><b>URL: </b><a class="externalLink" href="http://helix.apache.org/0.6.2-incubating-docs">http://helix.apache.org/0.6.2-incubating-docs</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
+        <td> <p><b>Description: </b>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</p> <p><b>URL: </b><a class="externalLink" href="http://helix.apache.org/0.6.2-incubating-docs">http://helix.apache.org/0.6.2-incubating-docs</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
        </tr> 
       </tbody> 
      </table> 
@@ -275,7 +277,7 @@
         </thead> 
         <tbody> 
          <tr class="b"> 
-          <td> <p><b>Description: </b>TestNG is a testing framework.</p> <p><b>URL: </b><a class="externalLink" href="http://testng.org">http://testng.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></td> 
+          <td> <p><b>Description: </b>TestNG is a testing framework.</p> <p><b>URL: </b><a class="externalLink" href="http://testng.org">http://testng.org</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></td> 
          </tr> 
         </tbody> 
        </table> 
@@ -291,7 +293,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p> <p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td> 
+            <td> <p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p> <p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -307,7 +309,7 @@
             </thead> 
             <tbody> 
              <tr class="b"> 
-              <td> <p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> <p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td> 
+              <td> <p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> <p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td> 
              </tr> 
             </tbody> 
            </table> 
@@ -323,7 +325,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>BeanShell</p> <p><b>Project License: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl.txt">GNU LESSER GENERAL PUBLIC LICENSE</a></p></td> 
+            <td> <p><b>Description: </b>BeanShell</p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl.txt">GNU LESSER GENERAL PUBLIC LICENSE</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -338,7 +340,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>A Java framework to parse command line options with annotations.</p> <p><b>URL: </b><a class="externalLink" href="http://beust.com/jcommander">http://beust.com/jcommander</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
+            <td> <p><b>Description: </b>A Java framework to parse command line options with annotations.</p> <p><b>URL: </b><a class="externalLink" href="http://beust.com/jcommander">http://beust.com/jcommander</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -353,7 +355,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>YAML 1.1 parser and emitter for Java</p> <p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/snakeyaml/">http://code.google.com/p/snakeyaml/</a></p> <p><b>Project License: </b><a href="LICENSE.txt">Apache License Version 2.0</a></p></td> 
+            <td> <p><b>Description: </b>YAML 1.1 parser and emitter for Java</p> <p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/snakeyaml/">http://code.google.com/p/snakeyaml/</a></p> <p><b>Project Licenses: </b><a href="LICENSE.txt">Apache License Version 2.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -366,12 +368,12 @@
 <a name="Licenses"></a> 
 <div class="section"> 
  <h2 id="Licenses">Licenses</h2> 
+ <p><b>Apache License Version 2.0: </b>SnakeYAML</p> 
  <p><b>GNU LESSER GENERAL PUBLIC LICENSE: </b>BeanShell</p> 
- <p><b>New BSD License: </b>Hamcrest Core</p> 
  <p><b>Apache License, Version 2.0: </b>TestNG</p> 
- <p><b>Common Public License Version 1.0: </b>JUnit</p> 
+ <p><b>New BSD License: </b>Hamcrest Core</p> 
  <p><b>The Apache Software License, Version 2.0: </b>Apache Helix :: Website :: 0.6.2-incubating, JCommander</p> 
- <p><b>Apache License Version 2.0: </b>SnakeYAML</p> 
+ <p><b>Common Public License Version 1.0: </b>JUnit</p> 
 </div> 
 <a name="Dependency_File_Details"></a> 
 <div class="section"> 
@@ -384,8 +386,8 @@
     <th>Entries</th> 
     <th>Classes</th> 
     <th>Packages</th> 
-    <th>JDK Rev</th> 
-    <th>Debug</th> 
+    <th>Java Version</th> 
+    <th>Debug Information</th> 
    </tr> 
   </thead> 
   <thead> 
@@ -395,77 +397,77 @@
     <th>Entries</th> 
     <th>Classes</th> 
     <th>Packages</th> 
-    <th>JDK Rev</th> 
-    <th>Debug</th> 
+    <th>Java Version</th> 
+    <th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th> 
    </tr> 
   </thead> 
   <tbody> 
    <tr class="b"> 
     <td>jcommander-1.12.jar</td> 
-    <td>30.55 kB</td> 
+    <td>31.3 kB</td> 
     <td>36</td> 
     <td>23</td> 
     <td>4</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>junit-4.11.jar</td> 
-    <td>239.30 kB</td> 
+    <td>245 kB</td> 
     <td>266</td> 
     <td>233</td> 
     <td>28</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="b"> 
     <td>bsh-2.0b4.jar</td> 
-    <td>275.09 kB</td> 
+    <td>281.7 kB</td> 
     <td>238</td> 
     <td>158</td> 
     <td>8</td> 
     <td>1.2</td> 
-    <td>release</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
     <td>hamcrest-core-1.3.jar</td> 
-    <td>43.97 kB</td> 
+    <td>45 kB</td> 
     <td>52</td> 
     <td>45</td> 
     <td>3</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="b"> 
     <td>testng-6.0.1.jar</td> 
-    <td>568.62 kB</td> 
+    <td>582.3 kB</td> 
     <td>400</td> 
     <td>365</td> 
     <td>22</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>snakeyaml-1.6.jar</td> 
-    <td>226.68 kB</td> 
+    <td>232.1 kB</td> 
     <td>208</td> 
     <td>183</td> 
     <td>16</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>6</td> 
-    <td>1.35 MB</td> 
-    <td>1,200</td> 
-    <td>1,007</td> 
+    <td>1.4 MB</td> 
+    <td>1200</td> 
+    <td>1007</td> 
     <td>81</td> 
     <td>1.5</td> 
     <td>5</td> 
    </tr> 
    <tr class="b"> 
     <td>compile: 4</td> 
-    <td>compile: 1.08 MB</td> 
+    <td>compile: 1.1 MB</td> 
     <td>compile: 882</td> 
     <td>compile: 729</td> 
     <td>compile: 50</td> 
@@ -474,7 +476,7 @@
    </tr> 
    <tr class="a"> 
     <td>test: 2</td> 
-    <td>test: 283.26 kB</td> 
+    <td>test: 290.1 kB</td> 
     <td>test: 318</td> 
     <td>test: 278</td> 
     <td>test: 31</td> 
@@ -498,34 +500,34 @@
   </thead> 
   <tbody> 
    <tr class="b"> 
-    <td>apache.snapshots</td> 
-    <td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td> 
-    <td>-</td> 
+    <td>mvnrepository.com</td> 
+    <td><a class="externalLink" href="https://mvnrepository.com">https://mvnrepository.com</a></td> 
     <td>Yes</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
-    <td>sonatype-nexus-snapshots</td> 
-    <td><a class="externalLink" href="http://oss.sonatype.org/content/repositories/snapshots">http://oss.sonatype.org/content/repositories/snapshots</a></td> 
-    <td>-</td> 
+    <td>central</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td> 
     <td>Yes</td> 
+    <td>No</td> 
    </tr> 
    <tr class="b"> 
-    <td>central</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td> 
+    <td>restlet.org</td> 
+    <td><a class="externalLink" href="http://maven.restlet.org">http://maven.restlet.org</a></td> 
     <td>Yes</td> 
-    <td>-</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
-    <td>restlet.org</td> 
-    <td><a class="externalLink" href="http://maven.restlet.org">http://maven.restlet.org</a></td> 
+    <td>sonatype-nexus-snapshots</td> 
+    <td><a class="externalLink" href="http://oss.sonatype.org/content/repositories/snapshots">http://oss.sonatype.org/content/repositories/snapshots</a></td> 
+    <td>No</td> 
     <td>Yes</td> 
-    <td>-</td> 
    </tr> 
    <tr class="b"> 
-    <td>mvnrepository.com</td> 
-    <td><a class="externalLink" href="https://mvnrepository.com">https://mvnrepository.com</a></td> 
+    <td>apache.snapshots</td> 
+    <td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td> 
+    <td>No</td> 
     <td>Yes</td> 
-    <td>-</td> 
    </tr> 
   </tbody> 
  </table> 
@@ -534,28 +536,28 @@
   <thead> 
    <tr class="b"> 
     <th>Total</th> 
-    <th>apache.snapshots</th> 
-    <th>sonatype-nexus-snapshots</th> 
+    <th>mvnrepository.com</th> 
     <th>central</th> 
     <th>restlet.org</th> 
-    <th>mvnrepository.com</th> 
+    <th>sonatype-nexus-snapshots</th> 
+    <th>apache.snapshots</th> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
     <th>Artifact</th> 
-    <th>apache.snapshots</th> 
-    <th>sonatype-nexus-snapshots</th> 
+    <th>mvnrepository.com</th> 
     <th>central</th> 
     <th>restlet.org</th> 
-    <th>mvnrepository.com</th> 
+    <th>sonatype-nexus-snapshots</th> 
+    <th>apache.snapshots</th> 
    </tr> 
   </thead> 
   <tbody> 
    <tr class="b"> 
     <td>com.beust:jcommander:jar:1.12</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -563,7 +565,7 @@
    <tr class="a"> 
     <td>junit:junit:jar:4.11</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -571,7 +573,7 @@
    <tr class="b"> 
     <td>org.beanshell:bsh:jar:2.0b4</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -579,7 +581,7 @@
    <tr class="a"> 
     <td>org.hamcrest:hamcrest-core:jar:1.3</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -587,7 +589,7 @@
    <tr class="b"> 
     <td>org.testng:testng:jar:6.0.1</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -595,7 +597,7 @@
    <tr class="a"> 
     <td>org.yaml:snakeyaml:jar:1.6</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -603,7 +605,7 @@
    <tr class="a"> 
     <td>6 (compile: 4, test: 2)</td> 
     <td>0</td> 
-    <td>0</td> 
+    <td>6</td> 
     <td>0</td> 
     <td>0</td> 
     <td>0</td> 

Modified: helix/site-content/0.6.2-incubating-docs/dependency-convergence.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/dependency-convergence.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/dependency-convergence.html (original)
+++ helix/site-content/0.6.2-incubating-docs/dependency-convergence.html Tue Jun 11 21:50:13 2019
@@ -123,56 +123,46 @@
   <h2 id="Reactor_Dependency_Convergence">Reactor Dependency Convergence</h2>
  </div> 
  <table border="0" class="bodyTable table table-striped table-hover"> 
-  <caption> 
-   <b>Legend:</b> 
-  </caption> 
-  <tbody> 
+  <thead> 
    <tr class="a"> 
-    <td><i class="icon-ok"></i></td> 
-    <td>All projects share one version of the dependency.</td> 
-   </tr> 
-   <tr class="b"> 
-    <td><i class="icon-exclamation-sign"></i></td> 
-    <td>At least one project has a differing version of the dependency.</td> 
+    <th>Ready for release (100% convergence and no SNAPSHOTS):</th> 
+    <td><i class="icon-ok"></i>&nbsp;<b>Success</b></td> 
    </tr> 
-  </tbody> 
- </table> 
- <br /> 
- <table border="0" class="bodyTable table table-striped table-hover"> 
+  </thead> 
   <thead> 
    <tr class="b"> 
-    <th>Ready for Release (100% Convergence and no SNAPSHOTS):</th> 
-    <td><i class="icon-ok"></i>&nbsp;<b>Success</b></td> 
+    <th>Convergence (NOD/NOA):</th> 
+    <td><i class="icon-ok"></i>&nbsp;<b>100 %</b></td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
-    <th>Convergence (NOD/NOA):</th> 
-    <td><i class="icon-ok"></i>&nbsp;<b>100%</b></td> 
+    <th>Number of SNAPSHOT artifacts (NOS):</th> 
+    <td>0</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="b"> 
-    <th>Number of SNAPSHOT artifacts (NOS):</th> 
+    <th>Number of version-conflicting artifacts (NOC):</th> 
     <td>0</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
     <th>Number of unique artifacts (NOA):</th> 
-    <td>1</td> 
+    <td>6</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="b"> 
     <th>Number of dependencies (NOD):</th> 
-    <td>1</td> 
+    <td>6</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
-    <th>Number of sub-projects:</th> 
-    <td>17</td> 
+    <th>Number of modules:</th> 
+    <td>18</td> 
    </tr> 
   </thead> 
   <caption> 
@@ -181,46 +171,6 @@
   <tbody> 
   </tbody> 
  </table> 
-</div> 
-<div class="section"> 
- <h3 id="Dependencies_used_in_sub-projects">Dependencies used in sub-projects</h3> 
- <div class="section"> 
-  <h4 id="org.testng:testng">org.testng:testng</h4> 
-  <table border="0" class="bodyTable table table-striped table-hover"> 
-   <tbody> 
-    <tr class="a"> 
-     <td><i class="icon-ok"></i></td> 
-     <td> 
-      <table border="0" class="bodyTable table table-striped table-hover"> 
-       <tbody> 
-        <tr class="b"> 
-         <td width="25%">6.0.1</td> 
-         <td> 
-          <ol style="list-style-type: lower-alpha"> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.1-incubating-docs">org.apache.helix:0.6.1-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.2-incubating-docs">org.apache.helix:0.6.2-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.3-docs">org.apache.helix:0.6.3-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.4-docs">org.apache.helix:0.6.4-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.5-docs">org.apache.helix:0.6.5-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.6-docs">org.apache.helix:0.6.6-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.7-docs">org.apache.helix:0.6.7-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.8-docs">org.apache.helix:0.6.8-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.9-docs">org.apache.helix:0.6.9-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.7.0-incubating-docs">org.apache.helix:0.7.0-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.7.1-docs">org.apache.helix:0.7.1-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.0-docs">org.apache.helix:0.8.0-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.1-docs">org.apache.helix:0.8.1-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.2-docs">org.apache.helix:0.8.2-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.3-docs">org.apache.helix:0.8.3-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.4-docs">org.apache.helix:0.8.4-docs</a></li> 
-          </ol></td> 
-        </tr> 
-       </tbody> 
-      </table></td> 
-    </tr> 
-   </tbody> 
-  </table> 
- </div> 
 </div>
 			</div>
 		</div>

Modified: helix/site-content/0.6.2-incubating-docs/dependency-info.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/dependency-info.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/dependency-info.html (original)
+++ helix/site-content/0.6.2-incubating-docs/dependency-info.html Tue Jun 11 21:50:13 2019
@@ -130,7 +130,7 @@
    <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.helix&lt;/groupId&gt;
   &lt;artifactId&gt;0.6.2-incubating-docs&lt;/artifactId&gt;
-  &lt;version&gt;0.8.5-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;0.9.1-SNAPSHOT&lt;/version&gt;
   &lt;type&gt;bundle&lt;/type&gt;
 &lt;/dependency&gt;</pre> 
   </div> 
@@ -139,14 +139,14 @@
   <h3 id="Apache_Buildr">Apache Buildr</h3> 
   <a name="Apache_Buildr"></a> 
   <div class="source"> 
-   <pre>'org.apache.helix:0.6.2-incubating-docs:bundle:0.8.5-SNAPSHOT'</pre> 
+   <pre>'org.apache.helix:0.6.2-incubating-docs:bundle:0.9.1-SNAPSHOT'</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Apache_Ant">Apache Ant</h3> 
-  <a name="Apache_Ant"></a> 
+  <h3 id="Apache_Ivy">Apache Ivy</h3> 
+  <a name="Apache_Ivy"></a> 
   <div class="source"> 
-   <pre>&lt;dependency org=&quot;org.apache.helix&quot; name=&quot;0.6.2-incubating-docs&quot; rev=&quot;0.8.5-SNAPSHOT&quot;&gt;
+   <pre>&lt;dependency org=&quot;org.apache.helix&quot; name=&quot;0.6.2-incubating-docs&quot; rev=&quot;0.9.1-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;0.6.2-incubating-docs&quot; type=&quot;bundle&quot; /&gt;
 &lt;/dependency&gt;</pre> 
   </div> 
@@ -156,29 +156,29 @@
   <a name="Groovy_Grape"></a> 
   <div class="source"> 
    <pre>@Grapes(
-@Grab(group='org.apache.helix', module='0.6.2-incubating-docs', version='0.8.5-SNAPSHOT')
+@Grab(group='org.apache.helix', module='0.6.2-incubating-docs', version='0.9.1-SNAPSHOT')
 )</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Grails">Grails</h3> 
-  <a name="Grails"></a> 
+  <h3 id="GradleGrails">Gradle/Grails</h3> 
+  <a name="GradleGrails"></a> 
   <div class="source"> 
-   <pre>compile 'org.apache.helix:0.6.2-incubating-docs:0.8.5-SNAPSHOT'</pre> 
+   <pre>compile 'org.apache.helix:0.6.2-incubating-docs:0.9.1-SNAPSHOT'</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Leiningen">Leiningen</h3> 
-  <a name="Leiningen"></a> 
+  <h3 id="Scala_SBT">Scala SBT</h3> 
+  <a name="Scala_SBT"></a> 
   <div class="source"> 
-   <pre>[org.apache.helix/0.6.2-incubating-docs &quot;0.8.5-SNAPSHOT&quot;]</pre> 
+   <pre>libraryDependencies += &quot;org.apache.helix&quot; % &quot;0.6.2-incubating-docs&quot; % &quot;0.9.1-SNAPSHOT&quot;</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="SBT">SBT</h3> 
-  <a name="SBT"></a> 
+  <h3 id="Leiningen">Leiningen</h3> 
+  <a name="Leiningen"></a> 
   <div class="source"> 
-   <pre>libraryDependencies += &quot;org.apache.helix&quot; %% &quot;0.6.2-incubating-docs&quot; % &quot;0.8.5-SNAPSHOT&quot;</pre> 
+   <pre>[org.apache.helix/0.6.2-incubating-docs &quot;0.9.1-SNAPSHOT&quot;]</pre> 
   </div> 
  </div> 
 </div>

Modified: helix/site-content/0.6.2-incubating-docs/dependency-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/dependency-management.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/dependency-management.html (original)
+++ helix/site-content/0.6.2-incubating-docs/dependency-management.html Tue Jun 11 21:50:13 2019
@@ -140,17 +140,17 @@
    <tbody> 
     <tr class="b"> 
      <td>org.apache.helix</td> 
-     <td><a class="externalLink" href="http://helix.apache.org/helix-core">helix-core</a></td> 
-     <td>0.8.5-SNAPSHOT</td> 
+     <td>helix-core</td> 
+     <td>0.9.1-SNAPSHOT</td> 
      <td>jar</td> 
-     <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td> 
+     <td>-</td> 
     </tr> 
     <tr class="a"> 
      <td>org.apache.helix</td> 
-     <td><a class="externalLink" href="http://helix.apache.org/helix-core">helix-core</a></td> 
-     <td>0.8.5-SNAPSHOT</td> 
+     <td>helix-core</td> 
+     <td>0.9.1-SNAPSHOT</td> 
      <td>test-jar</td> 
-     <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td> 
+     <td>-</td> 
     </tr> 
     <tr class="b"> 
      <td>org.eclipse.jetty</td> 

Modified: helix/site-content/0.6.2-incubating-docs/distribution-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/distribution-management.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/distribution-management.html (original)
+++ helix/site-content/0.6.2-incubating-docs/distribution-management.html Tue Jun 11 21:50:13 2019
@@ -137,7 +137,7 @@
  <div class="section"> 
   <h3 id="Site_-_apache.website">Site - apache.website</h3> 
   <a name="Site_-_apache.website"></a> 
-  <p>file:///home/jxue/helix-site/helix-site-deploy/0.6.2-incubating-docs</p> 
+  <p>file:///home/hulee/helix-site/helix-site-deploy/0.6.2-incubating-docs</p> 
  </div> 
 </div>
 			</div>

Modified: helix/site-content/0.6.2-incubating-docs/integration.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/integration.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/integration.html (original)
+++ helix/site-content/0.6.2-incubating-docs/integration.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Continuous Integration</title>
+		<title>Apache Helix - CI Management</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Continuous Integration</li>
+				<li>CI Management</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -128,7 +128,7 @@
 <div class="section"> 
  <h2 id="Access">Access</h2> 
  <a name="Access"></a> 
- <p>The following is a link to the continuous integration system used by the project.</p> 
+ <p>The following is a link to the continuous integration system used by the project:</p> 
  <div class="source"> 
   <pre><a class="externalLink" href="https://builds.apache.org/view/G-L/view/Helix/">https://builds.apache.org/view/G-L/view/Helix/</a></pre> 
  </div> 

Modified: helix/site-content/0.6.2-incubating-docs/issue-tracking.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/issue-tracking.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/issue-tracking.html (original)
+++ helix/site-content/0.6.2-incubating-docs/issue-tracking.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Issue Tracking</title>
+		<title>Apache Helix - Issue Management</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Issue Tracking</li>
+				<li>Issue Management</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -123,12 +123,12 @@
   <h2 id="Overview">Overview</h2>
  </div> 
  <a name="Overview"></a> 
- <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a> a J2EE-based, issue tracking and project management application.</p> 
+ <p>This project uses <a class="externalLink" href="http://www.atlassian.com/software/jira">JIRA</a>.</p> 
 </div> 
 <div class="section"> 
- <h2 id="Issue_Tracking">Issue Tracking</h2> 
- <a name="Issue_Tracking"></a> 
- <p>Issues, bugs, and feature requests should be submitted to the following issue tracking system for this project.</p> 
+ <h2 id="Issue_Management">Issue Management</h2> 
+ <a name="Issue_Management"></a> 
+ <p>Issues, bugs, and feature requests should be submitted to the following issue management system for this project.</p> 
  <div class="source"> 
   <pre><a class="externalLink" href="https://issues.apache.org/jira/browse/HELIX">https://issues.apache.org/jira/browse/HELIX</a></pre> 
  </div> 

Modified: helix/site-content/0.6.2-incubating-docs/license.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/license.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/license.html (original)
+++ helix/site-content/0.6.2-incubating-docs/license.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Project License</title>
+		<title>Apache Helix - Project Licenses</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Project License</li>
+				<li>Project Licenses</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -126,8 +126,8 @@
  <p>Typically the licenses listed for the project are that of the project itself, and not of dependencies.</p> 
 </div> 
 <div class="section"> 
- <h2 id="Project_License">Project License</h2> 
- <a name="Project_License"></a> 
+ <h2 id="Project_Licenses">Project Licenses</h2> 
+ <a name="Project_Licenses"></a> 
  <div class="section"> 
   <h3 id="The_Apache_Software_License_Version_2.0">The Apache Software License, Version 2.0</h3> 
   <a name="The_Apache_Software_License_Version_2.0"></a> 

Modified: helix/site-content/0.6.2-incubating-docs/plugin-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/plugin-management.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/plugin-management.html (original)
+++ helix/site-content/0.6.2-incubating-docs/plugin-management.html Tue Jun 11 21:50:13 2019
@@ -160,7 +160,7 @@
    <tr class="a"> 
     <td>org.apache.maven.plugins</td> 
     <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-dependency-plugin/">maven-dependency-plugin</a></td> 
-    <td>2.1</td> 
+    <td>2.8</td> 
    </tr> 
    <tr class="b"> 
     <td>org.apache.maven.plugins</td> 
@@ -240,7 +240,7 @@
    <tr class="a"> 
     <td>org.apache.maven.plugins</td> 
     <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-scm-publish-plugin">maven-scm-publish-plugin</a></td> 
-    <td>1.0-beta-2</td> 
+    <td>1.0</td> 
    </tr> 
    <tr class="b"> 
     <td>org.apache.maven.plugins</td> 
@@ -259,8 +259,8 @@
    </tr> 
    <tr class="a"> 
     <td>org.apache.rat</td> 
-    <td><a class="externalLink" href="http://incubator.apache.org/rat/apache-rat-plugin">apache-rat-plugin</a></td> 
-    <td>0.8</td> 
+    <td><a class="externalLink" href="https://creadur.apache.org/rat/apache-rat-plugin/">apache-rat-plugin</a></td> 
+    <td>0.13</td> 
    </tr> 
    <tr class="b"> 
     <td>org.codehaus.mojo</td> 

Modified: helix/site-content/0.6.2-incubating-docs/plugins.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/plugins.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/plugins.html (original)
+++ helix/site-content/0.6.2-incubating-docs/plugins.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Project Build Plugins</title>
+		<title>Apache Helix - Project Plugins</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Project Build Plugins</li>
+				<li>Project Plugins</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -134,8 +134,8 @@
   <tbody> 
    <tr class="b"> 
     <td>org.apache.felix</td> 
-    <td><a class="externalLink" href="http://felix.apache.org/maven-bundle-plugin/">maven-bundle-plugin</a></td> 
-    <td>2.3.7</td> 
+    <td><a class="externalLink" href="http://felix.apache.org/components/bundle-plugin/">maven-bundle-plugin</a></td> 
+    <td>3.5.0</td> 
    </tr> 
    <tr class="a"> 
     <td>org.apache.maven.plugins</td> 
@@ -204,13 +204,13 @@
   <tbody> 
    <tr class="b"> 
     <td>org.apache.maven.plugins</td> 
-    <td><a class="externalLink" href="http://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td> 
-    <td>2.3</td> 
+    <td><a class="externalLink" href="https://maven.apache.org/jxr/maven-jxr-plugin/">maven-jxr-plugin</a></td> 
+    <td>3.0.0</td> 
    </tr> 
    <tr class="a"> 
     <td>org.apache.maven.plugins</td> 
     <td><a class="externalLink" href="http://maven.apache.org/plugins/maven-project-info-reports-plugin/">maven-project-info-reports-plugin</a></td> 
-    <td>2.7</td> 
+    <td>2.9</td> 
    </tr> 
    <tr class="b"> 
     <td>org.codehaus.sonar-plugins</td> 

Modified: helix/site-content/0.6.2-incubating-docs/project-info.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/project-info.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/project-info.html (original)
+++ helix/site-content/0.6.2-incubating-docs/project-info.html Tue Jun 11 21:50:13 2019
@@ -134,64 +134,64 @@
    </thead> 
    <tbody> 
     <tr class="b"> 
-     <td><a href="index.html">About</a></td> 
-     <td>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</td> 
+     <td><a href="integration.html">CI Management</a></td> 
+     <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="plugin-management.html">Plugin Management</a></td> 
-     <td>This document lists the plugins that are defined through pluginManagement.</td> 
+     <td><a href="dependencies.html">Dependencies</a></td> 
+     <td>This document lists the project's dependencies and provides information on each dependency.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="distribution-management.html">Distribution Management</a></td> 
-     <td>This document provides informations on the distribution management of this project.</td> 
+     <td><a href="dependency-convergence.html">Dependency Convergence</a></td> 
+     <td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td> 
     </tr> 
     <tr class="a"> 
      <td><a href="dependency-info.html">Dependency Information</a></td> 
      <td>This document describes how to to include this project as a dependency using various dependency management tools.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="dependency-convergence.html">Dependency Convergence</a></td> 
-     <td>This document presents the convergence of dependency versions across the entire project, and its sub modules.</td> 
+     <td><a href="dependency-management.html">Dependency Management</a></td> 
+     <td>This document lists the dependencies that are defined through dependencyManagement.</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="source-repository.html">Source Repository</a></td> 
-     <td>This is a link to the online source repository that can be viewed via a web browser.</td> 
+     <td><a href="distribution-management.html">Distribution Management</a></td> 
+     <td>This document provides informations on the distribution management of this project.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="mail-lists.html">Mailing Lists</a></td> 
-     <td>This document provides subscription and archive information for this project's mailing lists.</td> 
+     <td><a href="index.html">About</a></td> 
+     <td>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="issue-tracking.html">Issue Tracking</a></td> 
-     <td>This is a link to the issue management system for this project. Issues (bugs, features, change requests) can be created and queried using this link.</td> 
+     <td><a href="issue-tracking.html">Issue Management</a></td> 
+     <td>This document provides information on the issue management system used in this project.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="integration.html">Continuous Integration</a></td> 
-     <td>This is a link to the definitions of all continuous integration processes that builds and tests code on a frequent, regular basis.</td> 
+     <td><a href="license.html">Licenses</a></td> 
+     <td>This document lists the project license(s).</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="plugins.html">Project Plugins</a></td> 
-     <td>This document lists the build plugins and the report plugins used by this project.</td> 
+     <td><a href="mail-lists.html">Mailing Lists</a></td> 
+     <td>This document provides subscription and archive information for this project's mailing lists.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="license.html">Project License</a></td> 
-     <td>This is a link to the definitions of project licenses.</td> 
+     <td><a href="plugin-management.html">Plugin Management</a></td> 
+     <td>This document lists the plugins that are defined through pluginManagement.</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="dependency-management.html">Dependency Management</a></td> 
-     <td>This document lists the dependencies that are defined through dependencyManagement.</td> 
+     <td><a href="plugins.html">Plugins</a></td> 
+     <td>This document lists the build plugins and the report plugins used by this project.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="team-list.html">Project Team</a></td> 
+     <td><a href="team-list.html">Team</a></td> 
      <td>This document provides information on the members of this project. These are the individuals who have contributed to the project in one form or another.</td> 
     </tr> 
     <tr class="a"> 
-     <td><a href="project-summary.html">Project Summary</a></td> 
-     <td>This document lists other related information of this project</td> 
+     <td><a href="source-repository.html">Source Code Management</a></td> 
+     <td>This document lists ways to access the online source repository.</td> 
     </tr> 
     <tr class="b"> 
-     <td><a href="dependencies.html">Dependencies</a></td> 
-     <td>This document lists the project's dependencies and provides information on each dependency.</td> 
+     <td><a href="project-summary.html">Summary</a></td> 
+     <td>This document lists other related information of this project</td> 
     </tr> 
    </tbody> 
   </table> 

Modified: helix/site-content/0.6.2-incubating-docs/project-summary.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/project-summary.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/project-summary.html (original)
+++ helix/site-content/0.6.2-incubating-docs/project-summary.html Tue Jun 11 21:50:13 2019
@@ -192,15 +192,15 @@
     </tr> 
     <tr class="b"> 
      <td>Version</td> 
-     <td>0.8.5-SNAPSHOT</td> 
+     <td>0.9.1-SNAPSHOT</td> 
     </tr> 
     <tr class="a"> 
      <td>Type</td> 
      <td>bundle</td> 
     </tr> 
     <tr class="b"> 
-     <td>JDK Rev</td> 
-     <td>1.7</td> 
+     <td>Java Version</td> 
+     <td>1.8</td> 
     </tr> 
    </tbody> 
   </table> 

Modified: helix/site-content/0.6.2-incubating-docs/source-repository.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/source-repository.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/source-repository.html (original)
+++ helix/site-content/0.6.2-incubating-docs/source-repository.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Source Repository</title>
+		<title>Apache Helix - Source Code Management</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Source Repository</li>
+				<li>Source Code Management</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -123,35 +123,35 @@
   <h2 id="Overview">Overview</h2>
  </div> 
  <a name="Overview"></a> 
- <p>This project uses <a class="externalLink" href="http://git-scm.com/">GIT</a> to manage its source code. Instructions on GIT use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p> 
+ <p>This project uses <a class="externalLink" href="http://git-scm.com/">Git</a> to manage its source code. Instructions on Git use can be found at <a class="externalLink" href="http://git-scm.com/documentation">http://git-scm.com/documentation</a>.</p> 
 </div> 
 <div class="section"> 
- <h2 id="Web_Access">Web Access</h2> 
- <a name="Web_Access"></a> 
- <p>The following is a link to the online source repository.</p> 
+ <h2 id="Web_Browser_Access">Web Browser Access</h2> 
+ <a name="Web_Browser_Access"></a> 
+ <p>The following is a link to a browsable version of the source repository:</p> 
  <div class="source"> 
   <pre><a class="externalLink" href="https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary/website/0.6.2-incubating-docs">https://git-wip-us.apache.org/repos/asf?p=helix.git;a=summary/website/0.6.2-incubating-docs</a></pre> 
  </div> 
 </div> 
 <div class="section"> 
- <h2 id="Anonymous_access">Anonymous access</h2> 
- <a name="Anonymous_access"></a> 
- <p>The source can be checked out anonymously from GIT with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p> 
+ <h2 id="Anonymous_Access">Anonymous Access</h2> 
+ <a name="Anonymous_Access"></a> 
+ <p>The source can be checked out anonymously from Git with this command (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>):</p> 
  <div class="source"> 
-  <pre>$ git clone https://git-wip-us.apache.org/repos/asf/helix.git/website/0.6.2-incubating-docs</pre> 
+  <pre>$ git clone https://git-wip-us.apache.org/repos/asf/helix.git</pre> 
  </div> 
 </div> 
 <div class="section"> 
- <h2 id="Developer_access">Developer access</h2> 
- <a name="Developer_access"></a> 
- <p>Only project developers can access the GIT tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p> 
+ <h2 id="Developer_Access">Developer Access</h2> 
+ <a name="Developer_Access"></a> 
+ <p>Only project developers can access the Git tree via this method (See <a class="externalLink" href="http://git-scm.com/docs/git-clone">http://git-scm.com/docs/git-clone</a>).</p> 
  <div class="source"> 
-  <pre>$ git clone https://git-wip-us.apache.org/repos/asf/helix.git/website/0.6.2-incubating-docs</pre> 
+  <pre>$ git clone https://git-wip-us.apache.org/repos/asf/helix.git</pre> 
  </div> 
 </div> 
 <div class="section"> 
- <h2 id="Access_from_behind_a_firewall">Access from behind a firewall</h2> 
- <a name="Access_from_behind_a_firewall"></a> 
+ <h2 id="Access_from_Behind_a_Firewall">Access from Behind a Firewall</h2> 
+ <a name="Access_from_Behind_a_Firewall"></a> 
  <p>Refer to the documentation of the SCM used for more information about access behind a firewall.</p> 
 </div>
 			</div>

Modified: helix/site-content/0.6.2-incubating-docs/team-list.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.2-incubating-docs/team-list.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.2-incubating-docs/team-list.html (original)
+++ helix/site-content/0.6.2-incubating-docs/team-list.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Team list</title>
+		<title>Apache Helix - Project Team</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.2-incubating">Release 0.6.2-incubating </a></li>
 				<li class="divider">/</li>
-				<li>Team list</li>
+				<li>Project Team</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -120,11 +120,11 @@
 			<div class="body-content">
 <div class="section"> 
  <div class="page-header">
-  <h2 id="The_Team">The Team</h2>
+  <h2 id="Project_Team">Project Team</h2>
  </div> 
- <a name="The_Team"></a> 
+ <a name="Project_Team"></a> 
  <p>A successful project requires many people to play many roles. Some members write code or documentation, while others are valuable as testers, submitting patches and suggestions.</p> 
- <p>The team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> 
+ <p>The project team is comprised of Members and Contributors. Members have direct access to the source of a project and actively evolve the code-base. Contributors improve the project through submission of patches and suggestions to the Members. The number of Contributors to the project is unbounded. Get involved today. All contributions to the project are greatly appreciated.</p> 
  <div class="section"> 
   <h3 id="Members">Members</h3> 
   <a name="Members"></a> 
@@ -138,7 +138,6 @@
      <th>Email</th> 
      <th>Roles</th> 
      <th>Time Zone</th> 
-     <th>Actual Time (GMT)</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -149,7 +148,6 @@
      <td><a class="externalLink" href="mailto:kishoreg@apache.org">kishoreg@apache.org</a></td> 
      <td>PMC Chair</td> 
      <td>-8</td> 
-     <td><span id="developer-0">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mm&amp;s=60" alt="" /></td> 
@@ -158,7 +156,6 @@
      <td><a class="externalLink" href="mailto:olamy@apache.org">olamy@apache.org</a></td> 
      <td>Mentor / PMC Member</td> 
      <td>Australia/Melbourne</td> 
-     <td><span id="developer-1">Australia/Melbourne</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/ef58a72a284f2d71bf6faab818d610f7?d=mm&amp;s=60" alt="" /></td> 
@@ -167,7 +164,6 @@
      <td><a class="externalLink" href="mailto:phunt@apache.org">phunt@apache.org</a></td> 
      <td>Mentor / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-2">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/36a55537043f9e71bb68a9a4c3bf7921?d=mm&amp;s=60" alt="" /></td> 
@@ -176,7 +172,6 @@
      <td><a class="externalLink" href="mailto:mahadev@apache.org">mahadev@apache.org</a></td> 
      <td>Mentor / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-3">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/028a4e648dc71a05947bd17c595673c2?d=mm&amp;s=60" alt="" /></td> 
@@ -185,7 +180,6 @@
      <td><a class="externalLink" href="mailto:omalley@apache.org">omalley@apache.org</a></td> 
      <td>Mentor / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-4">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/30cf491f75094622e636256add9ca203?d=mm&amp;s=60" alt="" /></td> 
@@ -194,7 +188,6 @@
      <td><a class="externalLink" href="mailto:zzhang@apache.org">zzhang@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-5">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/d89273e0bf595b2aedf334ed74443fcf?d=mm&amp;s=60" alt="" /></td> 
@@ -203,7 +196,6 @@
      <td><a class="externalLink" href="mailto:slu@apache.org">slu@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-6">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/399e0bd07703d371628ea8c347f86122?d=mm&amp;s=60" alt="" /></td> 
@@ -212,7 +204,6 @@
      <td><a class="externalLink" href="mailto:TBA@apache.org">TBA@apache.org</a></td> 
      <td>Committer</td> 
      <td>-8</td> 
-     <td><span id="developer-7">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/c3ade9a125d644a15d544b2955bf08d2?d=mm&amp;s=60" alt="" /></td> 
@@ -221,7 +212,6 @@
      <td><a class="externalLink" href="mailto:ksurlaker@apache.org">ksurlaker@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-8">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/aebf332939b13414787886164242ea72?d=mm&amp;s=60" alt="" /></td> 
@@ -230,7 +220,6 @@
      <td><a class="externalLink" href="mailto:rms@apache.org">rms@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-9">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/2335c7d04906cdb6faaaed243196ff17?d=mm&amp;s=60" alt="" /></td> 
@@ -239,7 +228,6 @@
      <td><a class="externalLink" href="mailto:swaroop-aj@apache.org">swaroop-aj@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-10">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/076465e4f0f2e46f046eb480c81882af?d=mm&amp;s=60" alt="" /></td> 
@@ -248,7 +236,6 @@
      <td><a class="externalLink" href="mailto:rahula@apache.org">rahula@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-11">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/a54814084ea011aa38b9d3940a18e1ed?d=mm&amp;s=60" alt="" /></td> 
@@ -257,7 +244,6 @@
      <td><a class="externalLink" href="mailto:chtyim@apache.org">chtyim@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-12">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/f600151c02af78ce6a2c96eaa905db98?d=mm&amp;s=60" alt="" /></td> 
@@ -266,7 +252,6 @@
      <td><a class="externalLink" href="mailto:santip@apache.org">santip@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-13">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/2b15c6b77ae7adc0424cd6a0d73c465f?d=mm&amp;s=60" alt="" /></td> 
@@ -275,7 +260,6 @@
      <td><a class="externalLink" href="mailto:vinayakb@apache.org">vinayakb@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-14">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/2ac5e1b278819214ced1b7ff577eccf5?d=mm&amp;s=60" alt="" /></td> 
@@ -284,7 +268,6 @@
      <td><a class="externalLink" href="mailto:shirshanka@apache.org">shirshanka@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-15">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/aca35ccbcd6e67c8fdb140693928229d?d=mm&amp;s=60" alt="" /></td> 
@@ -293,7 +276,6 @@
      <td><a class="externalLink" href="mailto:kanak@apache.org">kanak@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-16">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/10fa0ccc9368a3228bdfc194ffa83d33?d=mm&amp;s=60" alt="" /></td> 
@@ -302,7 +284,6 @@
      <td><a class="externalLink" href="mailto:gbrandt@apache.org">gbrandt@apache.org</a></td> 
      <td>Committer</td> 
      <td>-8</td> 
-     <td><span id="developer-17">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/916811f65401599f738751fad033acad?d=mm&amp;s=60" alt="" /></td> 
@@ -311,7 +292,6 @@
      <td><a class="externalLink" href="mailto:lxia@apache.org">lxia@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-18">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/6415bdedaad2b4fc66f15dcdebdbf490?d=mm&amp;s=60" alt="" /></td> 
@@ -320,7 +300,6 @@
      <td><a class="externalLink" href="mailto:jxue@apache.org">jxue@apache.org</a></td> 
      <td>Committer / PMC Member</td> 
      <td>-8</td> 
-     <td><span id="developer-19">-8</span></td> 
     </tr> 
     <tr class="b"> 
      <td><img src="http://www.gravatar.com/avatar/5d5a85b60eee97c5672b86f352b43c0f?d=mm&amp;s=60" alt="" /></td> 
@@ -329,7 +308,6 @@
      <td><a class="externalLink" href="mailto:jiajunwang@apache.org">jiajunwang@apache.org</a></td> 
      <td>Committer</td> 
      <td>-8</td> 
-     <td><span id="developer-20">-8</span></td> 
     </tr> 
     <tr class="a"> 
      <td><img src="http://www.gravatar.com/avatar/94b3bdc6d9f092057b346d5f2ebe097c?d=mm&amp;s=60" alt="" /></td> 
@@ -338,7 +316,14 @@
      <td><a class="externalLink" href="mailto:hulee@apache.org">hulee@apache.org</a></td> 
      <td>Committer</td> 
      <td>-8</td> 
-     <td><span id="developer-21">-8</span></td> 
+    </tr> 
+    <tr class="b"> 
+     <td><img src="http://www.gravatar.com/avatar/94b3bdc6d9f092057b346d5f2ebe097c?d=mm&amp;s=60" alt="" /></td> 
+     <td><a name="hulee"></a>hulee</td> 
+     <td>Hunter Lee</td> 
+     <td><a class="externalLink" href="mailto:hulee@apache.org">hulee@apache.org</a></td> 
+     <td>Committer</td> 
+     <td>-8</td> 
     </tr> 
    </tbody> 
   </table> 
@@ -347,44 +332,6 @@
   <h3 id="Contributors">Contributors</h3> 
   <a name="Contributors"></a> 
   <p>There are no contributors listed for this project. Please check back again later.</p> 
-  <script type="text/javascript">
-function offsetDate(id, offset) {
-    var now = new Date();
-    var nowTime = now.getTime();
-    var localOffset = now.getTimezoneOffset();
-    var developerTime = nowTime + ( offset * 60 * 60 * 1000 )+ ( localOffset * 60 * 1000 );
-    var developerDate = new Date(developerTime);
-
-    document.getElementById(id).innerHTML = developerDate;
-}
-
-function init(){
-    offsetDate('developer-0', '-8');
-    offsetDate('developer-1', '10');
-    offsetDate('developer-2', '-8');
-    offsetDate('developer-3', '-8');
-    offsetDate('developer-4', '-8');
-    offsetDate('developer-5', '-8');
-    offsetDate('developer-6', '-8');
-    offsetDate('developer-7', '-8');
-    offsetDate('developer-8', '-8');
-    offsetDate('developer-9', '-8');
-    offsetDate('developer-10', '-8');
-    offsetDate('developer-11', '-8');
-    offsetDate('developer-12', '-8');
-    offsetDate('developer-13', '-8');
-    offsetDate('developer-14', '-8');
-    offsetDate('developer-15', '-8');
-    offsetDate('developer-16', '-8');
-    offsetDate('developer-17', '-8');
-    offsetDate('developer-18', '-8');
-    offsetDate('developer-19', '-8');
-    offsetDate('developer-20', '-8');
-    offsetDate('developer-21', '-8');
-}
-
-window.onLoad = init();
-</script> 
  </div> 
 </div>
 			</div>

Modified: helix/site-content/0.6.3-docs/dependencies.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/dependencies.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/dependencies.html (original)
+++ helix/site-content/0.6.3-docs/dependencies.html Tue Jun 11 21:50:13 2019
@@ -134,7 +134,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -164,7 +164,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -203,7 +203,7 @@
      <th>ArtifactId</th> 
      <th>Version</th> 
      <th>Type</th> 
-     <th>License</th> 
+     <th>Licenses</th> 
     </tr> 
    </thead> 
    <tbody> 
@@ -229,7 +229,7 @@
 <div class="section"> 
  <h2 id="Project_Dependency_Graph">Project Dependency Graph</h2> 
  <script language="javascript" type="text/javascript">
-      function toggleDependencyDetail( divId, imgId )
+      function toggleDependencyDetails( divId, imgId )
       {
         var div = document.getElementById( divId );
         var img = document.getElementById( imgId );
@@ -237,11 +237,13 @@
         {
           div.style.display = 'none';
           img.src='./images/icon_info_sml.gif';
+          img.alt='[Information]';
         }
         else
         {
           div.style.display = '';
           img.src='./images/close.gif';
+          img.alt='[Close]';
         }
       }
 </script> 
@@ -249,7 +251,7 @@
  <div class="section"> 
   <h3 id="Dependency_Tree">Dependency Tree</h3> 
   <ul> 
-   <li>org.apache.helix:0.6.3-docs:bundle:0.8.5-SNAPSHOT <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep0"><i class="icon-info-sign"></i></button> 
+   <li>org.apache.helix:0.6.3-docs:bundle:0.9.1-SNAPSHOT <button title="Information" class="btn btn-link btn-small" type="button" data-toggle="collapse" data-target="#_dep0"><i class="icon-info-sign"></i></button> 
     <div id="_dep0" style="" class=" collapse"> 
      <table border="0" class="bodyTable table table-striped table-hover"> 
       <thead> 
@@ -259,7 +261,7 @@
       </thead> 
       <tbody> 
        <tr class="b"> 
-        <td> <p><b>Description: </b>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</p> <p><b>URL: </b><a class="externalLink" href="http://helix.apache.org/0.6.3-docs">http://helix.apache.org/0.6.3-docs</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
+        <td> <p><b>Description: </b>Helix is a generic cluster management framework used for the automatic management of partitioned, replicated and distributed resources hosted on a cluster of nodes.</p> <p><b>URL: </b><a class="externalLink" href="http://helix.apache.org/0.6.3-docs">http://helix.apache.org/0.6.3-docs</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
        </tr> 
       </tbody> 
      </table> 
@@ -275,7 +277,7 @@
         </thead> 
         <tbody> 
          <tr class="b"> 
-          <td> <p><b>Description: </b>TestNG is a testing framework.</p> <p><b>URL: </b><a class="externalLink" href="http://testng.org">http://testng.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></td> 
+          <td> <p><b>Description: </b>TestNG is a testing framework.</p> <p><b>URL: </b><a class="externalLink" href="http://testng.org">http://testng.org</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://apache.org/licenses/LICENSE-2.0">Apache License, Version 2.0</a></p></td> 
          </tr> 
         </tbody> 
        </table> 
@@ -291,7 +293,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p> <p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td> 
+            <td> <p><b>Description: </b>JUnit is a regression testing framework written by Erich Gamma and Kent Beck. It is used by the developer who implements unit tests in Java.</p> <p><b>URL: </b><a class="externalLink" href="http://junit.org">http://junit.org</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/cpl1.0.txt">Common Public License Version 1.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -307,7 +309,7 @@
             </thead> 
             <tbody> 
              <tr class="b"> 
-              <td> <p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> <p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td> 
+              <td> <p><b>Description: </b>This is the core API of hamcrest matcher framework to be used by third-party framework providers. This includes the a foundation set of matcher implementations for common operations.</p> <p><b>URL: </b><a class="externalLink" href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core">https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.opensource.org/licenses/bsd-license.php">New BSD License</a></p></td> 
              </tr> 
             </tbody> 
            </table> 
@@ -323,7 +325,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>BeanShell</p> <p><b>Project License: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl.txt">GNU LESSER GENERAL PUBLIC LICENSE</a></p></td> 
+            <td> <p><b>Description: </b>BeanShell</p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl.txt">GNU LESSER GENERAL PUBLIC LICENSE</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -338,7 +340,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>A Java framework to parse command line options with annotations.</p> <p><b>URL: </b><a class="externalLink" href="http://beust.com/jcommander">http://beust.com/jcommander</a></p> <p><b>Project License: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
+            <td> <p><b>Description: </b>A Java framework to parse command line options with annotations.</p> <p><b>URL: </b><a class="externalLink" href="http://beust.com/jcommander">http://beust.com/jcommander</a></p> <p><b>Project Licenses: </b><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -353,7 +355,7 @@
           </thead> 
           <tbody> 
            <tr class="b"> 
-            <td> <p><b>Description: </b>YAML 1.1 parser and emitter for Java</p> <p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/snakeyaml/">http://code.google.com/p/snakeyaml/</a></p> <p><b>Project License: </b><a href="LICENSE.txt">Apache License Version 2.0</a></p></td> 
+            <td> <p><b>Description: </b>YAML 1.1 parser and emitter for Java</p> <p><b>URL: </b><a class="externalLink" href="http://code.google.com/p/snakeyaml/">http://code.google.com/p/snakeyaml/</a></p> <p><b>Project Licenses: </b><a href="LICENSE.txt">Apache License Version 2.0</a></p></td> 
            </tr> 
           </tbody> 
          </table> 
@@ -366,12 +368,12 @@
 <a name="Licenses"></a> 
 <div class="section"> 
  <h2 id="Licenses">Licenses</h2> 
+ <p><b>Apache License Version 2.0: </b>SnakeYAML</p> 
  <p><b>GNU LESSER GENERAL PUBLIC LICENSE: </b>BeanShell</p> 
- <p><b>New BSD License: </b>Hamcrest Core</p> 
  <p><b>Apache License, Version 2.0: </b>TestNG</p> 
- <p><b>Common Public License Version 1.0: </b>JUnit</p> 
+ <p><b>New BSD License: </b>Hamcrest Core</p> 
  <p><b>The Apache Software License, Version 2.0: </b>Apache Helix :: Website :: 0.6.3, JCommander</p> 
- <p><b>Apache License Version 2.0: </b>SnakeYAML</p> 
+ <p><b>Common Public License Version 1.0: </b>JUnit</p> 
 </div> 
 <a name="Dependency_File_Details"></a> 
 <div class="section"> 
@@ -384,8 +386,8 @@
     <th>Entries</th> 
     <th>Classes</th> 
     <th>Packages</th> 
-    <th>JDK Rev</th> 
-    <th>Debug</th> 
+    <th>Java Version</th> 
+    <th>Debug Information</th> 
    </tr> 
   </thead> 
   <thead> 
@@ -395,77 +397,77 @@
     <th>Entries</th> 
     <th>Classes</th> 
     <th>Packages</th> 
-    <th>JDK Rev</th> 
-    <th>Debug</th> 
+    <th>Java Version</th> 
+    <th title="Indicates whether these dependencies have been compiled with debug information.">Debug Information</th> 
    </tr> 
   </thead> 
   <tbody> 
    <tr class="b"> 
     <td>jcommander-1.12.jar</td> 
-    <td>30.55 kB</td> 
+    <td>31.3 kB</td> 
     <td>36</td> 
     <td>23</td> 
     <td>4</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>junit-4.11.jar</td> 
-    <td>239.30 kB</td> 
+    <td>245 kB</td> 
     <td>266</td> 
     <td>233</td> 
     <td>28</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="b"> 
     <td>bsh-2.0b4.jar</td> 
-    <td>275.09 kB</td> 
+    <td>281.7 kB</td> 
     <td>238</td> 
     <td>158</td> 
     <td>8</td> 
     <td>1.2</td> 
-    <td>release</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
     <td>hamcrest-core-1.3.jar</td> 
-    <td>43.97 kB</td> 
+    <td>45 kB</td> 
     <td>52</td> 
     <td>45</td> 
     <td>3</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="b"> 
     <td>testng-6.0.1.jar</td> 
-    <td>568.62 kB</td> 
+    <td>582.3 kB</td> 
     <td>400</td> 
     <td>365</td> 
     <td>22</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>snakeyaml-1.6.jar</td> 
-    <td>226.68 kB</td> 
+    <td>232.1 kB</td> 
     <td>208</td> 
     <td>183</td> 
     <td>16</td> 
     <td>1.5</td> 
-    <td>debug</td> 
+    <td>Yes</td> 
    </tr> 
    <tr class="a"> 
     <td>6</td> 
-    <td>1.35 MB</td> 
-    <td>1,200</td> 
-    <td>1,007</td> 
+    <td>1.4 MB</td> 
+    <td>1200</td> 
+    <td>1007</td> 
     <td>81</td> 
     <td>1.5</td> 
     <td>5</td> 
    </tr> 
    <tr class="b"> 
     <td>compile: 4</td> 
-    <td>compile: 1.08 MB</td> 
+    <td>compile: 1.1 MB</td> 
     <td>compile: 882</td> 
     <td>compile: 729</td> 
     <td>compile: 50</td> 
@@ -474,7 +476,7 @@
    </tr> 
    <tr class="a"> 
     <td>test: 2</td> 
-    <td>test: 283.26 kB</td> 
+    <td>test: 290.1 kB</td> 
     <td>test: 318</td> 
     <td>test: 278</td> 
     <td>test: 31</td> 
@@ -498,34 +500,34 @@
   </thead> 
   <tbody> 
    <tr class="b"> 
-    <td>apache.snapshots</td> 
-    <td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td> 
-    <td>-</td> 
+    <td>mvnrepository.com</td> 
+    <td><a class="externalLink" href="https://mvnrepository.com">https://mvnrepository.com</a></td> 
     <td>Yes</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
-    <td>sonatype-nexus-snapshots</td> 
-    <td><a class="externalLink" href="http://oss.sonatype.org/content/repositories/snapshots">http://oss.sonatype.org/content/repositories/snapshots</a></td> 
-    <td>-</td> 
+    <td>central</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2">https://repo.maven.apache.org/maven2</a></td> 
     <td>Yes</td> 
+    <td>No</td> 
    </tr> 
    <tr class="b"> 
-    <td>central</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2">http://repo.maven.apache.org/maven2</a></td> 
+    <td>restlet.org</td> 
+    <td><a class="externalLink" href="http://maven.restlet.org">http://maven.restlet.org</a></td> 
     <td>Yes</td> 
-    <td>-</td> 
+    <td>No</td> 
    </tr> 
    <tr class="a"> 
-    <td>restlet.org</td> 
-    <td><a class="externalLink" href="http://maven.restlet.org">http://maven.restlet.org</a></td> 
+    <td>sonatype-nexus-snapshots</td> 
+    <td><a class="externalLink" href="http://oss.sonatype.org/content/repositories/snapshots">http://oss.sonatype.org/content/repositories/snapshots</a></td> 
+    <td>No</td> 
     <td>Yes</td> 
-    <td>-</td> 
    </tr> 
    <tr class="b"> 
-    <td>mvnrepository.com</td> 
-    <td><a class="externalLink" href="https://mvnrepository.com">https://mvnrepository.com</a></td> 
+    <td>apache.snapshots</td> 
+    <td><a class="externalLink" href="http://repository.apache.org/snapshots">http://repository.apache.org/snapshots</a></td> 
+    <td>No</td> 
     <td>Yes</td> 
-    <td>-</td> 
    </tr> 
   </tbody> 
  </table> 
@@ -534,28 +536,28 @@
   <thead> 
    <tr class="b"> 
     <th>Total</th> 
-    <th>apache.snapshots</th> 
-    <th>sonatype-nexus-snapshots</th> 
+    <th>mvnrepository.com</th> 
     <th>central</th> 
     <th>restlet.org</th> 
-    <th>mvnrepository.com</th> 
+    <th>sonatype-nexus-snapshots</th> 
+    <th>apache.snapshots</th> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
     <th>Artifact</th> 
-    <th>apache.snapshots</th> 
-    <th>sonatype-nexus-snapshots</th> 
+    <th>mvnrepository.com</th> 
     <th>central</th> 
     <th>restlet.org</th> 
-    <th>mvnrepository.com</th> 
+    <th>sonatype-nexus-snapshots</th> 
+    <th>apache.snapshots</th> 
    </tr> 
   </thead> 
   <tbody> 
    <tr class="b"> 
     <td>com.beust:jcommander:jar:1.12</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -563,7 +565,7 @@
    <tr class="a"> 
     <td>junit:junit:jar:4.11</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -571,7 +573,7 @@
    <tr class="b"> 
     <td>org.beanshell:bsh:jar:2.0b4</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -579,7 +581,7 @@
    <tr class="a"> 
     <td>org.hamcrest:hamcrest-core:jar:1.3</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -587,7 +589,7 @@
    <tr class="b"> 
     <td>org.testng:testng:jar:6.0.1</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -595,7 +597,7 @@
    <tr class="a"> 
     <td>org.yaml:snakeyaml:jar:1.6</td> 
     <td>-</td> 
-    <td>-</td> 
+    <td><a class="externalLink" href="https://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar"><i class="icon-ok"></i></a></td> 
     <td>-</td> 
     <td>-</td> 
     <td>-</td> 
@@ -603,7 +605,7 @@
    <tr class="a"> 
     <td>6 (compile: 4, test: 2)</td> 
     <td>0</td> 
-    <td>0</td> 
+    <td>6</td> 
     <td>0</td> 
     <td>0</td> 
     <td>0</td> 

Modified: helix/site-content/0.6.3-docs/dependency-convergence.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/dependency-convergence.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/dependency-convergence.html (original)
+++ helix/site-content/0.6.3-docs/dependency-convergence.html Tue Jun 11 21:50:13 2019
@@ -123,56 +123,46 @@
   <h2 id="Reactor_Dependency_Convergence">Reactor Dependency Convergence</h2>
  </div> 
  <table border="0" class="bodyTable table table-striped table-hover"> 
-  <caption> 
-   <b>Legend:</b> 
-  </caption> 
-  <tbody> 
+  <thead> 
    <tr class="a"> 
-    <td><i class="icon-ok"></i></td> 
-    <td>All projects share one version of the dependency.</td> 
-   </tr> 
-   <tr class="b"> 
-    <td><i class="icon-exclamation-sign"></i></td> 
-    <td>At least one project has a differing version of the dependency.</td> 
+    <th>Ready for release (100% convergence and no SNAPSHOTS):</th> 
+    <td><i class="icon-ok"></i>&nbsp;<b>Success</b></td> 
    </tr> 
-  </tbody> 
- </table> 
- <br /> 
- <table border="0" class="bodyTable table table-striped table-hover"> 
+  </thead> 
   <thead> 
    <tr class="b"> 
-    <th>Ready for Release (100% Convergence and no SNAPSHOTS):</th> 
-    <td><i class="icon-ok"></i>&nbsp;<b>Success</b></td> 
+    <th>Convergence (NOD/NOA):</th> 
+    <td><i class="icon-ok"></i>&nbsp;<b>100 %</b></td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
-    <th>Convergence (NOD/NOA):</th> 
-    <td><i class="icon-ok"></i>&nbsp;<b>100%</b></td> 
+    <th>Number of SNAPSHOT artifacts (NOS):</th> 
+    <td>0</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="b"> 
-    <th>Number of SNAPSHOT artifacts (NOS):</th> 
+    <th>Number of version-conflicting artifacts (NOC):</th> 
     <td>0</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
     <th>Number of unique artifacts (NOA):</th> 
-    <td>1</td> 
+    <td>6</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="b"> 
     <th>Number of dependencies (NOD):</th> 
-    <td>1</td> 
+    <td>6</td> 
    </tr> 
   </thead> 
   <thead> 
    <tr class="a"> 
-    <th>Number of sub-projects:</th> 
-    <td>17</td> 
+    <th>Number of modules:</th> 
+    <td>18</td> 
    </tr> 
   </thead> 
   <caption> 
@@ -181,46 +171,6 @@
   <tbody> 
   </tbody> 
  </table> 
-</div> 
-<div class="section"> 
- <h3 id="Dependencies_used_in_sub-projects">Dependencies used in sub-projects</h3> 
- <div class="section"> 
-  <h4 id="org.testng:testng">org.testng:testng</h4> 
-  <table border="0" class="bodyTable table table-striped table-hover"> 
-   <tbody> 
-    <tr class="a"> 
-     <td><i class="icon-ok"></i></td> 
-     <td> 
-      <table border="0" class="bodyTable table table-striped table-hover"> 
-       <tbody> 
-        <tr class="b"> 
-         <td width="25%">6.0.1</td> 
-         <td> 
-          <ol style="list-style-type: lower-alpha"> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.1-incubating-docs">org.apache.helix:0.6.1-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.2-incubating-docs">org.apache.helix:0.6.2-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.3-docs">org.apache.helix:0.6.3-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.4-docs">org.apache.helix:0.6.4-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.5-docs">org.apache.helix:0.6.5-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.6-docs">org.apache.helix:0.6.6-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.7-docs">org.apache.helix:0.6.7-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.8-docs">org.apache.helix:0.6.8-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.6.9-docs">org.apache.helix:0.6.9-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.7.0-incubating-docs">org.apache.helix:0.7.0-incubating-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.7.1-docs">org.apache.helix:0.7.1-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.0-docs">org.apache.helix:0.8.0-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.1-docs">org.apache.helix:0.8.1-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.2-docs">org.apache.helix:0.8.2-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.3-docs">org.apache.helix:0.8.3-docs</a></li> 
-           <li><a class="externalLink" href="http://helix.apache.org/0.8.4-docs">org.apache.helix:0.8.4-docs</a></li> 
-          </ol></td> 
-        </tr> 
-       </tbody> 
-      </table></td> 
-    </tr> 
-   </tbody> 
-  </table> 
- </div> 
 </div>
 			</div>
 		</div>

Modified: helix/site-content/0.6.3-docs/dependency-info.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/dependency-info.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/dependency-info.html (original)
+++ helix/site-content/0.6.3-docs/dependency-info.html Tue Jun 11 21:50:13 2019
@@ -130,7 +130,7 @@
    <pre>&lt;dependency&gt;
   &lt;groupId&gt;org.apache.helix&lt;/groupId&gt;
   &lt;artifactId&gt;0.6.3-docs&lt;/artifactId&gt;
-  &lt;version&gt;0.8.5-SNAPSHOT&lt;/version&gt;
+  &lt;version&gt;0.9.1-SNAPSHOT&lt;/version&gt;
   &lt;type&gt;bundle&lt;/type&gt;
 &lt;/dependency&gt;</pre> 
   </div> 
@@ -139,14 +139,14 @@
   <h3 id="Apache_Buildr">Apache Buildr</h3> 
   <a name="Apache_Buildr"></a> 
   <div class="source"> 
-   <pre>'org.apache.helix:0.6.3-docs:bundle:0.8.5-SNAPSHOT'</pre> 
+   <pre>'org.apache.helix:0.6.3-docs:bundle:0.9.1-SNAPSHOT'</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Apache_Ant">Apache Ant</h3> 
-  <a name="Apache_Ant"></a> 
+  <h3 id="Apache_Ivy">Apache Ivy</h3> 
+  <a name="Apache_Ivy"></a> 
   <div class="source"> 
-   <pre>&lt;dependency org=&quot;org.apache.helix&quot; name=&quot;0.6.3-docs&quot; rev=&quot;0.8.5-SNAPSHOT&quot;&gt;
+   <pre>&lt;dependency org=&quot;org.apache.helix&quot; name=&quot;0.6.3-docs&quot; rev=&quot;0.9.1-SNAPSHOT&quot;&gt;
   &lt;artifact name=&quot;0.6.3-docs&quot; type=&quot;bundle&quot; /&gt;
 &lt;/dependency&gt;</pre> 
   </div> 
@@ -156,29 +156,29 @@
   <a name="Groovy_Grape"></a> 
   <div class="source"> 
    <pre>@Grapes(
-@Grab(group='org.apache.helix', module='0.6.3-docs', version='0.8.5-SNAPSHOT')
+@Grab(group='org.apache.helix', module='0.6.3-docs', version='0.9.1-SNAPSHOT')
 )</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Grails">Grails</h3> 
-  <a name="Grails"></a> 
+  <h3 id="GradleGrails">Gradle/Grails</h3> 
+  <a name="GradleGrails"></a> 
   <div class="source"> 
-   <pre>compile 'org.apache.helix:0.6.3-docs:0.8.5-SNAPSHOT'</pre> 
+   <pre>compile 'org.apache.helix:0.6.3-docs:0.9.1-SNAPSHOT'</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="Leiningen">Leiningen</h3> 
-  <a name="Leiningen"></a> 
+  <h3 id="Scala_SBT">Scala SBT</h3> 
+  <a name="Scala_SBT"></a> 
   <div class="source"> 
-   <pre>[org.apache.helix/0.6.3-docs &quot;0.8.5-SNAPSHOT&quot;]</pre> 
+   <pre>libraryDependencies += &quot;org.apache.helix&quot; % &quot;0.6.3-docs&quot; % &quot;0.9.1-SNAPSHOT&quot;</pre> 
   </div> 
  </div> 
  <div class="section"> 
-  <h3 id="SBT">SBT</h3> 
-  <a name="SBT"></a> 
+  <h3 id="Leiningen">Leiningen</h3> 
+  <a name="Leiningen"></a> 
   <div class="source"> 
-   <pre>libraryDependencies += &quot;org.apache.helix&quot; %% &quot;0.6.3-docs&quot; % &quot;0.8.5-SNAPSHOT&quot;</pre> 
+   <pre>[org.apache.helix/0.6.3-docs &quot;0.9.1-SNAPSHOT&quot;]</pre> 
   </div> 
  </div> 
 </div>

Modified: helix/site-content/0.6.3-docs/dependency-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/dependency-management.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/dependency-management.html (original)
+++ helix/site-content/0.6.3-docs/dependency-management.html Tue Jun 11 21:50:13 2019
@@ -140,17 +140,17 @@
    <tbody> 
     <tr class="b"> 
      <td>org.apache.helix</td> 
-     <td><a class="externalLink" href="http://helix.apache.org/helix-core">helix-core</a></td> 
-     <td>0.8.5-SNAPSHOT</td> 
+     <td>helix-core</td> 
+     <td>0.9.1-SNAPSHOT</td> 
      <td>jar</td> 
-     <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td> 
+     <td>-</td> 
     </tr> 
     <tr class="a"> 
      <td>org.apache.helix</td> 
-     <td><a class="externalLink" href="http://helix.apache.org/helix-core">helix-core</a></td> 
-     <td>0.8.5-SNAPSHOT</td> 
+     <td>helix-core</td> 
+     <td>0.9.1-SNAPSHOT</td> 
      <td>test-jar</td> 
-     <td><a class="externalLink" href="http://www.apache.org/licenses/LICENSE-2.0.txt">The Apache Software License, Version 2.0</a></td> 
+     <td>-</td> 
     </tr> 
     <tr class="b"> 
      <td>org.eclipse.jetty</td> 

Modified: helix/site-content/0.6.3-docs/distribution-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/distribution-management.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/distribution-management.html (original)
+++ helix/site-content/0.6.3-docs/distribution-management.html Tue Jun 11 21:50:13 2019
@@ -137,7 +137,7 @@
  <div class="section"> 
   <h3 id="Site_-_apache.website">Site - apache.website</h3> 
   <a name="Site_-_apache.website"></a> 
-  <p>file:///home/jxue/helix-site/helix-site-deploy/0.6.3-docs</p> 
+  <p>file:///home/hulee/helix-site/helix-site-deploy/0.6.3-docs</p> 
  </div> 
 </div>
 			</div>

Modified: helix/site-content/0.6.3-docs/integration.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.3-docs/integration.html?rev=1861078&r1=1861077&r2=1861078&view=diff
==============================================================================
--- helix/site-content/0.6.3-docs/integration.html (original)
+++ helix/site-content/0.6.3-docs/integration.html Tue Jun 11 21:50:13 2019
@@ -8,7 +8,7 @@
 
 	<head>
 		<meta charset="UTF-8" />
-		<title>Apache Helix - Continuous Integration</title>
+		<title>Apache Helix - CI Management</title>
 		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
 		<meta name="description" content="" />
 		<meta http-equiv="content-language" content="en" />
@@ -108,7 +108,7 @@
 				<li class="divider">/</li>
 				<li><a href="./" title="Release 0.6.3">Release 0.6.3 </a></li>
 				<li class="divider">/</li>
-				<li>Continuous Integration</li>
+				<li>CI Management</li>
 				<li class="publishDate version-date pull-right">Last Published: 2019-06-11</li>
 			</ul>
 		</div>
@@ -128,7 +128,7 @@
 <div class="section"> 
  <h2 id="Access">Access</h2> 
  <a name="Access"></a> 
- <p>The following is a link to the continuous integration system used by the project.</p> 
+ <p>The following is a link to the continuous integration system used by the project:</p> 
  <div class="source"> 
   <pre><a class="externalLink" href="https://builds.apache.org/view/G-L/view/Helix/">https://builds.apache.org/view/G-L/view/Helix/</a></pre> 
  </div>