You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by aw...@apache.org on 2018/08/31 17:31:43 UTC

[04/37] yetus git commit: git hash 293c23e303c19f33ebd745679fa842486ec9d9b7

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/precommit-qbt/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/precommit-qbt/index.html b/documentation/0.8.0/precommit-qbt/index.html
new file mode 100644
index 0000000..1d3bf67
--- /dev/null
+++ b/documentation/0.8.0/precommit-qbt/index.html
@@ -0,0 +1,199 @@
+<!---
+  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.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS"><i class="fa fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus"><i class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/yetus"><i class="fa fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheYetus"><i class="fa fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org">Apache Homepage</a>
+                            </li>
+                            <li><a href="http://www.apache.org/licenses/">Apache License</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li><a href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+  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.
+-->
+
+<h1 id="qbt">qbt</h1>
+
+<p><code>qbt</code> is a command to execute test-patch without a patch.  It uses
+the same plug-ins and the same options as test-patch.  The only
+difference is that no patch file, location, etc should be supplied.
+It is meant to be a way to easily get test-patch&rsquo;s output on your
+current source tree.  It is suitable to be run as a regularly
+scheduled build as part of your overall development strategy.</p>
+
+<h1 id="reporting">Reporting</h1>
+
+<p>When using an automation tool, it may be useful to use the
+<code>--console-report-file</code> option to send the summary email to a
+file. This can then be used with systems like Jenkin&rsquo;s
+email-ext plug-in to send the output as an emailed report:</p>
+<div class="highlight"><pre class="highlight plaintext"><code>${FILE,path="&lt;report-file-path&gt;"}
+</code></pre></div>
+<p>For something a bit more structured, there is also the <code>--html-report-file</code>
+option.  Using this output, again with Jenkins&rsquo; email-ext plug-in, it is
+possible to build some very nice looking output that is easily customized:</p>
+<div class="highlight"><pre class="highlight html"><code><span class="nt">&lt;html&gt;</span>
+<span class="nt">&lt;head&gt;</span>
+<span class="nt">&lt;style&gt;</span>
+<span class="nt">table</span> <span class="p">{</span>
+    <span class="nl">border-collapse</span><span class="p">:</span> <span class="nb">collapse</span><span class="p">;</span>
+<span class="p">}</span>
+<span class="nt">table</span><span class="o">,</span> <span class="nt">th</span><span class="o">,</span> <span class="nt">td</span> <span class="p">{</span>
+   <span class="nl">border</span><span class="p">:</span> <span class="m">1px</span> <span class="nb">solid</span> <span class="no">black</span><span class="p">;</span>
+<span class="p">}</span>
+<span class="nt">tr</span><span class="nd">:nth-child</span><span class="o">(</span><span class="nt">even</span><span class="o">)</span><span class="p">{</span><span class="nl">background-color</span><span class="p">:</span> <span class="m">#f2f2f2</span><span class="p">}</span>
+<span class="nt">&lt;/style&gt;</span>
+<span class="nt">&lt;/head&gt;</span>
+<span class="nt">&lt;body&gt;</span>
+<span class="nt">&lt;p&gt;</span>See the <span class="nt">&lt;a</span> <span class="na">href=</span><span class="s">"${BUILD_URL}"</span><span class="nt">&gt;</span>Jenkins Build<span class="nt">&lt;/a&gt;</span> for more information.<span class="nt">&lt;/p&gt;</span>
+<span class="nt">&lt;p&gt;</span>${CHANGES, format="<span class="nt">&lt;div&gt;</span>[%d] (%a) %m<span class="nt">&lt;/div&gt;</span>"}<span class="nt">&lt;/p&gt;</span>
+<span class="nt">&lt;p&gt;&lt;/p&gt;</span>
+${FILE,path="<span class="nt">&lt;report-file-path&gt;</span>"}
+<span class="nt">&lt;/body&gt;&lt;/html&gt;</span>
+</code></pre></div>
+<p>If your mailing lists do not allow HTML-formatted email, then the <code>--brief-report-file</code>
+provides a solution.  This option creates a very plain, reduced content text file
+suitable for email.  It contains just the barebones information needed to get
+information on failures: what voted -1, what tests failed, what subsystems are long
+running (configurable with the <code>--brief-report-long</code> opton), and a list of any
+attached log files.</p>
+
+<p>NOTE: Be aware that ASF mailing lists do not allow HTML formatted email.</p>
+
+<h1 id="archiving">Archiving</h1>
+
+<p>It may be useful to save off certain files while qbt is running for more
+post-processing by another utility.  If the <code>rsync</code> command is available,
+then the archiving functionality may be used.</p>
+
+<p>The <code>--archive-list</code> option takes a comma separated list of <code>find -name</code>
+patterns and copies them to the patch directory&rsquo;s archiver subdirectory.
+It will preserve the directory structure of the source tree so that
+multiple matching file names will be preserved.</p>
+
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/precommit-smart-apply-patch/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/precommit-smart-apply-patch/index.html b/documentation/0.8.0/precommit-smart-apply-patch/index.html
new file mode 100644
index 0000000..d35539e
--- /dev/null
+++ b/documentation/0.8.0/precommit-smart-apply-patch/index.html
@@ -0,0 +1,165 @@
+<!---
+  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.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS"><i class="fa fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus"><i class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/yetus"><i class="fa fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheYetus"><i class="fa fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org">Apache Homepage</a>
+                            </li>
+                            <li><a href="http://www.apache.org/licenses/">Apache License</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li><a href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+  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.
+-->
+
+<h1 id="smart-apply-patch">smart-apply-patch</h1>
+
+<p><code>smart-apply-patch</code> is a command to help apply patches easily.  It uses the same plug-ins and many of the same options as test-patch.  This means that it can, for example, fetch patches from JIRA and apply them to a local source tree.</p>
+
+<h1 id="usage">Usage</h1>
+
+<p>Its simplest form is used when a patch is stored in a local file:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>smart-apply-patch patch
+</code></pre></div>
+<p>This will cause the command to run through various ways to verify and then apply the patch to the current repo, including deducing a patch level.</p>
+
+<p>Perhaps you just want to see if the patch even applies without changing your local repo.  The <code>--dry-run</code> option will just test for applicability:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>smart-apply-patch <span class="nt">--dry-run</span> patch
+</code></pre></div>
+<p>For committers of projects, there is a special mode:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>smart-apply-patch <span class="nt">--committer</span> patch
+</code></pre></div>
+<p>that in addition to applying the patch will also attempt to:</p>
+
+<ul>
+<li>use <code>--whitespace=fix</code> mode</li>
+<li>add all newly created files in the repo</li>
+<li>use <code>--signoff</code> and commit the change via git-am</li>
+</ul>
+
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/precommit-testformats/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/precommit-testformats/index.html b/documentation/0.8.0/precommit-testformats/index.html
new file mode 100644
index 0000000..0586f24
--- /dev/null
+++ b/documentation/0.8.0/precommit-testformats/index.html
@@ -0,0 +1,162 @@
+<!---
+  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.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS"><i class="fa fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus"><i class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/yetus"><i class="fa fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheYetus"><i class="fa fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org">Apache Homepage</a>
+                            </li>
+                            <li><a href="http://www.apache.org/licenses/">Apache License</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li><a href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+  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.
+-->
+
+<h1 id="test-format-support">Test Format Support</h1>
+
+<p>test-patch has the ability to support multiple test formats. Test formats have some extra hooks to process the output of test tools and write the results to some tables. Every test format plug-in must have one line in order to be recognized:</p>
+<div class="highlight"><pre class="highlight shell"><code>add_test_format &lt;pluginname&gt;
+</code></pre></div>
+<p>Test format plugins can provide following two methods, which will be called by test-patch if defined.</p>
+
+<ul>
+<li><p>pluginname_process_tests</p>
+
+<ul>
+<li>Given a path to the log file and tested module name, parse that file and store the test result into global variables and/or files.</li>
+</ul></li>
+<li><p>pluginname_finalize_results</p>
+
+<ul>
+<li>Using the results stored by pluginname_process_tests, write them to the test result table and/or the footer table for reporting.</li>
+</ul></li>
+</ul>
+
+<p>For an example of how to write a test-format plugin, you can look at <a href="https://github.com/apache/yetus/blob/master/precommit/test-patch.d/junit.sh">junit plugin</a> bundled in Apache Yetus.</p>
+
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/0.8.0/releasedocmaker/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.8.0/releasedocmaker/index.html b/documentation/0.8.0/releasedocmaker/index.html
new file mode 100644
index 0000000..9a3cb2b
--- /dev/null
+++ b/documentation/0.8.0/releasedocmaker/index.html
@@ -0,0 +1,315 @@
+<!---
+  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.
+-->
+
+<html>
+    <head>
+        <meta charset="utf-8">
+        <title>Apache Yetus</title>
+        <meta name="viewport" content="width=device-width, initial-scale=1.0">
+        <meta name="description" content="">
+        <meta name="author" content="">
+
+        <link href="/assets/css/bootstrap.css" rel="stylesheet">
+        <link href="/assets/css/bootstrap-theme.css" rel="stylesheet">
+                    <link href="/assets/css/font-awesome.css" rel="stylesheet">
+
+        <!-- JS -->
+        <script type="text/javascript" src="/assets/js/jquery-2.1.4.min.js"></script>
+        <script type="text/javascript" src="/assets/js/bootstrap.js"></script>
+  </head>
+    <body>
+      <div class="navbar navbar-inverse navbar-static-top" role="navigation">
+    <div class="container">
+        <div class="navbar-header">
+            <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
+                <span class="sr-only">Toggle navigation</span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+                <span class="icon-bar"></span>
+            </button>
+            <a class="img-responsive pull-left" href="/">
+                <img style="max-height: 40px; margin-top: 5px; margin-bottom: 5px;" src="/assets/img/yetus_logo.png" alt="Apache Yetus logo" />
+            </a>
+        </div>
+        <div class="navbar-collapse collapse">
+            <ul class="nav navbar-nav">
+                <li><a href="/downloads/">Downloads</a>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu">
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.0</a></li>
+                      <li><a href="/documentation/0.7.0/">Docs for v0.7.0</a></li>
+                      <li><a href="/documentation/0.8.0/">Docs for v0.8.0</a></li>
+                      <li><a href="/documentation/in-progress/">In Progress Docs for Contributors</a>
+                      </li>
+                    </ul>
+                </li>
+                <li class="dropdown">
+                    <a class="dropdown-toggle" data-toggle="dropdown" href="#">Get Involved <span class="caret"></span></a>
+                    <ul class="dropdown-menu" role="menu" aria-labelledby="drop1">
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/mailinglists"><i class="fa fa-commenting"></i> Mailing Lists</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="http://issues.apache.org/jira/browse/YETUS"><i class="fa fa-bug"></i> JIRA (Bugs)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://git-wip-us.apache.org/repos/asf?s=yetus"><i class="fa fa-code"></i> Source (Apache)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://github.com/apache/yetus"><i class="fa fa-github-alt"></i> Source (GitHub)</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="/contribute/"><i class="fa fa-code-fork"></i> Contributing</a>
+                        </li>
+                        <li role="presentation"><a role="menuitem" tabindex="-1" href="https://twitter.com/ApacheYetus"><i class="fa fa-twitter"></i> @ApacheYetus</a>
+                        </li>
+                    </ul>
+                </li>
+                <li>
+                    <li class="dropdown">
+                        <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Software Foundation <b class="caret"></b></a>
+                        <ul class="dropdown-menu" role="menu">
+                            <li><a href="http://www.apache.org">Apache Homepage</a>
+                            </li>
+                            <li><a href="http://www.apache.org/licenses/">Apache License</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a>
+                            </li>
+                            <li><a href="http://www.apache.org/foundation/thanks.html">Thanks</a>
+                            </li>
+                            <li><a href="http://www.apache.org/security/">Security</a>
+                            </li>
+                        </ul>
+                    </li>
+                </li>
+            </ul>
+        </div>
+        <!--/.nav-collapse -->
+    </div>
+</div>
+
+      <div class="container">
+        <!---
+  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.
+-->
+
+<h1 id="releasedocmaker">releasedocmaker</h1>
+
+<ul>
+<li><a href="#purpose">Purpose</a></li>
+<li><a href="#requirements">Requirements</a></li>
+<li><a href="#basic-usage">Basic Usage</a></li>
+<li><a href="#changing-the-header">Changing the Header</a></li>
+<li><a href="#multiple-versions">Multiple Versions</a></li>
+<li><a href="#unreleased-dates">Unreleased Dates</a></li>
+<li><a href="#sorted-output">Sorted Output</a></li>
+<li><a href="#backward-incompatible-changes">Backward Incompatible Changes</a></li>
+<li><a href="#lint-mode">Lint Mode</a></li>
+<li><a href="#index-mode">Index Mode</a></li>
+<li><a href="#release-version">Release Version</a></li>
+</ul>
+
+<h1 id="purpose">Purpose</h1>
+
+<p>Building changelog information in a form that is human digestible but still containing as much useful information is difficult.  Many attempts over the years have resulted in a variety of methods that projects use to solve this problem:</p>
+
+<ul>
+<li>JIRA-generated release notes from the <q>Release Notes</q> button</li>
+<li>Manually modified CHANGELOG file</li>
+<li>Processing git log information</li>
+</ul>
+
+<p>All of these methods have their pros and cons.  Some have issues with accuracy.  Some have issues with lack of details. None of these methods seem to cover all of the needs of many projects and are full of potential pitfalls.</p>
+
+<p>In order to solve these problems, releasedocmaker was written to automatically generate a changelog and release notes by querying Apache&rsquo;s JIRA instance.</p>
+
+<h1 id="requirements">Requirements</h1>
+
+<ul>
+<li>Python 2.6 with dateutil extension</li>
+</ul>
+
+<p>dateutil may be installed via pip:  <code>pip install python-dateutil</code></p>
+
+<h1 id="basic-usage">Basic Usage</h1>
+
+<p>Minimally, the name of the JIRA project and a version registered in JIRA must be provided:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> <span class="o">(</span>project<span class="o">)</span> <span class="nt">--version</span> <span class="o">(</span>version<span class="o">)</span>
+</code></pre></div>
+<p>This will query Apache JIRA, generating two files in a directory named after the given version in an extended markdown format which can be processed by both mvn site and GitHub.</p>
+
+<ul>
+<li>CHANGELOG.md</li>
+</ul>
+
+<p>This is similar to the JIRA <q>Release Notes</q> button but is in tabular format and includes the priority, component, reporter, and contributor fields.  It also highlights Incompatible Changes so that readers know what to look out for when upgrading. The top of the file also includes the date that the version was marked as released in JIRA.</p>
+
+<ul>
+<li>RELEASENOTES.md</li>
+</ul>
+
+<p>If your JIRA project supports the release note field, this will contain any JIRA mentioned in the CHANGELOG that is either an incompatible change or has a release note associated with it.  If your JIRA project does not support the release notes field, this will be the description field.</p>
+
+<p>For example, to build the release documentation for HBase v1.2.0:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.2.0
+</code></pre></div>
+<p>By default, release notes are expected to be in plain text.  However, you can write them in markdown if you include a header at the top of your release note:</p>
+<div class="highlight"><pre class="highlight xml"><code><span class="c">&lt;!-- markdown --&gt;</span>
+remaining text
+</code></pre></div>
+<h1 id="authentication">Authentication</h1>
+
+<p>releasedocmaker supports very simple Basic authentication.  This is accomplished by adding two environment variables to your shell environment:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">RDM_JIRA_USERNAME</span><span class="o">=</span><span class="s1">'jirausername'</span>
+<span class="nv">RDM_JIRA_PASSWORD</span><span class="o">=</span><span class="s1">'jirapassword'</span>
+</code></pre></div>
+<p>These values will be added to all requests destined for the JIRA server.</p>
+
+<h1 id="changing-the-header">Changing the Header</h1>
+
+<p>By default, it will use a header that matches the project name.  But that is kind of ugly and the case may be wrong.  Luckily, the title can be changed:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.2.0 <span class="nt">--projecttitle</span> <span class="s2">"Apache HBase"</span>
+</code></pre></div>
+<p>Now instead of <q>HBASE</q>, it will use <q>Apache HBase</q> for some titles and headers.</p>
+
+<h1 id="versioned-files-and-directories">Versioned Files and Directories</h1>
+
+<p>It is sometimes useful to create the CHANGELOG and RELEASENOTES with versions attached.  <code>releasedocmaker</code> supports both independently.</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.2.0 <span class="nt">--fileversions</span>
+</code></pre></div>
+<p>This command line will now create CHANGELOG.1.2.0.md and RELEASENOTES.1.2.0.md files.</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.2.0 <span class="nt">--dirversions</span>
+</code></pre></div>
+<p>This command line will now create a directory called 1.2.0 and inside will be the CHANGELOG.md and RELEASENOTES.md files.</p>
+
+<p>Using both at the same time&hellip;</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.2.0 <span class="nt">--fileversions</span> <span class="nt">--dirversions</span>
+</code></pre></div>
+<p>&hellip; results in 1.2.0/CHANGELOG.1.2.0.md and 1.2.0/RELEASENOTES.1.2.0.md files.</p>
+
+<h1 id="multiple-versions">Multiple Versions</h1>
+
+<p>Using either <code>--dirversions</code> or <code>--fileversions</code> or both simultaneously, <code>releasedocmaker</code> can also generate multiple versions at once</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.0.0 <span class="nt">--version</span> 1.2.0 <span class="nt">--dirversions</span>
+</code></pre></div>
+<p>This will create the files for versions 1.0.0 and versions 1.2.0 in their own directories.</p>
+
+<p>But what if the version numbers are not known?  releasedocmaker can also generate version data based upon ranges:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.0.0 <span class="nt">--version</span> 1.2.0 <span class="nt">--range</span> <span class="nt">--fileversions</span>
+</code></pre></div>
+<p>In this form, releasedocmaker will query JIRA, discover all versions that alphabetically appear to be between 1.0.0 and 1.2.0, inclusive, and generate all of the relative release documents.  This is especially useful when bootstrapping an existing project.</p>
+
+<h1 id="unreleased-dates">Unreleased Dates</h1>
+
+<p>For released versions, releasedocmaker will pull the date of the release from JIRA.  However, for unreleased versions it marks the release as <q>Unreleased</q>. This can be inconvenient when actually building a release and wanting to include it inside the source package.</p>
+
+<p>The &ndash;usetoday option can be used to signify that instead of using Unreleased, releasedocmaker should use today&rsquo;s date.</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.0.0 <span class="nt">--usetoday</span>
+</code></pre></div>
+<p>After using this option and release, don&rsquo;t forget to change JIRA&rsquo;s release date to match!</p>
+
+<h1 id="sorted-output">Sorted Output</h1>
+
+<p>Different projects may find one type of sort better than another, depending upon their needs.  releasedocmaker supports two types of sorts and each provides two different options in the direction for that sort.</p>
+
+<h2 id="resolution-date-base-sort">Resolution Date-base Sort</h2>
+
+<p>By default, releasedocmaker will sort the output based upon the resolution date of the issue starting with older resolutions.  This is the same as giving these options:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">--sorttype</span> resolutiondate <span class="nt">--sortorder</span> older
+</code></pre></div>
+<p>The order can be reversed so that newer issues appear on top by providing the &lsquo;newer&rsquo; flag:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">--sorttype</span> resolutiondate <span class="nt">--sortorder</span> newer
+</code></pre></div>
+<p>In the case of multiple projects given on the command line, the projects will be interspersed.</p>
+
+<h2 id="issue-number-based-sort">Issue Number-based Sort</h2>
+
+<p>An alternative to the date-based sort is to sort based upon the issue id.  This may be accomplished via:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">--sorttype</span> issueid <span class="nt">--sortorder</span> asc
+</code></pre></div>
+<p>This will now sort by the issue id, listing them in lowest to highest (or ascending) order.</p>
+
+<p>The order may be reversed to list them in highest to lowest (or descending) order by providing the appropriate flag:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">--sorttype</span> issueid <span class="nt">--sortorder</span> desc
+</code></pre></div>
+<p>In the case of multiple projects given on the command line, the projects will be grouped and then sorted by issue id.</p>
+
+<h1 id="backward-incompatible-changes">Backward Incompatible Changes</h1>
+
+<p>To check if an issue is backward-incompatible the releasedocmaker script first checks the <q>Hadoop Flags</q> field in the
+issue. If this field is found to be blank then it searches for the &lsquo;backward-incompatible&rsquo; label. You can override the
+default value for this label by using &ndash;incompatiblelabel option e.g.</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">--incompatiblelabel</span> not-compatible
+</code></pre></div>
+<p>or equivalently using the shorter -X option</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> falcon <span class="nt">--version</span> 0.6 <span class="nt">-X</span> not-compatible
+</code></pre></div>
+<h1 id="lint-mode">Lint Mode</h1>
+
+<p>In order to ensure proper formatting while using mvn site, releasedocmaker puts in periods (.) for fields that are empty or unassigned.  This can be unsightly and not proper for any given project.  There are also other things, such as missing release notes for incompatible changes, that are less than desirable.</p>
+
+<p>In order to help release managers from having to scan through potentially large documents, releasedocmaker features a lint mode, triggered via &ndash;lint:</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">--project</span> HBASE <span class="nt">--version</span> 1.0.0 <span class="nt">--lint</span>
+</code></pre></div>
+<p>This will do the normal JIRA querying, looking for items it considers problematic.  It will print the information to the screen and then exit with either success or failure, depending upon if any issues were discovered.</p>
+
+<h1 id="index-mode">Index Mode</h1>
+
+<p>There is basic support for an autoindexer.  It will create two files that contain links to all directories that have a major.minor*-style version numbering system.
+For example directories with names like 0.6, 1.2.2, 1.2alpha etc. will all be linked.</p>
+
+<ul>
+<li>index.md: a file suitable for conversion to HTML via mvn site</li>
+<li>README.md: a file suitable for display on Github and other Markdown rendering websites</li>
+</ul>
+
+<h1 id="release-version">Release Version</h1>
+
+<p>You can find the version of the releasedocmaker that you are using by giving the -V option. This may be helpful in finding documentation for the version you are using.</p>
+<div class="highlight"><pre class="highlight shell"><code><span class="nv">$ </span>releasedocmaker <span class="nt">-V</span>
+</code></pre></div>
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2018 <a href="http://www.apache.org/">Apache Software Foundation</a>. Licensed under the <a href="http://www.apache.org/licenses/">Apache License v2.0</a>. Apache Yetus and the Apache feather logo are trademarks of The Apache Software Foundation.
+              </div>
+            </div>
+
+        </div>
+
+    </footer>
+</div>
+
+  </body>
+</html>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html b/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
index 2278bc0..3780779 100644
--- a/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/in-progress/audience-annotations-apidocs/allclasses-frame.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html b/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
index 9e082fb..16a86dd 100644
--- a/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/in-progress/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>All Classes (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/constant-values.html b/documentation/in-progress/audience-annotations-apidocs/constant-values.html
index 6b01de4..126b107 100644
--- a/documentation/in-progress/audience-annotations-apidocs/constant-values.html
+++ b/documentation/in-progress/audience-annotations-apidocs/constant-values.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Constant Field Values (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Constant Field Values (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html b/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
index 77baaa2..1e5c0cf 100644
--- a/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/in-progress/audience-annotations-apidocs/deprecated-list.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Deprecated List (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Deprecated List (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Deprecated List (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Deprecated List (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/help-doc.html b/documentation/in-progress/audience-annotations-apidocs/help-doc.html
index 7dd299f..c1b481c 100644
--- a/documentation/in-progress/audience-annotations-apidocs/help-doc.html
+++ b/documentation/in-progress/audience-annotations-apidocs/help-doc.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>API Help (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>API Help (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="API Help (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="API Help (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/index-all.html b/documentation/in-progress/audience-annotations-apidocs/index-all.html
index ce14f92..cdefd87 100644
--- a/documentation/in-progress/audience-annotations-apidocs/index-all.html
+++ b/documentation/in-progress/audience-annotations-apidocs/index-all.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Index (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Index (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
 <script type="text/javascript" src="script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Index (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Index (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/index.html b/documentation/in-progress/audience-annotations-apidocs/index.html
index a98385c..b187568 100644
--- a/documentation/in-progress/audience-annotations-apidocs/index.html
+++ b/documentation/in-progress/audience-annotations-apidocs/index.html
@@ -2,9 +2,9 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API</title>
+<title>Apache Yetus - Audience Annotations Component 0.8.0 API</title>
 <script type="text/javascript">
     tmpTargetPage = "" + window.location.search;
     if (tmpTargetPage != "" && tmpTargetPage != "undefined")

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 2d7d029..b7dafe9 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index ff25f72..52c762c 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index ff15123..fde17e2 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index 8ab167c..7fd3537 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 983daed..b2ba768 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index 446cca0..b7aa6d7 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index 261dc21..9e1ab69 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 9626cee..76de76f 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="InterfaceStability (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="InterfaceStability (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index 0d0de3f..905c4ab 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 3bc0db9..bbe3ea5 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 7bbd9d9..ec1bc8b 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index beced96..0c0b0fa 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceAudience (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index eac81f5..1cf4143 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {

http://git-wip-us.apache.org/repos/asf/yetus/blob/4a356e40/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index a4dbfc8..97845a0 100644
--- a/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/in-progress/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,10 +2,10 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_111) on Thu Jul 19 21:07:35 PDT 2018 -->
+<!-- Generated by javadoc (1.8.0_111) on Fri Aug 24 09:36:12 PDT 2018 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)</title>
-<meta name="date" content="2018-07-19">
+<title>Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0 API)</title>
+<meta name="date" content="2018-08-24">
 <link rel="stylesheet" type="text/css" href="../../../../../stylesheet.css" title="Style">
 <script type="text/javascript" src="../../../../../script.js"></script>
 </head>
@@ -13,7 +13,7 @@
 <script type="text/javascript"><!--
     try {
         if (location.href.indexOf('is-external=true') == -1) {
-            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0-SNAPSHOT API)";
+            parent.document.title="Uses of Class org.apache.yetus.audience.InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.8.0 API)";
         }
     }
     catch(err) {