You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@yetus.apache.org by bu...@apache.org on 2017/11/29 17:25:18 UTC

[2/4] yetus git commit: git hash b2960a6b7cb0333e91ff628dc54bd84e75a5e96f

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/CHANGELOG/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/CHANGELOG/index.html b/documentation/0.5.0/CHANGELOG/index.html
new file mode 100644
index 0000000..012b213
--- /dev/null
+++ b/documentation/0.5.0/CHANGELOG/index.html
@@ -0,0 +1,433 @@
+<!---
+  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.4.0/">Docs for v0.4.0</a></li>
+                      <li><a href="/documentation/0.5.0/">Docs for v0.5.0</a></li>
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.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="apache-yetus-changelog">Apache Yetus Changelog</h1>
+
+<h2 id="release-0-5-0-2017-07-11">Release 0.5.0 - 2017-07-11</h2>
+
+<h3 id="important-issues">IMPORTANT ISSUES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-509">YETUS-509</a></td>
+<td style="text-align: left">Remove maven-eclipse plugin support</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-512">YETUS-512</a></td>
+<td style="text-align: left">Switch default docker image over to Xenial</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-511">YETUS-511</a></td>
+<td style="text-align: left">github PR handler shouldn&rsquo;t use raw numbers</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="new-features">NEW FEATURES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-315">YETUS-315</a></td>
+<td style="text-align: left">smart-apply-patch committer mode should support signed commits</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Suraj Acharya</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-522">YETUS-522</a></td>
+<td style="text-align: left">smart-apply-patch should do more to infer author in committer mode</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-523">YETUS-523</a></td>
+<td style="text-align: left">create a separate tool for docker cleanup</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="improvements">IMPROVEMENTS:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-471">YETUS-471</a></td>
+<td style="text-align: left">Add possibility to skip the source check for Findbugs</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Peter Vary</td>
+<td style="text-align: left">Peter Vary</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-459">YETUS-459</a></td>
+<td style="text-align: left">Option to suppress assignee and contributor from RDM output</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Suraj Acharya</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-506">YETUS-506</a></td>
+<td style="text-align: left">Enhance maven_reorder_module_process to handle modules where directory name is different than the artifactId</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Peter Vary</td>
+<td style="text-align: left">Peter Vary</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-488">YETUS-488</a></td>
+<td style="text-align: left">Checkstyle reports new error if the file still longer than expected</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Peter Vary</td>
+<td style="text-align: left">Peter Vary</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-483">YETUS-483</a></td>
+<td style="text-align: left">shellcheck plugin should be smarter about its queue</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-500">YETUS-500</a></td>
+<td style="text-align: left">Add section headers to break out precheck/branch compilation checks from patch checks.</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="bug-fixes">BUG FIXES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-484">YETUS-484</a></td>
+<td style="text-align: left">Fixing bug when checkstyle runs on multiple modules</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Peter Vary</td>
+<td style="text-align: left">Peter Vary</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-460">YETUS-460</a></td>
+<td style="text-align: left">RDM should handle connection reset by peer</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Adam Faris</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-489">YETUS-489</a></td>
+<td style="text-align: left">checkstyle.sh does not support checkstyle 6.14 or upper</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Akira Ajisaka</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-476">YETUS-476</a></td>
+<td style="text-align: left">Replace docker&rsquo;s time handler with awk</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-498">YETUS-498</a></td>
+<td style="text-align: left">shelllcheck needs to have -x support</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-496">YETUS-496</a></td>
+<td style="text-align: left">Fix UnboundLocalError in releasedocmaker.py</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Release Doc Maker</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Akira Ajisaka</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-487">YETUS-487</a></td>
+<td style="text-align: left">docker cleanup needs to handle &lsquo;dead&rsquo;</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Suraj Acharya</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-493">YETUS-493</a></td>
+<td style="text-align: left">Gemlock.lock fails for OS X 10.11</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-508">YETUS-508</a></td>
+<td style="text-align: left">improve build tool command detection w/docker</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-518">YETUS-518</a></td>
+<td style="text-align: left">Update years to 2017</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">build, website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-521">YETUS-521</a></td>
+<td style="text-align: left">Update some website build dependencies</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-524">YETUS-524</a></td>
+<td style="text-align: left">audience-annotations can not be used as a dependency in a gradle build</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Audience Annotations</td>
+<td style="text-align: left">Grant Henke</td>
+<td style="text-align: left">Grant Henke</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-485">YETUS-485</a></td>
+<td style="text-align: left">Yetus run is failing on branch after rebase/force push</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Subru Krishnan</td>
+<td style="text-align: left">Subru Krishnan</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-514">YETUS-514</a></td>
+<td style="text-align: left">docker gives multiple time formats</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="other">OTHER:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-481">YETUS-481</a></td>
+<td style="text-align: left">Add 0.4.0 release to the website</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Ajay Yadava</td>
+<td style="text-align: left">Ajay Yadava</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-482">YETUS-482</a></td>
+<td style="text-align: left">Binary file gets added to the release candidates</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">build, Release Doc Maker, ShellDocs</td>
+<td style="text-align: left">Ajay Yadava</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-520">YETUS-520</a></td>
+<td style="text-align: left">EOL 0.1.0 through 0.3.0</td>
+<td style="text-align: left">Trivial</td>
+<td style="text-align: left">build, website and documentation</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-525">YETUS-525</a></td>
+<td style="text-align: left">Release 0.5.0</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2017 <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/4466a872/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
index b25ebee..bdb4aad 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
index 9c6cff2..796fe88 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/constant-values.html b/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
index 23ac6b1..9abd2da 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/constant-values.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
index bdb0107..117f6a1 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/help-doc.html b/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
index 19d5f5c..2f76db8 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/help-doc.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/index-all.html b/documentation/0.5.0/audience-annotations-apidocs/index-all.html
index 99e7bf6..f3302f5 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/index-all.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/index.html b/documentation/0.5.0/audience-annotations-apidocs/index.html
index e850cd5..7d646d1 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.5.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index 0850e01..39977f4 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
index 2b9e36a..5266eb5 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Private.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Private (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
index 333b213..912bb55 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.Public.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.Public (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
index e8fa584..d76793c 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
index 743be7a..fd06405 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Evolving.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Evolving (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
index ad70228..c19bf53 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Stable.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Stable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
index dfc8784..50aab11 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.Unstable.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
index 1803a51..d27b45e 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceStability.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
index d8f639e..8c87dce 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.LimitedPrivate.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
index 42ecf85..1ab7715 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Private.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
index 3242e04..8d2c624 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.Public.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
index cbdb0da..eea9b45 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceAudience.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
index b693649..260386e 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Evolving.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
index 4583f8c..fe65cee 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Stable.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <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.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
index a5e4d1f..3d6722f 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.Unstable.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability.Unstable (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
index 25abb48..9cc99c3 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/class-use/InterfaceStability.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.InterfaceStability (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
index bd35ba3..eab33a4 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
index db5bb45..1e9dfb7 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-summary.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
index 0990982..1dc3ad6 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-tree.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
index 134eddd..61fe9ae 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/package-use.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
index 24ddff4..5a45b55 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
index 8591ed9..ceab2db 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
index 1bbe881..40332b5 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/IncludePublicAnnotationsStandardDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
index db36e93..176218a 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsJDiffDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsJDiffDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
index da6c0cb..894fec4 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/ExcludePrivateAnnotationsStandardDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.ExcludePrivateAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
index 6bd5739..1432f22 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/class-use/IncludePublicAnnotationsStandardDoclet.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Class org.apache.yetus.audience.tools.IncludePublicAnnotationsStandardDoclet (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
index 5030fb0..1793de2 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
index c702e58..90537e4 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-summary.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
index edf65dc..6fc7113 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-tree.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>org.apache.yetus.audience.tools Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
index 800b3ac..2e4baef 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/org/apache/yetus/audience/tools/package-use.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Uses of Package org.apache.yetus.audience.tools (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html b/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
index 40c71ba..4a142a8 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview List (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html b/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
index faa2b99..306ec2c 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-summary.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Overview (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
----------------------------------------------------------------------
diff --git a/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html b/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
index 37f702b..f4b1554 100644
--- a/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
+++ b/documentation/0.5.0/audience-annotations-apidocs/overview-tree.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:03 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:14:56 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Class Hierarchy (Apache Yetus - Audience Annotations Component 0.5.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/CHANGELOG/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/CHANGELOG/index.html b/documentation/0.6.0/CHANGELOG/index.html
new file mode 100644
index 0000000..dd11529
--- /dev/null
+++ b/documentation/0.6.0/CHANGELOG/index.html
@@ -0,0 +1,303 @@
+<!---
+  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.4.0/">Docs for v0.4.0</a></li>
+                      <li><a href="/documentation/0.5.0/">Docs for v0.5.0</a></li>
+                      <li><a href="/documentation/0.6.0/">Docs for v0.6.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="apache-yetus-changelog">Apache Yetus Changelog</h1>
+
+<h2 id="release-0-6-0-2017-10-31">Release 0.6.0 - 2017-10-31</h2>
+
+<h3 id="new-features">NEW FEATURES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-535">YETUS-535</a></td>
+<td style="text-align: left">Add RATIS personality to yetus</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Elek, Marton</td>
+<td style="text-align: left">Elek, Marton</td>
+</tr>
+</tbody></table>
+<h3 id="improvements">IMPROVEMENTS:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-538">YETUS-538</a></td>
+<td style="text-align: left">set capacity on ArrayList init where possible</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Audience Annotations</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Peter Cseh</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-540">YETUS-540</a></td>
+<td style="text-align: left">Remove unnecessary semicolons in audience annotations</td>
+<td style="text-align: left">Trivial</td>
+<td style="text-align: left">Audience Annotations</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Peter Cseh</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-536">YETUS-536</a></td>
+<td style="text-align: left">Jira plugin should output the information about curl failure in debug mode.</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Mano Kovacs</td>
+<td style="text-align: left">Mano Kovacs</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-543">YETUS-543</a></td>
+<td style="text-align: left">Add shaded client related ITs to Hadoop exemplar personality</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-556">YETUS-556</a></td>
+<td style="text-align: left">hadoop personality should use echo to convey informational messages.</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-555">YETUS-555</a></td>
+<td style="text-align: left">Docker may give an invalid UNIX date</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-545">YETUS-545</a></td>
+<td style="text-align: left">Hadoop personality: clean up some OS X &amp; Windows issues</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-510">YETUS-510</a></td>
+<td style="text-align: left">Build Tool report should include version</td>
+<td style="text-align: left">Critical</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Mike Drob</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-553">YETUS-553</a></td>
+<td style="text-align: left">Add configuration options for junit plugin</td>
+<td style="text-align: left">Minor</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Mano Kovacs</td>
+<td style="text-align: left">Mano Kovacs</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-534">YETUS-534</a></td>
+<td style="text-align: left">Provide a way to set snappy and isal location in hadoop personality</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+</tbody></table>
+<h3 id="bug-fixes">BUG FIXES:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-551">YETUS-551</a></td>
+<td style="text-align: left">Rework the Dockerfile</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">build, Test Patch</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-544">YETUS-544</a></td>
+<td style="text-align: left">Parameters on the shebang line aren&rsquo;t portable</td>
+<td style="text-align: left">Blocker</td>
+<td style="text-align: left">Release Doc Maker, ShellDocs</td>
+<td style="text-align: left">Allen Wittenauer</td>
+<td style="text-align: left">Allen Wittenauer</td>
+</tr>
+<tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-560">YETUS-560</a></td>
+<td style="text-align: left">Fix option name inconsistency: build-url-patchdir vs build-url-artifacts</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">Test Patch</td>
+<td style="text-align: left">Adam Szita</td>
+<td style="text-align: left">Adam Szita</td>
+</tr>
+</tbody></table>
+<h3 id="other">OTHER:</h3>
+<table class='table table-bordered table-striped'><thead><tr>
+<th style="text-align: left">JIRA</th>
+<th style="text-align: left">Summary</th>
+<th style="text-align: left">Priority</th>
+<th style="text-align: left">Component</th>
+<th style="text-align: left">Reporter</th>
+<th style="text-align: left">Contributor</th>
+</tr>
+</thead><tbody><tr>
+<td style="text-align: left"><a href="https://issues.apache.org/jira/browse/YETUS-565">YETUS-565</a></td>
+<td style="text-align: left">Release 0.6.0</td>
+<td style="text-align: left">Major</td>
+<td style="text-align: left">website and documentation</td>
+<td style="text-align: left">Sean Busbey</td>
+<td style="text-align: left">Sean Busbey</td>
+</tr>
+</tbody></table>
+    </div>
+      <div class="container">
+    <hr>
+    <footer class="footer">
+        <div class="row-fluid">
+            <div class="span12 text-left">
+              <div class="span12">
+                Copyright 2008-2017 <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/4466a872/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
index ecf2b4c..c1419b0 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-frame.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
index 9e4fa9a..9df4645 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/allclasses-noframe.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>All Classes (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
index d9bee6a..637ae26 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/constant-values.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Constant Field Values (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
index 8c28052..b7c57ab 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/deprecated-list.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Deprecated List (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
index 1c61112..51c6a63 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/help-doc.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>API Help (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/index-all.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/index-all.html b/documentation/0.6.0/audience-annotations-apidocs/index-all.html
index a1e5dfe..24912e2 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/index-all.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/index-all.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Index (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/index.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/index.html b/documentation/0.6.0/audience-annotations-apidocs/index.html
index 3a27130..c62da9f 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/index.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/index.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:09 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>Apache Yetus - Audience Annotations Component 0.6.0 API</title>
 <script type="text/javascript">

http://git-wip-us.apache.org/repos/asf/yetus/blob/4466a872/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
----------------------------------------------------------------------
diff --git a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
index bdc7dc4..0174fa7 100644
--- a/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
+++ b/documentation/0.6.0/audience-annotations-apidocs/org/apache/yetus/audience/InterfaceAudience.LimitedPrivate.html
@@ -2,7 +2,7 @@
 <!-- NewPage -->
 <html lang="en">
 <head>
-<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:03:19 CST 2017 -->
+<!-- Generated by javadoc (1.8.0_74) on Wed Nov 29 11:15:08 CST 2017 -->
 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
 <title>InterfaceAudience.LimitedPrivate (Apache Yetus - Audience Annotations Component 0.6.0 API)</title>
 <meta name="date" content="2017-11-29">