You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by lx...@apache.org on 2017/01/20 01:12:30 UTC

svn commit: r1779549 [16/18] - in /helix/site-content: ./ 0.6.1-incubating-docs/ 0.6.1-incubating-docs/recipes/ 0.6.1-incubating-docs/releasenotes/ 0.6.2-incubating-docs/ 0.6.2-incubating-docs/recipes/ 0.6.2-incubating-docs/releasenotes/ 0.6.3-docs/ 0....

Added: helix/site-content/0.6.7-docs/tutorial_yaml.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.6.7-docs/tutorial_yaml.html?rev=1779549&view=auto
==============================================================================
--- helix/site-content/0.6.7-docs/tutorial_yaml.html (added)
+++ helix/site-content/0.6.7-docs/tutorial_yaml.html Fri Jan 20 01:12:25 2017
@@ -0,0 +1,320 @@
+
+<!DOCTYPE html>
+<!--
+ Generated by Apache Maven Doxia at 2017-01-19
+ Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
+-->
+<html  xml:lang="en" lang="en">
+
+	<head>
+		<meta charset="UTF-8" />
+		<title>Apache Helix -   Tutorial - YAML Cluster Setup</title>
+		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
+		<meta name="description" content="" />
+		<meta http-equiv="content-language" content="en" />
+
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css" rel="stylesheet" />
+		<link href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css" rel="stylesheet" />
+		<link href="./css/docs.css" rel="stylesheet" />
+		<link href="./css/reflow-skin.css" rel="stylesheet" />
+		
+		
+		<link href="./css/lightbox.css" rel="stylesheet" />
+		
+		<link href="./css/site.css" rel="stylesheet" />
+		<link href="./css/print.css" rel="stylesheet" media="print" />
+		
+		<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements -->
+		<!--[if lt IE 9]>
+			<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
+		<![endif]-->
+		
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
+        })();</script>
+	</head>
+
+	<body class="page-tutorial_yaml project-067-docs" data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+
+		<div class="navbar navbar-fixed-top">
+			<div class="navbar-inner">
+				<div class="container">
+					<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse">
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+						<span class="icon-bar"></span>
+					</a>
+					<a class="brand" href="..">Apache Helix</a>
+					<div class="nav-collapse">
+						<ul class="nav pull-right">
+							<li><a href="index.html" title="Helix 0.6.7">Helix 0.6.7 </a></li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Get Helix <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li><a href="download.html" title="Download">Download </a></li>
+									<li><a href="Building.html" title="Building">Building </a></li>
+									<li><a href="releasenotes/release-0.6.7.html" title="Release Notes">Release Notes </a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Hands-On <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li><a href="Quickstart.html" title="Quick Start">Quick Start </a></li>
+									<li><a href="Tutorial.html" title="Tutorial">Tutorial </a></li>
+									<li><a href="../javadocs/0.6.7" title="Javadocs">Javadocs </a></li>
+								</ul>
+							</li>
+							<li class="dropdown">
+								<a href="#" class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
+								<ul class="dropdown-menu">
+									<li><a href="recipes/lock_manager.html" title="Distributed lock manager">Distributed lock manager </a></li>
+									<li><a href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer group">Rabbit MQ consumer group </a></li>
+									<li><a href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file store">Rsync replicated file store </a></li>
+									<li><a href="recipes/service_discovery.html" title="Service discovery">Service discovery </a></li>
+									<li><a href="recipes/task_dag_execution.html" title="Distributed task DAG execution">Distributed task DAG execution </a></li>
+								</ul>
+							</li>
+						</ul>
+					</div><!--/.nav-collapse -->
+				</div>
+			</div>
+		</div>
+		
+	<div class="container">
+	
+	<!-- Masthead
+	================================================== -->
+	<header class="jumbotron subhead">
+		<div class="row" id="banner">
+			<div class="span12">
+				<div class="pull-left">
+					<a href="../" id="bannerLeft"><img src="../images/helix-logo.jpg" alt='"''"' /></a>
+					<p class="lead">A cluster management framework for partitioned and replicated distributed resources</p>
+				</div>
+				<div class="pull-right">
+					<a href="http://www.apache.org/" id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
+				</div>
+			</div>
+		</div>
+		<div>
+			<ul class="breadcrumb">
+				<li><a href="../" title="Apache Helix">Apache Helix </a></li>
+				<li class="divider">/</li>
+				<li><a href="./" title="Release 0.6.7">Release 0.6.7 </a></li>
+				<li class="divider">/</li>
+				<li>  Tutorial - YAML Cluster Setup</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
+			</ul>
+		</div>
+	</header>
+
+	<div class="main-body">
+	<div class="row">
+		<div class="span12">
+			<div class="body-content">
+<!-- -
+Licensed to the Apache Software Foundation (ASF) under one
+or more contributor license agreements.  See the NOTICE file
+distributed with this work for additional information
+regarding copyright ownership.  The ASF licenses this file
+to you under the Apache License, Version 2.0 (the
+"License"); you may not use this file except in compliance
+with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing,
+software distributed under the License is distributed on an
+"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+KIND, either express or implied.  See the License for the
+specific language governing permissions and limitations
+under the License. --> 
+<p></p> 
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Helix_Tutorial:_YAML_Cluster_Setup"><a href="./Tutorial.html">Helix Tutorial</a>: YAML Cluster Setup</h2>
+ </div> 
+ <p>As an alternative to using Helix Admin to set up the cluster, its resources, constraints, and the state model, Helix supports bootstrapping a cluster configuration based on a YAML file. Below is an annotated example of such a file for a simple distributed lock manager where a lock can only be LOCKED or RELEASED, and each lock only allows a single participant to hold it in the LOCKED state.</p> 
+ <div class="source"> 
+  <pre>clusterName: lock-manager-custom-rebalancer # unique name for the cluster (required)
+resources:
+  - name: lock-group # unique resource name (required)
+    rebalancer: # required
+      mode: USER_DEFINED # required - USER_DEFINED means we will provide our own rebalancer
+      class: org.apache.helix.userdefinedrebalancer.LockManagerRebalancer # required for USER_DEFINED
+    partitions:
+      count: 12 # number of partitions for the resource (default is 1)
+      replicas: 1 # number of replicas per partition (default is 1)
+    stateModel:
+      name: lock-unlock # model name (required)
+      states: [LOCKED, RELEASED, DROPPED] # the list of possible states (required if model not built-in)
+      transitions: # the list of possible transitions (required if model not built-in)
+        - name: Unlock
+          from: LOCKED
+          to: RELEASED
+        - name: Lock
+          from: RELEASED
+          to: LOCKED
+        - name: DropLock
+          from: LOCKED
+          to: DROPPED
+        - name: DropUnlock
+          from: RELEASED
+          to: DROPPED
+        - name: Undrop
+          from: DROPPED
+          to: RELEASED
+      initialState: RELEASED # (required if model not built-in)
+    constraints:
+      state:
+        counts: # maximum number of replicas of a partition that can be in each state (required if model not built-in)
+          - name: LOCKED
+            count: &quot;1&quot;
+          - name: RELEASED
+            count: &quot;-1&quot;
+          - name: DROPPED
+            count: &quot;-1&quot;
+        priorityList: [LOCKED, RELEASED, DROPPED] # states in order of priority (all priorities equal if not specified)
+      transition: # transitions priority to enforce order that transitions occur
+        priorityList: [Unlock, Lock, Undrop, DropUnlock, DropLock] # all priorities equal if not specified
+participants: # list of nodes that can serve replicas (optional if dynamic joining is active, required otherwise)
+  - name: localhost_12001
+    host: localhost
+    port: 12001
+  - name: localhost_12002
+    host: localhost
+    port: 12002
+  - name: localhost_12003
+    host: localhost
+    port: 12003
+</pre> 
+ </div> 
+ <p>Using a file like the one above, the cluster can be set up either with the command line:</p> 
+ <div class="source"> 
+  <pre>helix/helix-core/target/helix-core/pkg/bin/YAMLClusterSetup.sh localhost:2199 lock-manager-config.yaml
+</pre> 
+ </div> 
+ <p>or with code:</p> 
+ <div class="source"> 
+  <pre>YAMLClusterSetup setup = new YAMLClusterSetup(zkAddress);
+InputStream input =
+    Thread.currentThread().getContextClassLoader()
+        .getResourceAsStream(&quot;lock-manager-config.yaml&quot;);
+YAMLClusterSetup.YAMLClusterConfig config = setup.setupCluster(input);
+</pre> 
+ </div> 
+ <p>Some notes:</p> 
+ <ul> 
+  <li> <p>A rebalancer class is only required for the USER_DEFINED mode. It is ignored otherwise.</p></li> 
+  <li> <p>Built-in state models, like OnlineOffline, LeaderStandby, and MasterSlave, or state models that have already been added only require a name for stateModel. If partition and/or replica counts are not provided, a value of 1 is assumed.</p></li> 
+ </ul> 
+</div>
+			</div>
+		</div>
+	</div>
+	</div>
+
+	</div><!-- /container -->
+	
+	<!-- Footer
+	================================================== -->
+	<footer class="well">
+		<div class="container">
+			<div class="row">
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Get Helix</li>
+						<li>
+							<a href="download.html" title="Download">Download </a>
+						</li>
+						<li>
+							<a href="Building.html" title="Building">Building </a>
+						</li>
+						<li>
+							<a href="releasenotes/release-0.6.7.html" title="Release Notes">Release Notes </a>
+						</li>
+					</ul>
+				</div>
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Hands-On</li>
+						<li>
+							<a href="Quickstart.html" title="Quick Start">Quick Start </a>
+						</li>
+						<li>
+							<a href="Tutorial.html" title="Tutorial">Tutorial </a>
+						</li>
+						<li>
+							<a href="../javadocs/0.6.7" title="Javadocs">Javadocs </a>
+						</li>
+					</ul>
+				</div>
+				<div class="span3 bottom-nav">
+					<ul class="nav nav-list">
+						<li class="nav-header">Recipes</li>
+						<li>
+							<a href="recipes/lock_manager.html" title="Distributed lock manager">Distributed lock manager </a>
+						</li>
+						<li>
+							<a href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer group">Rabbit MQ consumer group </a>
+						</li>
+						<li>
+							<a href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file store">Rsync replicated file store </a>
+						</li>
+						<li>
+							<a href="recipes/service_discovery.html" title="Service discovery">Service discovery </a>
+						</li>
+						<li>
+							<a href="recipes/task_dag_execution.html" title="Distributed task DAG execution">Distributed task DAG execution </a>
+						</li>
+					</ul>
+				</div>
+			</div>
+		</div>
+	</footer>
+		
+	<div class="container subfooter">
+		<div class="row">
+			<div class="span12">
+				<p class="pull-right"><a href="#">Back to top</a></p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
+		
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks of their respective owners.</div>
+  <a href="http://helix.apache.org/0.6.7-docs/privacy-policy.html">Privacy Policy</a>
+</div>			</div>
+		</div>
+	</div>
+
+	<!-- Le javascript
+	================================================== -->
+	<!-- Placed at the end of the document so the pages load faster -->
+
+	<!-- Fallback jQuery loading from Google CDN:
+	     http://stackoverflow.com/questions/1014203/best-way-to-use-googles-hosted-jquery-but-fall-back-to-my-hosted-library-on-go -->
+	<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
+	<script type="text/javascript">
+		if (typeof jQuery == 'undefined')
+		{
+			document.write(unescape("%3Cscript src='./js/jquery-1.8.3.min.js' type='text/javascript'%3E%3C/script%3E"));
+		}
+	</script>
+	
+	<script src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js"></script>
+	<script src="./js/lightbox.js"></script>
+	<script src="./js/jquery.smooth-scroll.min.js"></script>
+	<!-- back button support for smooth scroll -->
+	<script src="./js/jquery.ba-bbq.min.js"></script>
+
+	<script src="./js/reflow-skin.js"></script>
+	
+	</body>
+</html>
\ No newline at end of file

Modified: helix/site-content/0.7.0-incubating-docs/Building.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/Building.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/Building.html (original)
+++ helix/site-content/0.7.0-incubating-docs/Building.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Build Instructions</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -234,7 +234,7 @@ mvn install package -DskipTests
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/Features.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/Features.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/Features.html (original)
+++ helix/site-content/0.7.0-incubating-docs/Features.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Features</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -442,7 +442,7 @@ under the License. -->
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/Quickstart.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/Quickstart.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/Quickstart.html (original)
+++ helix/site-content/0.7.0-incubating-docs/Quickstart.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Quickstart</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -830,7 +830,7 @@ ExternalView for myDB:
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/Tutorial.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/Tutorial.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/Tutorial.html (original)
+++ helix/site-content/0.7.0-incubating-docs/Tutorial.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -458,7 +458,7 @@ admin.rebalance(CLUSTER_NAME, RESOURCE_N
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/dependencies.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/dependencies.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/dependencies.html (original)
+++ helix/site-content/0.7.0-incubating-docs/dependencies.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Dependencies</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -512,7 +512,7 @@
    </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><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> 
@@ -549,42 +549,42 @@
     <td>com.beust:jcommander:jar:1.12</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/com/beust/jcommander/1.12/jcommander-1.12.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="a"> 
     <td>junit:junit:jar:4.11</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/junit/junit/4.11/junit-4.11.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="b"> 
     <td>org.beanshell:bsh:jar:2.0b4</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/org/beanshell/bsh/2.0b4/bsh-2.0b4.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="a"> 
     <td>org.hamcrest:hamcrest-core:jar:1.3</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="b"> 
     <td>org.testng:testng:jar:6.0.1</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/org/testng/testng/6.0.1/testng-6.0.1.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="a"> 
     <td>org.yaml:snakeyaml:jar:1.6</td> 
     <td>-</td> 
     <td>-</td> 
-    <td><a class="externalLink" href="http://repo.maven.apache.org/maven2/org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar"><i class="icon-ok"></i></a></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> 
    </tr> 
    <tr class="a"> 
@@ -668,7 +668,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/dependency-convergence.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/dependency-convergence.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/dependency-convergence.html (original)
+++ helix/site-content/0.7.0-incubating-docs/dependency-convergence.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Reactor Dependency Convergence</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -175,7 +175,7 @@
   <thead> 
    <tr class="b"> 
     <th>Number of modules:</th> 
-    <td>9</td> 
+    <td>10</td> 
    </tr> 
   </thead> 
   <caption> 
@@ -259,7 +259,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/dependency-info.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/dependency-info.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/dependency-info.html (original)
+++ helix/site-content/0.7.0-incubating-docs/dependency-info.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Dependency Information</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -254,7 +254,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/dependency-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/dependency-management.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/dependency-management.html (original)
+++ helix/site-content/0.7.0-incubating-docs/dependency-management.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Dependency Management</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -288,7 +288,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/distribution-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/distribution-management.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/distribution-management.html (original)
+++ helix/site-content/0.7.0-incubating-docs/distribution-management.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Distribution Management</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -138,7 +138,7 @@
  <div class="section"> 
   <h3 id="Site_-_apache.website">Site - apache.website</h3> 
   <a name="Site_-_apache.website"></a> 
-  <p>file:///home/lxia/helix-site/helix-site-deploy/0.7.0-incubating-docs</p> 
+  <p>file:///Users/lxia/helix-site/helix-site-deploy/0.7.0-incubating-docs</p> 
  </div> 
 </div>
 			</div>
@@ -212,7 +212,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/download.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/download.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/download.html (original)
+++ helix/site-content/0.7.0-incubating-docs/download.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -113,7 +113,7 @@
 				<li class="divider">/</li>
 				<li>
     Apache Helix Downloads</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -312,7 +312,7 @@ under the License. -->
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/index.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/index.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/index.html (original)
+++ helix/site-content/0.7.0-incubating-docs/index.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Helix 0.7.0-incubating Documentation [ALPHA]</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -223,7 +223,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/integration.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/integration.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/integration.html (original)
+++ helix/site-content/0.7.0-incubating-docs/integration.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Continuous Integration</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -210,7 +210,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/issue-tracking.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/issue-tracking.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/issue-tracking.html (original)
+++ helix/site-content/0.7.0-incubating-docs/issue-tracking.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Issue Tracking</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -205,7 +205,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/license.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/license.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/license.html (original)
+++ helix/site-content/0.7.0-incubating-docs/license.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project License</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -410,7 +410,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/mail-lists.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/mail-lists.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/mail-lists.html (original)
+++ helix/site-content/0.7.0-incubating-docs/mail-lists.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Mailing Lists</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -235,7 +235,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/plugin-management.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/plugin-management.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/plugin-management.html (original)
+++ helix/site-content/0.7.0-incubating-docs/plugin-management.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Plugin Management</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -347,7 +347,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/plugins.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/plugins.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/plugins.html (original)
+++ helix/site-content/0.7.0-incubating-docs/plugins.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Build Plugins</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -292,7 +292,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/privacy-policy.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/privacy-policy.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/privacy-policy.html (original)
+++ helix/site-content/0.7.0-incubating-docs/privacy-policy.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -111,7 +111,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Privacy Policy</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -223,7 +223,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/project-info.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/project-info.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/project-info.html (original)
+++ helix/site-content/0.7.0-incubating-docs/project-info.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Information</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -269,7 +269,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/project-reports.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/project-reports.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/project-reports.html (original)
+++ helix/site-content/0.7.0-incubating-docs/project-reports.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Generated Reports</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -213,7 +213,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/project-summary.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/project-summary.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/project-summary.html (original)
+++ helix/site-content/0.7.0-incubating-docs/project-summary.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Summary</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -278,7 +278,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/lock_manager.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/lock_manager.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/lock_manager.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/lock_manager.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Distributed Lock Manager</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -429,7 +429,7 @@ lock-group_9    localhost_12001
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/rabbitmq_consumer_group.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/rabbitmq_consumer_group.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/rabbitmq_consumer_group.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/rabbitmq_consumer_group.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>RabbitMQ Consumer Group</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -384,7 +384,7 @@ public void onBecomeOfflineFromOnline(Me
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/rsync_replicated_file_store.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/rsync_replicated_file_store.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/rsync_replicated_file_store.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/rsync_replicated_file_store.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Near-Realtime Rsync Replicated File System</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -326,7 +326,7 @@ chmod +x *
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/service_discovery.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/service_discovery.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/service_discovery.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/service_discovery.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Service Discovery</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -371,7 +371,7 @@ END:Service discovery demo mode:NONE
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/task_dag_execution.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/task_dag_execution.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/task_dag_execution.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/task_dag_execution.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Distributed Task Execution</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -376,7 +376,7 @@ Click counts per gender
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/recipes/user_def_rebalancer.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/recipes/user_def_rebalancer.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/recipes/user_def_rebalancer.html (original)
+++ helix/site-content/0.7.0-incubating-docs/recipes/user_def_rebalancer.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Lock Manager with a User-Defined Rebalancer</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -474,7 +474,7 @@ lock-group_9  localhost_12002
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/releasenotes/release-0.7.0-incubating.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/releasenotes/release-0.7.0-incubating.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/releasenotes/release-0.7.0-incubating.html (original)
+++ helix/site-content/0.7.0-incubating-docs/releasenotes/release-0.7.0-incubating.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="../" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Release Notes for Apache Helix 0.7.0-incubating</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -308,7 +308,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/sonar.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/sonar.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/sonar.html (original)
+++ helix/site-content/0.7.0-incubating-docs/sonar.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Sonar</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -195,7 +195,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/source-repository.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/source-repository.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/source-repository.html (original)
+++ helix/site-content/0.7.0-incubating-docs/source-repository.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Source Repository</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -226,7 +226,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/team-list.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/team-list.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/team-list.html (original)
+++ helix/site-content/0.7.0-incubating-docs/team-list.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>Project Team</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -374,7 +374,7 @@
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_accessors.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_accessors.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_accessors.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_accessors.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Logical Accessors</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -316,7 +316,7 @@ participantAccessor.updateParticipant(pa
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_admin.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_admin.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_admin.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_admin.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Admin Operations</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -766,7 +766,7 @@ curl -d @'./untitled.txt' -H 'Content-Ty
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_agent.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_agent.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_agent.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_agent.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Helix Agent</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -353,7 +353,7 @@ helix-agent/target/helix-agent-pkg/bin/s
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_controller.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_controller.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_controller.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_controller.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Controller</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -262,7 +262,7 @@ controller.startAsync();
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_health.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_health.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_health.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_health.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Customizing Heath Checks</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -228,7 +228,7 @@ under the License. -->
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_messaging.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_messaging.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_messaging.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_messaging.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Messaging</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -253,7 +253,7 @@ int sentMessageCount = messagingService.
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_participant.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_participant.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_participant.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_participant.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Participant</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -279,7 +279,7 @@ public static class OnlineOfflineStateMo
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_propstore.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_propstore.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_propstore.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_propstore.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Application Property Store</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -220,7 +220,7 @@ under the License. -->
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">

Modified: helix/site-content/0.7.0-incubating-docs/tutorial_rebalance.html
URL: http://svn.apache.org/viewvc/helix/site-content/0.7.0-incubating-docs/tutorial_rebalance.html?rev=1779549&r1=1779548&r2=1779549&view=diff
==============================================================================
--- helix/site-content/0.7.0-incubating-docs/tutorial_rebalance.html (original)
+++ helix/site-content/0.7.0-incubating-docs/tutorial_rebalance.html Fri Jan 20 01:12:25 2017
@@ -1,7 +1,7 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2016-12-14
+ Generated by Apache Maven Doxia at 2017-01-19
  Rendered using Maven Reflow Skin 1.0.0 (http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
@@ -110,7 +110,7 @@
 				<li><a href="./" title="Release 0.7.0-incubating">Release 0.7.0-incubating </a></li>
 				<li class="divider">/</li>
 				<li>  Tutorial - Rebalancing Algorithms</li>
-				<li class="publishDate version-date pull-right">Last Published: 2016-12-14</li>
+				<li class="publishDate version-date pull-right">Last Published: 2017-01-19</li>
 			</ul>
 		</div>
 	</header>
@@ -356,7 +356,7 @@ under the License. -->
 		<div class="row">
 			<div class="span12">
 				<p class="pull-right"><a href="#">Back to top</a></p>
-				<p class="copyright">Copyright &copy;2016 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
+				<p class="copyright">Copyright &copy;2017 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.</p>
 				<p><a href="http://github.com/andriusvelykis/reflow-maven-skin" title="Reflow Maven skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt" target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
 		
 <div class="row span16">